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

Mean projection. More...

#include <itkMeanProjectionImageFilter.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage InputImageType
typedef InputImageType::PixelType InputPixelType
typedef TOutputImage OutputImageType
typedef OutputImageType::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef MeanProjectionImageFilter Self
typedef ProjectionImageFilter
< TInputImage, TOutputImage,
Functor::MeanAccumulator
< typename
TInputImage::PixelType,
TAccumulate > > 
Superclass

Public Member Functions

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

Static Public Member Functions

static Pointer New ()
 MeanProjectionImageFilter ()
virtual ~MeanProjectionImageFilter ()
 MeanProjectionImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<class TInputImage, class TOutputImage, class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType >::AccumulateType>
class itk::MeanProjectionImageFilter< 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
MinimumProjectionImageFilter
StandardDeviationProjectionImageFilter
SumProjectionImageFilter
BinaryProjectionImageFilter
MaximumProjectionImageFilter

Definition at line 89 of file itkMeanProjectionImageFilter.h.


Member Typedef Documentation

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

Definition at line 103 of file itkMeanProjectionImageFilter.h.

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType >::AccumulateType>
typedef TOutputImage itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::OutputImageType
template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType >::AccumulateType>
typedef OutputImageType::PixelType itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::OutputPixelType

Definition at line 106 of file itkMeanProjectionImageFilter.h.

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

Constructor & Destructor Documentation

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

End concept checking

Definition at line 126 of file itkMeanProjectionImageFilter.h.

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

End concept checking

Definition at line 127 of file itkMeanProjectionImageFilter.h.

template<class TInputImage , class TOutputImage , class TAccumulate = typename NumericTraits< typename TOutputImage::PixelType >::AccumulateType>
itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::MeanProjectionImageFilter ( 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::MeanProjectionImageFilter< 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::MeanAccumulator< TInputImage::PixelType, TAccumulate > >.

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

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

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

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


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