CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | List of all members
cass::pixeldetector::NoProcess Class Reference

Class with no processing. More...

+ Inheritance diagram for cass::pixeldetector::NoProcess:
+ Collaboration diagram for cass::pixeldetector::NoProcess:

Public Member Functions

Frameoperator() (Frame &frame)
 just returns the frame More...
 
void loadSettings (CASSSettings &)
 no settings to be loaded More...
 
- Public Member Functions inherited from cass::pixeldetector::FrameProcessorBase
virtual ~FrameProcessorBase ()
 virtual destructor More...
 

Additional Inherited Members

- Public Types inherited from cass::pixeldetector::FrameProcessorBase
typedef std::tr1::shared_ptr< FrameProcessorBaseshared_pointer
 typedef the shared pointer of this More...
 
- Static Public Member Functions inherited from cass::pixeldetector::FrameProcessorBase
static shared_pointer instance (const std::string &type)
 create an instance of the requested functor More...
 

Detailed Description

Class with no processing.

this functor will just return the frame and leave it unprocessed

Author
Lutz Foucar

Definition at line 31 of file frame_processor_base.cpp.

Member Function Documentation

void cass::pixeldetector::NoProcess::loadSettings ( CASSSettings )
inlinevirtual

no settings to be loaded

Implements cass::pixeldetector::FrameProcessorBase.

Definition at line 38 of file frame_processor_base.cpp.

Frame& cass::pixeldetector::NoProcess::operator() ( Frame frame)
inlinevirtual

just returns the frame

Implements cass::pixeldetector::FrameProcessorBase.

Definition at line 35 of file frame_processor_base.cpp.


The documentation for this class was generated from the following file: