ITK  5.4.0
Insight Toolkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare > Class Template Reference

#include <itkMorphologyHistogram.h>

Detailed Description

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

Definition at line 119 of file itkMorphologyHistogram.h.

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

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
 
int m_Direction
 
TInputPixel m_InitValue
 
std::vector< IdentifierTypem_Vector
 

Constructor & Destructor Documentation

◆ VectorMorphologyHistogram()

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

Member Function Documentation

◆ AddBoundary()

template<typename TInputPixel , typename TCompare >
void itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddBoundary ( )
inline

◆ AddPixel()

template<typename TInputPixel , typename TCompare >
void itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddPixel ( const TInputPixel &  p)
inline

◆ GetValue() [1/2]

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

◆ GetValue() [2/2]

template<typename TInputPixel , typename TCompare >
TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::GetValue ( const TInputPixel &  )
inline

◆ RemoveBoundary()

template<typename TInputPixel , typename TCompare >
void itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemoveBoundary ( )
inline

◆ RemovePixel()

template<typename TInputPixel , typename TCompare >
void itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemovePixel ( const TInputPixel &  p)
inline

◆ SetBoundary()

template<typename TInputPixel , typename TCompare >
void itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::SetBoundary ( const TInputPixel &  val)
inline

◆ UseVectorBasedAlgorithm()

template<typename TInputPixel , typename TCompare >
static bool itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::UseVectorBasedAlgorithm ( )
inlinestatic

Definition at line 193 of file itkMorphologyHistogram.h.

Member Data Documentation

◆ m_Boundary

template<typename TInputPixel , typename TCompare >
TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary

◆ m_Compare

template<typename TInputPixel , typename TCompare >
TCompare itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Compare

◆ m_CurrentValue

template<typename TInputPixel , typename TCompare >
TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue

◆ m_Direction

template<typename TInputPixel , typename TCompare >
int itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Direction

◆ m_InitValue

template<typename TInputPixel , typename TCompare >
TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_InitValue

◆ m_Vector

template<typename TInputPixel , typename TCompare >
std::vector<IdentifierType> itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Vector

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