#include <PipelineFilter.h>

Definition at line 23 of file PipelineFilter.h.
Public Types | |
| typedef _Ft | FilteredT |
Public Member Functions | |
| PipelineFilter () | |
| virtual | ~PipelineFilter () |
| virtual FilteredT | operator() (const FilteredT &input) |
| virtual const char * | getClassName () |
| Returns the name of the current class. | |
| virtual std::string | toString () |
Static Public Member Functions | |
| static void | debugmsg (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
| Will print a debug message to the screen. | |
| static void | debugmsgln (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
Protected Attributes | |
| std::string | __cls_name |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Object &s) |
| typedef _Ft xvr2::PipelineFilter< _Ft >::FilteredT |
Definition at line 27 of file PipelineFilter.h.
| xvr2::PipelineFilter< _Ft >::PipelineFilter | ( | ) | [inline] |
Definition at line 29 of file PipelineFilter.h.
| virtual xvr2::PipelineFilter< _Ft >::~PipelineFilter | ( | ) | [inline, virtual] |
Definition at line 30 of file PipelineFilter.h.
| virtual FilteredT xvr2::PipelineFilter< _Ft >::operator() | ( | const FilteredT & | input | ) | [inline, virtual] |
Definition at line 31 of file PipelineFilter.h.
| virtual const char* xvr2::Object::getClassName | ( | ) | [virtual, inherited] |
Returns the name of the current class.
| static void xvr2::Object::debugmsg | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
Will print a debug message to the screen.
| static void xvr2::Object::debugmsgln | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
| virtual std::string xvr2::Object::toString | ( | ) | [virtual, inherited] |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const Object & | s | |||
| ) | [friend, inherited] |
std::string xvr2::Object::__cls_name [protected, inherited] |
1.5.5