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

itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate > Class Template Reference

#include <itkStandardDeviationProjectionImageFilter.h>

List of all members.

Public Types

typedef NumericTraits
< TInputPixel >::RealType 
RealType

Public Member Functions

RealType GetValue ()
void Initialize ()
void operator() (const TInputPixel &input)
 StandardDeviationAccumulator (unsigned long size)
 ~StandardDeviationAccumulator ()

Public Attributes

unsigned long m_Size
TAccumulate m_Sum
std::vector< TInputPixel > m_Values


Detailed Description

template<class TInputPixel, class TAccumulate>
class itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >

Definition at line 49 of file itkStandardDeviationProjectionImageFilter.h.


Member Typedef Documentation

template<class TInputPixel , class TAccumulate >
typedef NumericTraits<TInputPixel>::RealType itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::RealType

Definition at line 52 of file itkStandardDeviationProjectionImageFilter.h.


Constructor & Destructor Documentation

template<class TInputPixel , class TAccumulate >
itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::StandardDeviationAccumulator ( unsigned long  size  )  [inline]

template<class TInputPixel , class TAccumulate >
itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::~StandardDeviationAccumulator (  )  [inline]

Definition at line 59 of file itkStandardDeviationProjectionImageFilter.h.


Member Function Documentation

template<class TInputPixel , class TAccumulate >
RealType itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::GetValue ( void   )  [inline]

template<class TInputPixel , class TAccumulate >
void itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::Initialize ( void   )  [inline]

template<class TInputPixel , class TAccumulate >
void itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::operator() ( const TInputPixel &  input  )  [inline]


Member Data Documentation

template<class TInputPixel , class TAccumulate >
unsigned long itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::m_Size

template<class TInputPixel , class TAccumulate >
TAccumulate itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::m_Sum

template<class TInputPixel , class TAccumulate >
std::vector<TInputPixel> itk::Function::StandardDeviationAccumulator< TInputPixel, TAccumulate >::m_Values


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

Generated at Tue Sep 15 15:28:57 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000