ITK
4.13.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 https://hdl.handle.net/1926/164
Definition at line 76 of file itkSumProjectionImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > > | |
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::SumProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 96 of file itkSumProjectionImageFilter.h.
typedef TInputImage itk::SumProjectionImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 89 of file itkSumProjectionImageFilter.h.
typedef InputImageType::PixelType itk::SumProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 90 of file itkSumProjectionImageFilter.h.
typedef TOutputImage itk::SumProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 92 of file itkSumProjectionImageFilter.h.
typedef OutputImageType::PixelType itk::SumProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 93 of file itkSumProjectionImageFilter.h.
typedef SmartPointer< Self > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 95 of file itkSumProjectionImageFilter.h.
typedef SumProjectionImageFilter itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 83 of file itkSumProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::SumAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::SumProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 87 of file itkSumProjectionImageFilter.h.
|
inlineprotected |
Definition at line 116 of file itkSumProjectionImageFilter.h.
|
inlineoverrideprotectedvirtual |
Definition at line 117 of file itkSumProjectionImageFilter.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::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.