|
BALL 1.5.0
|
#include <BALL/QSAR/partialChargeBase.h>
Public Member Functions | |
Constructors and Destructors | |
| PartialChargeBase () | |
| PartialChargeBase (const PartialChargeBase &pcb) | |
| PartialChargeBase (const String &name) | |
| PartialChargeBase (const String &name, const String &unit) | |
| virtual | ~PartialChargeBase () |
Assignment | |
| PartialChargeBase & | operator= (const PartialChargeBase &pcb) |
| Public Member Functions inherited from BALL::Descriptor | |
| Descriptor () | |
| Descriptor (const Descriptor &descriptor) | |
| Descriptor (const String &name) | |
| Descriptor (const String &name, const String &unit) | |
| virtual | ~Descriptor () |
| Descriptor & | operator= (const Descriptor &descriptor) |
| Processor::Result | operator() (AtomContainer &ac) |
| 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 | |
Predicates | |
| bool | isValid_ (AtomContainer &ac) |
Accessors | |
| String | data_folder_ |
| void | computeAllDescriptors (AtomContainer &ac) |
| void | setDataFolder (const char *folder) |
| void | calculate_ (AtomContainer &ac) |
Additional Inherited Members | |
| Public Types inherited from BALL::UnaryFunctor< ArgumentType, ResultType > | |
| typedef ResultType | result_type |
| typedef ArgumentType | argument_type |
| typedef ArgumentType & | argument_reference |
| typedef const ArgumentType & | const_argument_reference |
| typedef ArgumentType * | argument_pointer |
| typedef const ArgumentType * | const_argument_pointer |
Generic QSAR molecular partial charge descriptor class \
Definition at line 18 of file partialChargeBase.h.
| BALL::PartialChargeBase::PartialChargeBase | ( | ) |
Default constructor
| BALL::PartialChargeBase::PartialChargeBase | ( | const PartialChargeBase & | pcb | ) |
Copy constructor
| BALL::PartialChargeBase::PartialChargeBase | ( | const String & | name | ) |
Named constructor
Named unity constructor
|
virtual |
Destructor
|
protectedvirtual |
Reimplemented from BALL::Descriptor.
| void BALL::PartialChargeBase::computeAllDescriptors | ( | AtomContainer & | ac | ) |
|
protectedvirtual |
Reimplemented from BALL::Descriptor.
| PartialChargeBase & BALL::PartialChargeBase::operator= | ( | const PartialChargeBase & | pcb | ) |
Assignment Operator
| void BALL::PartialChargeBase::setDataFolder | ( | const char * | folder | ) |
|
protected |
Definition at line 79 of file partialChargeBase.h.