Go to the source code of this file.
◆ AIMS_LIN_FILTERFUNC_MULTICHANNEL_DECLARE
#define AIMS_LIN_FILTERFUNC_MULTICHANNEL_DECLARE |
( |
|
NAME, |
|
|
|
T |
|
) |
| |
Value: template <> \
class NAME< T >: public LinearFilteringFunction< T > \
{ \
public: \
NAME( const NAME< T > & other ); \
virtual ~NAME(); \
NAME<T> & operator=( const NAME< T > & other ); \
virtual NAME * clone() const; \
const std::vector<int> & getAmplitude() const; \
protected: \
NAME< T::ChannelType > _m; \
}
const AlgorithmCaller::LaunchExecution execute
Definition at line 29 of file filteringfunction_linear_rgb.h.