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>

List of all members.

Public Member Functions

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

Public Attributes

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


Detailed Description

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

Statistics stored per label

Definition at line 107 of file itkLabelStatisticsImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 112 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 140 of file itkLabelStatisticsImageFilter.h.

References itkGetStaticConstMacro, and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::RealType.

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

Definition at line 177 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 192 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 214 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 206 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 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>
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum
 

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_Mean
 

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_Minimum
 

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>
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma
 

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_Sum
 

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_SumOfSquares
 

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_Variance
 

Definition at line 213 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 May 25 01:33:23 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000