Public Types | Public Member Functions
C2DImageCombiner Class Referenceabstract

2D Image combiner More...

#include <mia/2d/filter.hh>

Inheritance diagram for C2DImageCombiner:
TFilter< P2DImage > CProductBase CPropertyFlagHolder

Public Types

typedef C2DImage plugin_data
 data type for plug-in serachpath component More...
 
typedef combiner_type plugin_type
 plug-in type for plug-in serachpath component More...
 
- Public Types inherited from TFilter< P2DImage >
typedef P2DImage result_type
 defines the return type of the filter function More...
 

Public Member Functions

result_type combine (const C2DImage &a, const C2DImage &b) const
 
virtual ~C2DImageCombiner ()
 
- Public Member Functions inherited from CProductBase
const char * get_init_string () const
 
void set_init_string (const char *init)
 
void set_module (PPluginModule module)
 
- Public Member Functions inherited from CPropertyFlagHolder
void add (const char *property)
 
Set get_missing_properties (const CPropertyFlagHolder &testset) const
 
bool has (const char *property) const
 
bool has_all_in (const CPropertyFlagHolder &testset) const
 
virtual ~CPropertyFlagHolder ()
 

Detailed Description

2D Image combiner

A class to provides the base for operations that combine two images to create a new image

Definition at line 132 of file 2d/filter.hh.

Member Typedef Documentation

data type for plug-in serachpath component

Definition at line 136 of file 2d/filter.hh.

typedef combiner_type C2DImageCombiner::plugin_type

plug-in type for plug-in serachpath component

Definition at line 138 of file 2d/filter.hh.

Constructor & Destructor Documentation

virtual C2DImageCombiner::~C2DImageCombiner ( )
virtual

Member Function Documentation

result_type C2DImageCombiner::combine ( const C2DImage a,
const C2DImage b 
) const

Combine two images by a given operator

Parameters
a
b
Returns
combined image

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