BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Protected Attributes | List of all members
BALL::AssignTypeProcessor Class Reference

#include <BALL/MOLMEC/COMMON/assignTypes.h>

Inheritance diagram for BALL::AssignTypeProcessor:
BALL::AssignBaseProcessor BALL::UnaryProcessor< Atom > BALL::UnaryFunctor< Atom, Processor::Result >

Public Member Functions

Constructors and Destructors
 AssignTypeProcessor (const AtomTypes &atom_types)
 
Processor related methods
virtual Processor::Result operator() (Atom &atom)
 
- Public Member Functions inherited from BALL::AssignBaseProcessor
 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 ()
 

Protected Attributes

AtomTypes atom_types_
 
- Protected Attributes inherited from BALL::AssignBaseProcessor
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 Atomargument_reference
 
typedef const Atomconst_argument_reference
 
typedef Atomargument_pointer
 
typedef const Atomconst_argument_pointer
 

Detailed Description

Type assignment processor.

Definition at line 63 of file assignTypes.h.

Constructor & Destructor Documentation

BALL::AssignTypeProcessor::AssignTypeProcessor ( const AtomTypes atom_types)

Member Function Documentation

virtual Processor::Result BALL::AssignTypeProcessor::operator() ( Atom )
virtual

operator ()

Reimplemented from BALL::UnaryProcessor< Atom >.

Member Data Documentation

AtomTypes BALL::AssignTypeProcessor::atom_types_
protected

Definition at line 89 of file assignTypes.h.