BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members
BALL::UnaryProcessor< T > Class Template Reference

#include <BALL/CONCEPT/processor.h>

Inheritance diagram for BALL::UnaryProcessor< T >:
BALL::UnaryFunctor< T, Processor::Result >

Public Member Functions

Constructors and Destructors
 UnaryProcessor ()
 
 UnaryProcessor (const UnaryProcessor &)
 
virtual ~UnaryProcessor ()
 
Processor specific methods
virtual bool start ()
 
virtual bool finish ()
 
virtual Processor::Result operator() (T &)
 

Additional Inherited Members

- Public Types inherited from BALL::UnaryFunctor< T, Processor::Result >
typedef Processor::Result result_type
 
typedef T argument_type
 
typedef T & argument_reference
 
typedef const T & const_argument_reference
 
typedef T * argument_pointer
 
typedef const T * const_argument_pointer
 

Detailed Description

template<typename T>
class BALL::UnaryProcessor< T >

Generic Unary Processor Class

Definition at line 58 of file processor.h.

Constructor & Destructor Documentation

template<typename T>
BALL::UnaryProcessor< T >::UnaryProcessor ( )
inline

Default constructor

Definition at line 69 of file processor.h.

template<typename T>
BALL::UnaryProcessor< T >::UnaryProcessor ( const UnaryProcessor< T > &  )
inline

Copy constructor

Definition at line 76 of file processor.h.

template<typename T>
virtual BALL::UnaryProcessor< T >::~UnaryProcessor ( )
inlinevirtual

Destructor

Definition at line 82 of file processor.h.

Member Function Documentation

template<typename T>
virtual bool BALL::UnaryProcessor< T >::finish ( )
inlinevirtual
template<typename T>
virtual Processor::Result BALL::UnaryProcessor< T >::operator() ( T &  )
inlinevirtual

operator ()

Reimplemented in BALL::VIEW::AtomDistanceColorProcessor, BALL::FragmentDB::BuildBondsProcessor, BALL::AssignBondOrderProcessor, BALL::FragmentDB::NormalizeNamesProcessor, BALL::FragmentDistanceCollector, BALL::ResidueChecker, BALL::HBondProcessor, BALL::SimpleExperiment1D, BALL::ShiftModel2D, BALL::ShiftModel1D, BALL::ShiftModel, BALL::AssignChargeProcessor, BALL::SideChainPlacementProcessor, BALL::EmpiricalHSShiftProcessor, BALL::GeometricCenterProcessor, BALL::VIEW::AddBallAndStickModel, BALL::BindingPocketProcessor, BALL::AnisotropyShiftProcessor, BALL::HybridisationProcessor, BALL::BuildBondsProcessor, BALL::HBondShiftProcessor, BALL::MMFF94ChargeProcessor, BALL::TransformationProcessor, BALL::AssignTypeNameProcessor, BALL::AromaticityProcessor, BALL::EFShiftProcessor, BALL::CreateSpectrumProcessor, BALL::RingPerceptionProcessor, BALL::VIEW::ColorProcessor, BALL::HaighMallionShiftProcessor, BALL::VIEW::LabelModel, BALL::AssignRadiusProcessor, BALL::JohnsonBoveyShiftProcessor, BALL::RingAnalyser, BALL::VIEW::AddBackboneModel, BALL::VIEW::ForceModel, BALL::VIEW::AtomBondModelBaseProcessor, BALL::Selector, BALL::VIEW::AtomOverview::ApplyProcessor, BALL::VIEW::AddSurfaceModel, BALL::GAFFTypeProcessor, BALL::SurfaceProcessor, BALL::AssignTypeProcessor, BALL::ReconstructFragmentProcessor, BALL::RandomCoilShiftProcessor, BALL::EnergyProcessor, BALL::BoundingBoxProcessor, BALL::VIEW::HBondModelProcessor, BALL::TranslationProcessor, BALL::PartialChargeProcessor, BALL::Descriptor, BALL::AddHydrogenProcessor, BALL::VIEW::AddLineModel, BALL::VIEW::AddVanDerWaalsModel, BALL::ConnectedComponentsProcessor, BALL::VIEW::AtomOverview::OverviewProcessor, BALL::ChargeRuleProcessor, BALL::RadiusRuleProcessor, BALL::TypenameRuleProcessor, BALL::TypeRuleProcessor, BALL::PeptideCapProcessor, BALL::ClearRadiusProcessor, BALL::SecondaryStructureProcessor, BALL::ClearShiftProcessor, BALL::ClearChargeProcessor, and BALL::VIEW::ColorByGridProcessor.

Definition at line 106 of file processor.h.

template<typename T>
virtual bool BALL::UnaryProcessor< T >::start ( )
inlinevirtual