ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate > Class Template Reference

#include <itkStandardDeviationProjectionImageFilter.h>

+ Collaboration diagram for itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >:

Detailed Description

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

Definition at line 50 of file itkStandardDeviationProjectionImageFilter.h.

Public Types

typedef NumericTraits
< TInputPixel >::RealType 
RealType
 

Public Member Functions

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

Public Attributes

SizeValueType m_Size
 
TAccumulate m_Sum
 
std::vector< TInputPixel > m_Values
 

Member Typedef Documentation

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

Definition at line 53 of file itkStandardDeviationProjectionImageFilter.h.

Constructor & Destructor Documentation

template<class TInputPixel , class TAccumulate >
itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::StandardDeviationAccumulator ( SizeValueType  size)
inline
template<class TInputPixel , class TAccumulate >
itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::~StandardDeviationAccumulator ( )
inline

Definition at line 61 of file itkStandardDeviationProjectionImageFilter.h.

Member Function Documentation

template<class TInputPixel , class TAccumulate >
RealType itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::GetValue ( )
inline
template<class TInputPixel , class TAccumulate >
void itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::Initialize ( void  )
inline
template<class TInputPixel , class TAccumulate >
void itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::operator() ( const TInputPixel &  input)
inline

Member Data Documentation

template<class TInputPixel , class TAccumulate >
SizeValueType itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::m_Size
template<class TInputPixel , class TAccumulate >
TAccumulate itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::m_Sum
template<class TInputPixel , class TAccumulate >
std::vector< TInputPixel > itk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >::m_Values

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