|
BALL
1.4.2
|
#include <BALL/QSAR/descriptor.h>
Public Member Functions | |
Constructors and Destructors | |
| Descriptor () | |
| Descriptor (const Descriptor &descriptor) | |
| Descriptor (const String &name) | |
| Descriptor (const String &name, const String &unit) | |
| virtual | ~Descriptor () |
Assignment | |
| Descriptor & | operator= (const Descriptor &descriptor) |
Processor-related methods | |
| Processor::Result | operator() (AtomContainer &ac) |
Accessors | |
| const String & | getName () const |
| void | setName (const String &name) |
| void | setUnit (const String &name) |
| const String & | getUnit () const |
| virtual double | compute (AtomContainer &ac) |
Public Member Functions inherited from BALL::UnaryProcessor< AtomContainer > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
| virtual bool | start () |
| virtual bool | finish () |
Protected Member Functions | |
| virtual void | calculate_ (AtomContainer &ac) |
Predicates | |
| virtual bool | isValid_ (AtomContainer &ac) |
Private Attributes | |
| String | name_ |
| String | unit_ |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< AtomContainer, Processor::Result > | |
| typedef Processor::Result | result_type |
| typedef AtomContainer | argument_type |
| typedef AtomContainer & | argument_reference |
| typedef const AtomContainer & | const_argument_reference |
| typedef AtomContainer * | argument_pointer |
| typedef const AtomContainer * | const_argument_pointer |
Generic QSAR molecular descriptor class. \
Definition at line 25 of file descriptor.h.
| BALL::Descriptor::Descriptor | ( | ) |
Default constructor
| BALL::Descriptor::Descriptor | ( | const Descriptor & | descriptor | ) |
Copy constructor
| BALL::Descriptor::Descriptor | ( | const String & | name | ) |
Named constructor
|
virtual |
Destructor
|
protectedvirtual |
Reimplemented in BALL::SimpleBase, BALL::ConnectivityBase, BALL::PartialChargeBase, and BALL::SurfaceBase.
|
virtual |
Reimplemented in BALL::NumberOfHydrophobicAtoms, BALL::NumberOfHydrogenBondDonors, BALL::NumberOfHydrogenBondAcceptors, BALL::VertexAdjacencyEquality, BALL::VertexAdjacency, BALL::RelNumberOfRotatableBonds, BALL::RelNumberOfRotatableSingleBonds, BALL::AtomInformationContent, BALL::RelPolarVdWSurface, BALL::RelHydrophobicVdWSurface, BALL::RelNegativePolarVdWSurface, BALL::RelPositivePolarVdWSurface, BALL::RelNegativeVdWSurface, BALL::RelPositiveVdWSurface, and BALL::ZagrebIndex.
| const String& BALL::Descriptor::getName | ( | ) | const |
| const String& BALL::Descriptor::getUnit | ( | ) | const |
|
protectedvirtual |
Reimplemented in BALL::SimpleBase, BALL::ConnectivityBase, BALL::PartialChargeBase, and BALL::SurfaceBase.
|
virtual |
operator ()
Reimplemented from BALL::UnaryProcessor< AtomContainer >.
| Descriptor& BALL::Descriptor::operator= | ( | const Descriptor & | descriptor | ) |
Assignment operator
| void BALL::Descriptor::setName | ( | const String & | name | ) |
| void BALL::Descriptor::setUnit | ( | const String & | name | ) |
|
private |
Definition at line 121 of file descriptor.h.
|
private |
Definition at line 126 of file descriptor.h.
1.8.3.1