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

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

Inheritance diagram for BALL::ChargeRuleProcessor:
BALL::RuleProcessor BALL::UnaryProcessor< Atom > BALL::UnaryFunctor< Atom, Processor::Result >

Public Member Functions

 ChargeRuleProcessor ()
 
 ChargeRuleProcessor (INIFile &file, const String &prefix="ChargeRules")
 
 ChargeRuleProcessor (const ChargeRuleProcessor &rule_processor)
 
 ~ChargeRuleProcessor ()
 
Processor related methods
virtual Processor::Result operator() (Atom &atom)
 
- Public Member Functions inherited from BALL::RuleProcessor
 RuleProcessor ()
 
 RuleProcessor (INIFile &file, const String &prefix)
 
 RuleProcessor (const RuleProcessor &rule_processor)
 
 ~RuleProcessor ()
 
void clear ()
 
void destroy ()
 
bool initialize (INIFile &file, const String &prefix)
 
const RuleProcessoroperator= (const RuleProcessor &rule_processor)
 
void set (const RuleProcessor &rule_processor)
 
virtual bool start ()
 
virtual bool finish ()
 
String evaluate (const Atom &atom)
 
bool isValid () const
 
void dump (std::ostream &s=std::cout) const
 
- Public Member Functions inherited from BALL::UnaryProcessor< Atom >
 UnaryProcessor ()
 
 UnaryProcessor (const UnaryProcessor &)
 
virtual ~UnaryProcessor ()
 

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
 
- Protected Attributes inherited from BALL::RuleProcessor
RuleEvaluator evaluator_
 
bool valid_
 

Detailed Description

Charge Rule Processor.

Definition at line 22 of file chargeRuleProcessor.h.

Constructor & Destructor Documentation

BALL::ChargeRuleProcessor::ChargeRuleProcessor ( )

Constructors and DestructorsDefault constructor

BALL::ChargeRuleProcessor::ChargeRuleProcessor ( INIFile file,
const String prefix = "ChargeRules" 
)

Detailed constructor

BALL::ChargeRuleProcessor::ChargeRuleProcessor ( const ChargeRuleProcessor rule_processor)

Copy constructor

BALL::ChargeRuleProcessor::~ChargeRuleProcessor ( )

Destructor

Member Function Documentation

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

operator ()

Reimplemented from BALL::UnaryProcessor< Atom >.