ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkStandardDeviationProjectionImageFilter.h>
Private Member Functions | |
void | operator= (const Self &) |
StandardDeviationProjectionImageFilter () | |
virtual | ~StandardDeviationProjectionImageFilter () |
StandardDeviationProjectionImageFilter (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
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
Definition at line 106 of file itkStandardDeviationProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::ConstPointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
Definition at line 124 of file itkStandardDeviationProjectionImageFilter.h.
typedef TInputImage itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
Definition at line 120 of file itkStandardDeviationProjectionImageFilter.h.
typedef InputImageType::PixelType itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputPixelType |
Definition at line 121 of file itkStandardDeviationProjectionImageFilter.h.
typedef SmartPointer< Self > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Pointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
Definition at line 123 of file itkStandardDeviationProjectionImageFilter.h.
typedef StandardDeviationProjectionImageFilter itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Self |
Standard class typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
Definition at line 113 of file itkStandardDeviationProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< typename TInputImage::PixelType, TAccumulate > > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Superclass |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
Definition at line 118 of file itkStandardDeviationProjectionImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 148 of file itkStandardDeviationProjectionImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 149 of file itkStandardDeviationProjectionImageFilter.h.
|
private |
End concept checking
|
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 > >.
|
virtual |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
|
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 > >.
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 > )
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )
itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::typedef | ( | Concept::HasNumericTraits< TAccumulate > | ) |
This class requires AccumulateHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< TAccumulate > )