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

Sum projection. More...

#include <itkSumProjectionImageFilter.h>

Inheritance diagram for itk::SumProjectionImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::SumProjectionImageFilter< TInputImage, TOutputImage >:

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 SumProjectionImageFilter Self
typedef ProjectionImageFilter
< TInputImage, TOutputImage,
Functor::SumAccumulator
< typename
TInputImage::PixelType,
typename
TOutputImage::PixelType > > 
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 ()
 SumProjectionImageFilter ()
virtual ~SumProjectionImageFilter ()
 SumProjectionImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::SumProjectionImageFilter< TInputImage, TOutputImage >

Sum 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
MeanProjectionImageFilter
MaximumProjectionImageFilter
MinimumProjectionImageFilter
BinaryProjectionImageFilter
StandardDeviationProjectionImageFilter

Definition at line 77 of file itkSumProjectionImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::SumProjectionImageFilter< TInputImage, TOutputImage >::InputImageType
template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::SumProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType

Definition at line 91 of file itkSumProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::SumProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType itk::SumProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 94 of file itkSumProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef SumProjectionImageFilter itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::SumProjectionImageFilter< TInputImage, TOutputImage >::SumProjectionImageFilter ( ) [inline, protected]

End concept checking

Definition at line 117 of file itkSumProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual itk::SumProjectionImageFilter< TInputImage, TOutputImage >::~SumProjectionImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 118 of file itkSumProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::SumProjectionImageFilter< TInputImage, TOutputImage >::SumProjectionImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::SumProjectionImageFilter< TInputImage, TOutputImage >::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::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
virtual const char* itk::SumProjectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<class TInputImage , class TOutputImage >
static Pointer itk::SumProjectionImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<class TInputImage , class TOutputImage >
void itk::SumProjectionImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]
template<class TInputImage , class TOutputImage >
itk::SumProjectionImageFilter< TInputImage, TOutputImage >::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 >
itk::SumProjectionImageFilter< TInputImage, TOutputImage >::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: