ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics Class Reference

#include <itkLabelStatisticsImageFilter.h>

+ Collaboration diagram for itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics:

List of all members.

Public Member Functions

 LabelStatistics ()
 LabelStatistics (int size, RealType lowerBound, RealType upperBound)
 LabelStatistics (const LabelStatistics &l)
void operator= (const LabelStatistics &l)

Public Attributes

BoundingBoxType m_BoundingBox
IdentifierType m_Count
HistogramType::Pointer m_Histogram
RealType m_Maximum
RealType m_Mean
RealType m_Minimum
RealType m_Sigma
RealType m_Sum
RealType m_SumOfSquares
RealType m_Variance

Detailed Description

template<class TInputImage, class TLabelImage>
class itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics

Statistics stored per label

.

Definition at line 115 of file itkLabelStatisticsImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage , class TLabelImage >
itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics ( )
inline

Definition at line 120 of file itkLabelStatisticsImageFilter.h.

template<class TInputImage , class TLabelImage >
itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics ( int  size,
RealType  lowerBound,
RealType  upperBound 
)
inline
template<class TInputImage , class TLabelImage >
itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics ( const LabelStatistics l)
inline

Member Function Documentation

template<class TInputImage , class TLabelImage >
void itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator= ( const LabelStatistics l)
inline

Member Data Documentation

template<class TInputImage , class TLabelImage >
BoundingBoxType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox
template<class TInputImage , class TLabelImage >
IdentifierType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count
template<class TInputImage , class TLabelImage >
HistogramType::Pointer itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram
template<class TInputImage , class TLabelImage >
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum
template<class TInputImage , class TLabelImage >
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean
template<class TInputImage , class TLabelImage >
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum
template<class TInputImage , class TLabelImage >
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma
template<class TInputImage , class TLabelImage >
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum
template<class TInputImage , class TLabelImage >
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares
template<class TInputImage , class TLabelImage >
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance

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