CFEL - ASG Software Suite
2.5.0
CASS
|
Class with no processing. More...
Public Member Functions | |
Frame & | operator() (Frame &frame) |
just returns the frame More... | |
void | loadSettings (CASSSettings &) |
no settings to be loaded More... | |
![]() | |
virtual | ~FrameProcessorBase () |
virtual destructor More... | |
Additional Inherited Members | |
![]() | |
typedef std::tr1::shared_ptr< FrameProcessorBase > | shared_pointer |
typedef the shared pointer of this More... | |
![]() | |
static shared_pointer | instance (const std::string &type) |
create an instance of the requested functor More... | |
Class with no processing.
this functor will just return the frame and leave it unprocessed
Definition at line 31 of file frame_processor_base.cpp.
|
inlinevirtual |
no settings to be loaded
Implements cass::pixeldetector::FrameProcessorBase.
Definition at line 38 of file frame_processor_base.cpp.
just returns the frame
Implements cass::pixeldetector::FrameProcessorBase.
Definition at line 35 of file frame_processor_base.cpp.