Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

ClearShiftProcessor Class Reference
[Shift modules]

Clear assigned shift data of all atoms. More...

#include <clearShiftProcessor.h>

Inheritance diagram for ClearShiftProcessor:

ShiftModule UnaryProcessor< Composite > UnaryFunctor< Composite, Processor::Result > List of all members.

Public Member Functions

Constructors and Destructors
 ClearShiftProcessor () throw ()
 Default constructor.
 ClearShiftProcessor (const ClearShiftProcessor &processor) throw ()
 Copy constructor.
virtual ~ClearShiftProcessor () throw ()
 Destructor.
Processor specific functions.
virtual Processor::Result operator() (Composite &composite) throw ()
 Application method.

Detailed Description

Clear assigned shift data of all atoms.

This processors clears the named property defined by ShiftModule::PROPERTY__SHIFT in the atoms of all data structures it is applied to.


Constructor & Destructor Documentation

ClearShiftProcessor::ClearShiftProcessor  )  throw ()
 

Default constructor.

ClearShiftProcessor::ClearShiftProcessor const ClearShiftProcessor processor  )  throw ()
 

Copy constructor.