BALL::PartialChargeBase Class Reference

#include <BALL/QSAR/partialChargeBase.h>

Inheritance diagram for BALL::PartialChargeBase:
BALL::Descriptor BALL::UnaryProcessor< AtomContainer > BALL::UnaryFunctor< AtomContainer, Processor::Result > BALL::RelNegativePartialCharge BALL::RelPositivePartialCharge BALL::TotalNegativePartialCharge BALL::TotalPositivePartialCharge

List of all members.


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
PartialChargeBaseoperator= (const PartialChargeBase &pcb)

Protected Member Functions

Predicates
bool isValid_ (AtomContainer &ac)
Accessors
void calculate_ (AtomContainer &ac)

Detailed Description

Generic QSAR molecular partial charge descriptor class \


Constructor & Destructor Documentation

BALL::PartialChargeBase::PartialChargeBase (  ) 

Default constructor

BALL::PartialChargeBase::PartialChargeBase ( const PartialChargeBase pcb  ) 

Copy constructor

BALL::PartialChargeBase::PartialChargeBase ( const String name  ) 

Named constructor

BALL::PartialChargeBase::PartialChargeBase ( const String name,
const String unit 
)

Named unity constructor

virtual BALL::PartialChargeBase::~PartialChargeBase (  )  [virtual]

Destructor


Member Function Documentation

void BALL::PartialChargeBase::calculate_ ( AtomContainer ac  )  [protected, virtual]

Reimplemented from BALL::Descriptor.

bool BALL::PartialChargeBase::isValid_ ( AtomContainer ac  )  [protected, virtual]

Reimplemented from BALL::Descriptor.

PartialChargeBase& BALL::PartialChargeBase::operator= ( const PartialChargeBase pcb  ) 

Assignment Operator