MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types | Public Member Functions
mds::img::CImageFilter< I > Class Template Reference

Base class for all image filters. More...

#include <mdsImageFilter.h>

Inheritance diagram for mds::img::CImageFilter< I >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { TEMPLATE_PARAMETER_IS_NOT_IMAGE = I::CLASS_IMAGE }
 Check that I is an image. More...
typedef I::tImage tImage
 Image type.
typedef I::tPixel tPixel
 Image pixel type.

Public Member Functions

 CImageFilter ()
 Default constructor.
virtual bool operator() (const tImage &SrcImage, tImage &DstImage)=0
 Filtering of input/source image.
virtual ~CImageFilter ()
 Virtual destructor.

Detailed Description

template<class I>
class mds::img::CImageFilter< I >

Base class for all image filters.


Member Typedef Documentation

template<class I>
typedef I::tImage mds::img::CImageFilter< I >::tImage
template<class I>
typedef I::tPixel mds::img::CImageFilter< I >::tPixel

Member Enumeration Documentation

template<class I>
anonymous enum

Check that I is an image.

You will see name of this enum somewhere in compiler error message if the type I is not image.

Enumerator:
TEMPLATE_PARAMETER_IS_NOT_IMAGE 

Constructor & Destructor Documentation

template<class I>
mds::img::CImageFilter< I >::CImageFilter ( )

Default constructor.

template<class I>
virtual mds::img::CImageFilter< I >::~CImageFilter ( ) [virtual]

Virtual destructor.


Member Function Documentation

template<class I>
virtual bool mds::img::CImageFilter< I >::operator() ( const tImage SrcImage,
tImage DstImage 
) [pure virtual]

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