|
BALL
1.4.79
|
Only used for deriving interface. More...
#include <BALL/MOLMEC/COMMON/assignTypes.h>
Public Member Functions | |
| AssignBaseProcessor () | |
| void | setMaximumUnassignedAtoms (Size nr) |
| Size | getMaximumUnassignedAtoms () const |
| Size | getNumberOfUnassignedAtoms () const |
| Get the number of atoms, for which the force field setup failed. More... | |
| HashSet< const Atom * > & | getUnassignedAtoms () |
| Get the atoms, for which the force field setup failed. More... | |
Public Member Functions inherited from BALL::UnaryProcessor< Atom > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
| virtual bool | start () |
| virtual bool | finish () |
| virtual Processor::Result | operator() (Atom &) |
Protected Attributes | |
| HashSet< const Atom * > | unassigned_atoms_ |
| Size | max_number_unassigned_atoms_ |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< Atom, Processor::Result > | |
| typedef Processor::Result | result_type |
| typedef Atom | argument_type |
| typedef Atom & | argument_reference |
| typedef const Atom & | const_argument_reference |
| typedef Atom * | argument_pointer |
| typedef const Atom * | const_argument_pointer |
Only used for deriving interface.
Definition at line 25 of file assignTypes.h.
| BALL::AssignBaseProcessor::AssignBaseProcessor | ( | ) |
| Size BALL::AssignBaseProcessor::getMaximumUnassignedAtoms | ( | ) | const |
Get the number of atoms, for which the setup of the forcefield can fail, until the setup() methods aborts and return false.
| Size BALL::AssignBaseProcessor::getNumberOfUnassignedAtoms | ( | ) | const |
Get the number of atoms, for which the force field setup failed.
Get the atoms, for which the force field setup failed.
| void BALL::AssignBaseProcessor::setMaximumUnassignedAtoms | ( | Size | nr | ) |
Set the number of atoms, for which the setup of the forcefield can fail, until the setup() methods aborts and return false. By default, there is no limit set.
|
protected |
Definition at line 56 of file assignTypes.h.
Definition at line 53 of file assignTypes.h.
1.8.7