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

#include <itkMorphologyHistogram.h>

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static bool UseVectorBasedAlgorithm ()

Public Attributes

TInputPixel m_Boundary
TCompare m_Compare
TInputPixel m_CurrentValue
signed int m_Direction
TInputPixel m_InitValue
std::vector< IdentifierTypem_Vector

Detailed Description

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

Definition at line 113 of file itkMorphologyHistogram.h.


Constructor & Destructor Documentation

template<class TInputPixel , class TCompare >
itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::VectorMorphologyHistogram ( )
inline

Member Function Documentation

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

Definition at line 180 of file itkMorphologyHistogram.h.


Member Data Documentation

template<class TInputPixel , class TCompare >
TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary
template<class TInputPixel , class TCompare >
TCompare itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Compare
template<class TInputPixel , class TCompare >
TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue
template<class TInputPixel , class TCompare >
signed int itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Direction
template<class TInputPixel , class TCompare >
TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_InitValue
template<class TInputPixel , class TCompare >
std::vector< IdentifierType > itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Vector

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