Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics Class Reference

#include <itkLabelStatisticsImageFilter.h>

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Statistics stored per label.

Definition at line 108 of file itkLabelStatisticsImageFilter.h.

Public Member Functions

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

Public Attributes

BoundingBoxType m_BoundingBox
unsigned long 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


Constructor & Destructor Documentation

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

Definition at line 113 of file itkLabelStatisticsImageFilter.h.

References itkGetStaticConstMacro.

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

Definition at line 141 of file itkLabelStatisticsImageFilter.h.

References itkGetStaticConstMacro.

template<class TInputImage, class TLabelImage>
itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics ( const LabelStatistics l  )  [inline]

Definition at line 178 of file itkLabelStatisticsImageFilter.h.

References itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance.


Member Function Documentation

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

Definition at line 193 of file itkLabelStatisticsImageFilter.h.

References itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance.


Member Data Documentation

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

Definition at line 215 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

template<class TInputImage, class TLabelImage>
unsigned long itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count

Definition at line 207 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

template<class TInputImage, class TLabelImage>
HistogramType::Pointer itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram

Definition at line 216 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

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

Definition at line 209 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

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

Definition at line 210 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

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

Definition at line 208 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

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

Definition at line 213 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

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

Definition at line 211 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

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

Definition at line 212 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().

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

Definition at line 214 of file itkLabelStatisticsImageFilter.h.

Referenced by itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics(), and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator=().


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 07:25:31 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000