BALL
1.4.79
|
#include <BALL/QSAR/partialChargeBase.h>
Protected Member Functions | |
Predicates | |
bool | isValid_ (AtomContainer &ac) |
Predicates |
Protected Attributes | |
String | data_folder_ |
Accessors | |
void | computeAllDescriptors (AtomContainer &ac) |
void | setDataFolder (const char *folder) |
void | calculate_ (AtomContainer &ac) |
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 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.