ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Function::MorphologyHistogram< TInputPixel, TCompare > Class Template Reference

#include <itkMorphologyHistogram.h>

Detailed Description

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

Definition at line 31 of file itkMorphologyHistogram.h.

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

Public Types

using MapType = typename std::map<TInputPixel, IdentifierType, TCompare>
 

Public Member Functions

void AddBoundary ()
 
void AddPixel (const TInputPixel &p)
 
TInputPixel GetValue ()
 
TInputPixel GetValue (const TInputPixel &)
 
 MorphologyHistogram ()=default
 
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
 

Member Typedef Documentation

◆ MapType

template<typename TInputPixel, typename TCompare>
using itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MapType = typename std::map<TInputPixel, IdentifierType, TCompare>

Definition at line 34 of file itkMorphologyHistogram.h.

Constructor & Destructor Documentation

◆ MorphologyHistogram()

template<typename TInputPixel, typename TCompare>
itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MorphologyHistogram ( )
default

Member Function Documentation

◆ AddBoundary()

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

Definition at line 39 of file itkMorphologyHistogram.h.

◆ AddPixel()

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

Definition at line 51 of file itkMorphologyHistogram.h.

◆ GetValue() [1/2]

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

◆ GetValue() [2/2]

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

Definition at line 97 of file itkMorphologyHistogram.h.

◆ RemoveBoundary()

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

Definition at line 45 of file itkMorphologyHistogram.h.

◆ RemovePixel()

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

Definition at line 57 of file itkMorphologyHistogram.h.

◆ SetBoundary()

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

Definition at line 103 of file itkMorphologyHistogram.h.

◆ UseVectorBasedAlgorithm()

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

Definition at line 109 of file itkMorphologyHistogram.h.

Member Data Documentation

◆ m_Boundary

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

Definition at line 115 of file itkMorphologyHistogram.h.

◆ m_Map

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

Definition at line 114 of file itkMorphologyHistogram.h.


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