BALL
1.4.2
|
#include <BALL/QSAR/surfaceBase.h>
Public Member Functions | |
Constructors and Destructors | |
SurfaceBase () | |
SurfaceBase (const SurfaceBase &sb) | |
SurfaceBase (const String &name) | |
SurfaceBase (const String &name, const String &unit) | |
virtual | ~SurfaceBase () |
Assignment | |
SurfaceBase & | operator= (const SurfaceBase &sb) |
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) |
Predicates |
Accessors | |
void | computeAllDescriptors (AtomContainer &ac) |
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 surface descriptors class \
Definition at line 18 of file surfaceBase.h.
BALL::SurfaceBase::SurfaceBase | ( | ) |
Default constructor
BALL::SurfaceBase::SurfaceBase | ( | const SurfaceBase & | sb | ) |
Copy constructor
BALL::SurfaceBase::SurfaceBase | ( | const String & | name | ) |
Named constructor
|
virtual |
Destructor
|
protectedvirtual |
Reimplemented from BALL::Descriptor.
void BALL::SurfaceBase::computeAllDescriptors | ( | AtomContainer & | ac | ) |
|
protectedvirtual |
Reimplemented from BALL::Descriptor.
SurfaceBase& BALL::SurfaceBase::operator= | ( | const SurfaceBase & | sb | ) |
Assignment operator