ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate > Class Template Reference

Mean projection. More...

#include <itkStandardDeviationProjectionImageFilter.h>

Inheritance diagram for itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >:
Collaboration diagram for itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage InputImageType
typedef InputImageType::PixelType InputPixelType
typedef SmartPointer< SelfPointer
typedef
StandardDeviationProjectionImageFilter 
Self
typedef ProjectionImageFilter
< TInputImage, TOutputImage,
Functor::StandardDeviationAccumulator
< typename
TInputImage::PixelType,
TAccumulate > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::HasNumericTraits< TAccumulate >) AccumulateHasNumericTraitsCheck
 typedef (Concept::AdditiveOperators< TAccumulate, InputPixelType, TAccumulate >) InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck
 typedef (Concept::HasNumericTraits< InputPixelType >) InputHasNumericTraitsCheck

Static Public Member Functions

static Pointer New ()

Private Member Functions

void operator= (const Self &)
 StandardDeviationProjectionImageFilter ()
virtual ~StandardDeviationProjectionImageFilter ()
 StandardDeviationProjectionImageFilter (const Self &)

Detailed Description

template<class TInputImage, class TOutputImage, class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
class itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >

Mean projection.

This class was contributed to the Insight Journal by Gaetan Lehmann. The original paper can be found at http://hdl.handle.net/1926/164

Author:
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.
See also:
ProjectionImageFilter
MedianProjectionImageFilter
MeanProjectionImageFilter
SumProjectionImageFilter
MeanProjectionImageFilter
MaximumProjectionImageFilter
MinimumProjectionImageFilter
BinaryProjectionImageFilter

Definition at line 106 of file itkStandardDeviationProjectionImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
typedef SmartPointer< const Self > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::ConstPointer
template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
typedef TInputImage itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputImageType
template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
typedef InputImageType::PixelType itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputPixelType

Definition at line 121 of file itkStandardDeviationProjectionImageFilter.h.

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
typedef SmartPointer< Self > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Pointer
template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
typedef StandardDeviationProjectionImageFilter itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Self
template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< typename TInputImage::PixelType, TAccumulate > > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::StandardDeviationProjectionImageFilter ( ) [inline, protected]

End concept checking

Definition at line 148 of file itkStandardDeviationProjectionImageFilter.h.

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
virtual itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::~StandardDeviationProjectionImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 149 of file itkStandardDeviationProjectionImageFilter.h.

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::StandardDeviationProjectionImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
virtual::itk::LightObject::Pointer itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
virtual const char* itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::GetNameOfClass ( ) const [virtual]
template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
static Pointer itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::New ( ) [static]
template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
void itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::typedef ( Concept::AdditiveOperators< TAccumulate, InputPixelType, TAccumulate >  )

Begin concept checking This class requires InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck in the form of ( Concept::AdditiveOperators< TAccumulate, InputPixelType, TAccumulate > )

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::typedef ( Concept::HasNumericTraits< InputPixelType )

This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType > ::AccumulateType>
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::typedef ( Concept::HasNumericTraits< TAccumulate >  )

This class requires AccumulateHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< TAccumulate > )


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