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

Base class for all volume edge detectors. More...

#include <mdsVolumeEdgeDetector.h>

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

List of all members.

Public Types

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

Public Member Functions

 CVolumeEdgeDetector ()
 Default constructor.
virtual bool operator() (const tVolume &SrcVolume, tVolume &DstVolume)=0
 Edge detection in a given volume.
virtual ~CVolumeEdgeDetector ()
 Virtual destructor.

Detailed Description

template<typename V>
class mds::img::CVolumeEdgeDetector< V >

Base class for all volume edge detectors.


Member Typedef Documentation

template<typename V >
typedef V::tVolume mds::img::CVolumeEdgeDetector< V >::tVolume

Volume type.

Reimplemented in mds::img::CVolumeCanny< V >.

template<typename V >
typedef V::tVoxel mds::img::CVolumeEdgeDetector< V >::tVoxel

Voxel type.

Reimplemented in mds::img::CVolumeCanny< V >.


Member Enumeration Documentation

template<typename V >
anonymous enum

Check that 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<typename V >
mds::img::CVolumeEdgeDetector< V >::CVolumeEdgeDetector ( )

Default constructor.

template<typename V >
virtual mds::img::CVolumeEdgeDetector< V >::~CVolumeEdgeDetector ( ) [virtual]

Virtual destructor.


Member Function Documentation

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

Edge detection in a given volume.

  • Returns false on failure.

Implemented in mds::img::CVolumeCanny< V >.


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