ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
itk::Function::MorphologyHistogram< TInputPixel, TCompare > Class Template Reference

#include <itkMorphologyHistogram.h>

+ Collaboration diagram for itk::Function::MorphologyHistogram< TInputPixel, TCompare >:

List of all members.

Public Types

typedef std::map< TInputPixel,
IdentifierType, TCompare > 
MapType

Public Member Functions

void AddBoundary ()
void AddPixel (const TInputPixel &p)
TInputPixel GetValue ()
TInputPixel GetValue (const TInputPixel &)
 MorphologyHistogram ()
void RemoveBoundary ()
void RemovePixel (const TInputPixel &p)
void SetBoundary (const TInputPixel &val)

Static Public Member Functions

static bool UseVectorBasedAlgorithm ()

Public Attributes

TInputPixel m_Boundary
MapType m_Map

Detailed Description

template<class TInputPixel, class TCompare>
class itk::Function::MorphologyHistogram< TInputPixel, TCompare >

Definition at line 31 of file itkMorphologyHistogram.h.


Member Typedef Documentation

template<class TInputPixel , class TCompare >
typedef std::map< TInputPixel, IdentifierType, TCompare > itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MapType

Definition at line 35 of file itkMorphologyHistogram.h.


Constructor & Destructor Documentation

template<class TInputPixel , class TCompare >
itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MorphologyHistogram ( ) [inline]

Definition at line 37 of file itkMorphologyHistogram.h.


Member Function Documentation

template<class TInputPixel , class TCompare >
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::AddBoundary ( ) [inline]
template<class TInputPixel , class TCompare >
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::AddPixel ( const TInputPixel &  p) [inline]
template<class TInputPixel , class TCompare >
TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue ( ) [inline]
template<class TInputPixel , class TCompare >
TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue ( const TInputPixel &  ) [inline]
template<class TInputPixel , class TCompare >
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::RemoveBoundary ( ) [inline]
template<class TInputPixel , class TCompare >
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::RemovePixel ( const TInputPixel &  p) [inline]
template<class TInputPixel , class TCompare >
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::SetBoundary ( const TInputPixel &  val) [inline]
template<class TInputPixel , class TCompare >
static bool itk::Function::MorphologyHistogram< TInputPixel, TCompare >::UseVectorBasedAlgorithm ( ) [inline, static]

Definition at line 102 of file itkMorphologyHistogram.h.


Member Data Documentation

template<class TInputPixel , class TCompare >
TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary
template<class TInputPixel , class TCompare >
MapType itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map

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