ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkSumProjectionImageFilter.h>
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
Definition at line 77 of file itkSumProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 97 of file itkSumProjectionImageFilter.h.
typedef TInputImage itk::SumProjectionImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 90 of file itkSumProjectionImageFilter.h.
typedef InputImageType::PixelType itk::SumProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 91 of file itkSumProjectionImageFilter.h.
typedef TOutputImage itk::SumProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 93 of file itkSumProjectionImageFilter.h.
typedef OutputImageType::PixelType itk::SumProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 94 of file itkSumProjectionImageFilter.h.
typedef SmartPointer< Self > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 96 of file itkSumProjectionImageFilter.h.
typedef SumProjectionImageFilter itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 84 of file itkSumProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 88 of file itkSumProjectionImageFilter.h.
itk::SumProjectionImageFilter< TInputImage, TOutputImage >::SumProjectionImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 117 of file itkSumProjectionImageFilter.h.
virtual itk::SumProjectionImageFilter< TInputImage, TOutputImage >::~SumProjectionImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 118 of file itkSumProjectionImageFilter.h.
itk::SumProjectionImageFilter< TInputImage, TOutputImage >::SumProjectionImageFilter | ( | const Self & | ) | [private] |
End concept checking
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 > >.
virtual const char* itk::SumProjectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
static Pointer itk::SumProjectionImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::SumProjectionImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
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 > )
itk::SumProjectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )