Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
The LabelExtrema class is just a container for global min/max values and their indices as well as all min and max values (+indices) of the mask labels. More...
#include <mitkMinMaxLabelmageFilterWithIndex.h>
Public Member Functions | |
LabelExtrema () | |
Public Attributes | |
PixelType | m_Min |
PixelType | m_Max |
IndexType | m_MinIndex |
IndexType | m_MaxIndex |
The LabelExtrema class is just a container for global min/max values and their indices as well as all min and max values (+indices) of the mask labels.
Definition at line 44 of file mitkMinMaxLabelmageFilterWithIndex.h.
|
inline |
Definition at line 50 of file mitkMinMaxLabelmageFilterWithIndex.h.
PixelType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_Max |
Definition at line 47 of file mitkMinMaxLabelmageFilterWithIndex.h.
IndexType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_MaxIndex |
Definition at line 48 of file mitkMinMaxLabelmageFilterWithIndex.h.
PixelType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_Min |
Definition at line 47 of file mitkMinMaxLabelmageFilterWithIndex.h.
IndexType itk::MinMaxLabelImageFilterWithIndex< TInputImage, TLabelImage >::LabelExtrema::m_MinIndex |
Definition at line 48 of file mitkMinMaxLabelmageFilterWithIndex.h.