MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types | Public Member Functions
mds::img::CVolumeFilter< V > Struct Template Reference

Base class for all volume filters. More...

#include <mdsVolumeFilter.h>

Inheritance diagram for mds::img::CVolumeFilter< V >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { TEMPLATE_PARAMETER_IS_NOT_VOLUME = V::CLASS_VOLUME }
 Check that type V is a volume. More...
typedef V::tVolume tVolume
 Volume type.
typedef V::tVoxel tVoxel
 Volume voxel type.

Public Member Functions

 CVolumeFilter ()
 Default constructor.
virtual bool operator() (const tVolume &SrcVolume, tVolume &DstVolume)=0
 Filtering of input/source volume.
virtual ~CVolumeFilter ()
 Virtual destructor.

Detailed Description

template<class V>
struct mds::img::CVolumeFilter< V >

Base class for all volume filters.


Member Typedef Documentation

template<class V>
typedef V::tVolume mds::img::CVolumeFilter< V >::tVolume
template<class V>
typedef V::tVoxel mds::img::CVolumeFilter< V >::tVoxel

Member Enumeration Documentation

template<class V>
anonymous enum

Check that type V is a volume.

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

Enumerator:
TEMPLATE_PARAMETER_IS_NOT_VOLUME 

Constructor & Destructor Documentation

template<class V>
mds::img::CVolumeFilter< V >::CVolumeFilter ( )

Default constructor.

template<class V>
virtual mds::img::CVolumeFilter< V >::~CVolumeFilter ( ) [virtual]

Virtual destructor.


Member Function Documentation

template<class V>
virtual bool mds::img::CVolumeFilter< V >::operator() ( const tVolume SrcVolume,
tVolume DstVolume 
) [pure virtual]

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