|
BALL
1.4.79
|
#include <BALL/VIEW/MODELS/HBondModel.h>
Public Member Functions | |
Constructors and Destructors | |
| HBondModelProcessor () | |
| HBondModelProcessor (const HBondModelProcessor &model) | |
| virtual | ~HBondModelProcessor () |
| virtual void | clear () |
Assignment | |
| void | set (const HBondModelProcessor &model) |
| const HBondModelProcessor & | operator= (const HBondModelProcessor &model) |
Public Member Functions inherited from BALL::VIEW::AtomBondModelBaseProcessor | |
| AtomBondModelBaseProcessor () | |
| AtomBondModelBaseProcessor (const AtomBondModelBaseProcessor &baseProcessor) | |
| virtual | ~AtomBondModelBaseProcessor () |
| void | set (const AtomBondModelBaseProcessor &processor) |
| const AtomBondModelBaseProcessor & | operator= (const AtomBondModelBaseProcessor &processor) |
| virtual void | dump (std::ostream &s=std::cout, Size depth=0) const |
| virtual void | clearComposites () |
| virtual bool | createGeometricObjects () |
Public Member Functions inherited from BALL::VIEW::ModelProcessor | |
| ModelProcessor () | |
| ModelProcessor (const ModelProcessor &model_processor) | |
| virtual | ~ModelProcessor () |
| virtual bool | isValid () const |
| GeometricObjectList & | getGeometricObjects () |
| Return the list with the created geometric objects. More... | |
| const GeometricObjectList & | getGeometricObjects () const |
| Return the list with the created geometric objects. More... | |
| void | setDrawingPrecision (Index precision) |
| Index | getDrawingPrecision () const |
| void | setSurfaceDrawingPrecision (float precision) |
| float | getSurfaceDrawingPrecision () const |
Public Member Functions inherited from BALL::UnaryProcessor< Composite > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
| virtual bool | start () |
| virtual bool | finish () |
Public Member Functions inherited from BALL::PropertyManager | |
| BALL_INLINE | PropertyManager () |
| Default constructor. More... | |
| BALL_INLINE | PropertyManager (const PropertyManager &property_manager) |
| Copy constructor. More... | |
| virtual | ~PropertyManager () |
| Destructor. More... | |
| virtual void | destroy () |
| Clears all properties. More... | |
| void | set (const PropertyManager &property_manager) |
| const PropertyManager & | operator= (const PropertyManager &property_manager) |
| void | get (PropertyManager &property_manager) const |
| void | swap (PropertyManager &property_manager) |
| BitVector & | getBitVector () |
| const BitVector & | getBitVector () const |
| operator BitVector & () | |
| void | setProperty (Property property) |
| void | clearProperty (Property property) |
| void | toggleProperty (Property property) |
| Size | countProperties () const |
| const NamedProperty & | getNamedProperty (Position index) const |
| NamedProperty & | getNamedProperty (Position index) |
| void | setProperty (const NamedProperty &property) |
| void | setProperty (const std::string &name) |
| void | setProperty (const std::string &name, bool value) |
| void | setProperty (const std::string &name, int value) |
| void | setProperty (const std::string &name, unsigned int value) |
| void | setProperty (const std::string &name, float value) |
| void | setProperty (const std::string &name, double value) |
| void | setProperty (const std::string &name, const std::string &value) |
| void | setProperty (const std::string &name, const PersistentObject &value) |
| const NamedProperty & | getProperty (const std::string &name) const |
| NamedPropertyIterator | beginNamedProperty () |
| NamedPropertyIterator | endNamedProperty () |
| void | clearProperty (const std::string &name) |
| Size | countNamedProperties () const |
| bool | hasProperty (Property property) const |
| Query for an unnamed property. More... | |
| bool | hasProperty (const std::string &name) const |
| Query for a named property. More... | |
| bool | operator== (const PropertyManager &pm) const |
| bool | operator!= (const PropertyManager &pm) const |
| Inequality operator. More... | |
| void | write (PersistenceManager &pm) const |
| Persistent stream writing. More... | |
| bool | read (PersistenceManager &pm) |
| Persistent stream reading. More... | |
| bool | isValid () const |
| void | dump (std::ostream &s=std::cout, Size depth=0) const |
Processor specific methods | |
| float | radius_ |
| virtual Processor::Result | operator() (Composite &composite) |
| void | setRadius (float radius) |
| float | getRadius () const |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< Composite, Processor::Result > | |
| typedef Processor::Result | result_type |
| typedef Composite | argument_type |
| typedef Composite & | argument_reference |
| typedef const Composite & | const_argument_reference |
| typedef Composite * | argument_pointer |
| typedef const Composite * | const_argument_pointer |
Protected Member Functions inherited from BALL::VIEW::AtomBondModelBaseProcessor | |
| virtual void | visualiseBond_ (const Bond &bond) |
| virtual void | visualiseRings_ () |
| void | insertAtom_ (const Atom *atom) |
| void | clearUsedAtoms_ () |
| std::list< const Atom * > & | getAtomList_ () |
| HashSet< const Atom * > & | getAtomSet_ () |
| void | buildBondModels_ () |
Protected Attributes inherited from BALL::VIEW::AtomBondModelBaseProcessor | |
| vector< vector< Atom * > > | rings_ |
| HashSet< const Atom * > | ring_atoms_ |
Protected Attributes inherited from BALL::VIEW::ModelProcessor | |
| GeometricObjectList | geometric_objects_ |
| Index | drawing_precision_ |
| float | surface_drawing_precision_ |
HBondModelProcessor class.
Definition at line 23 of file HBondModel.h.
| BALL::VIEW::HBondModelProcessor::HBondModelProcessor | ( | ) |
Default Constructor.
| BALL::VIEW::HBondModelProcessor::HBondModelProcessor | ( | const HBondModelProcessor & | model | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Explicit default initialization. Calls AtomBondModelBaseProcessor::clear.
Reimplemented from BALL::VIEW::AtomBondModelBaseProcessor.
|
inline |
Definition at line 84 of file HBondModel.h.
|
virtual |
Operator method. This method iterates over each Composite object reachable in the Composite tree. If the composite is of kind Atom than a Sphere is created for that atom, and the atom is inserted with the method insertAtom_().
Reimplemented from BALL::VIEW::AtomBondModelBaseProcessor.
| const HBondModelProcessor& BALL::VIEW::HBondModelProcessor::operator= | ( | const HBondModelProcessor & | model | ) |
Assignment operator. Calls set().
| model | the HBondModelProcessor to be copied |
| void BALL::VIEW::HBondModelProcessor::set | ( | const HBondModelProcessor & | model | ) |
Assignment. Calls AtomBondModelBaseProcessor::set.
|
inline |
Definition at line 80 of file HBondModel.h.
|
protected |
Definition at line 89 of file HBondModel.h.
1.8.7