The plug-in base class for the FIFO filters. More...
#include <mia/3d/2dimagefifofilter.hh>
Protected Types | |
| typedef std::vector< P2DImage > | CImageStack |
| helper class to store a set of images More... | |
Protected Member Functions | |
| C2DFifoFilterPlugin (char const *const name) | |
| bool | call_test (const CImageStack &in_data, const CImageStack &test_data, C2DImageFifoFilter &filter) const |
Additional Inherited Members | |
Public Types inherited from TFactory< C2DImageFifoFilter > | |
| typedef C2DImageFifoFilter | Product |
| typedef to describe the product of the factory More... | |
| typedef std::shared_ptr < C2DImageFifoFilter > | SharedProduct |
| typedef for the shared version of the product More... | |
| typedef std::unique_ptr < C2DImageFifoFilter > | UniqueProduct |
| typedef for the unique version of the product More... | |
Public Member Functions inherited from TFactory< C2DImageFifoFilter > | |
| virtual Product * | create (const CParsedOptions &options, char const *params) __attribute__((warn_unused_result)) |
| TFactory (char const *const name) | |
Static Public Member Functions inherited from TPlugin< C2DImageFifoFilter::plugin_data, C2DImageFifoFilter::plugin_type > | |
| ::boost::filesystem::path | search_path () |
The plug-in base class for the FIFO filters.
Definition at line 113 of file 2dimagefifofilter.hh.
|
protected |
helper class to store a set of images
Definition at line 123 of file 2dimagefifofilter.hh.
|
protected |
Plugin constructor
| name | Name of the filter |
|
protected |
Helper function to run tests on stack filters
| in_data | the input data |
| test_data | the expected filter result |
| filter | the filter to be run (usually the same as handled by the plug-in |
1.8.3.1