BALL 1.5.0
|
#include <BALL/MOLMEC/COMMON/assignTypes.h>
Public Member Functions | |
Constructors and Destructors | |
AssignTypeProcessor (const AtomTypes &atom_types) | |
![]() | |
AssignBaseProcessor () | |
void | setMaximumUnassignedAtoms (Size nr) |
Size | getMaximumUnassignedAtoms () const |
Size | getNumberOfUnassignedAtoms () const |
Get the number of atoms, for which the force field setup failed. | |
HashSet< const Atom * > & | getUnassignedAtoms () |
Get the atoms, for which the force field setup failed. | |
![]() | |
UnaryProcessor () | |
UnaryProcessor (const UnaryProcessor &) | |
virtual | ~UnaryProcessor () |
virtual bool | start () |
virtual bool | finish () |
Processor related methods | |
AtomTypes | atom_types_ |
virtual Processor::Result | operator() (Atom &atom) |
Additional Inherited Members | |
![]() | |
typedef ResultType | result_type |
typedef ArgumentType | argument_type |
typedef ArgumentType & | argument_reference |
typedef const ArgumentType & | const_argument_reference |
typedef ArgumentType * | argument_pointer |
typedef const ArgumentType * | const_argument_pointer |
![]() | |
HashSet< const Atom * > | unassigned_atoms_ |
Size | max_number_unassigned_atoms_ |
Type assignment processor.
Definition at line 63 of file assignTypes.h.
BALL::AssignTypeProcessor::AssignTypeProcessor | ( | const AtomTypes & | atom_types | ) |
|
virtual |
operator ()
Reimplemented from BALL::UnaryProcessor< Atom >.
|
protected |
Definition at line 89 of file assignTypes.h.