![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkStandardDeviationProjectionImageFilter.h>
Inheritance diagram for itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >:
Collaboration diagram for 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 https://hdl.handle.net/1926/164
Definition at line 105 of file itkStandardDeviationProjectionImageFilter.h.
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
| typedef SmartPointer< const Self > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::ConstPointer |
Definition at line 123 of file itkStandardDeviationProjectionImageFilter.h.
| typedef TInputImage itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputImageType |
Definition at line 119 of file itkStandardDeviationProjectionImageFilter.h.
| typedef InputImageType::PixelType itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputPixelType |
Definition at line 120 of file itkStandardDeviationProjectionImageFilter.h.
| typedef SmartPointer< Self > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Pointer |
Definition at line 122 of file itkStandardDeviationProjectionImageFilter.h.
| typedef StandardDeviationProjectionImageFilter itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Self |
Definition at line 112 of file itkStandardDeviationProjectionImageFilter.h.
| typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< typename TInputImage::PixelType, TAccumulate > > itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Superclass |
Definition at line 117 of file itkStandardDeviationProjectionImageFilter.h.
|
inlineprotected |
Definition at line 147 of file itkStandardDeviationProjectionImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 148 of file itkStandardDeviationProjectionImageFilter.h.
|
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::Object.
|
virtual |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >.
|
static |
Method for creation through the object factory.
1.8.5