ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeanProjectionImageFilter.h>
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 89 of file itkMeanProjectionImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MeanAccumulator< TInputImage::PixelType, TAccumulate > > | |
static Pointer | New () |
Private Member Functions | |
MeanProjectionImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MeanAccumulator< TInputImage::PixelType, TAccumulate > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::ConstPointer |
Definition at line 100 of file itkMeanProjectionImageFilter.h.
typedef TInputImage itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputImageType |
Definition at line 102 of file itkMeanProjectionImageFilter.h.
typedef InputImageType::PixelType itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::InputPixelType |
Definition at line 103 of file itkMeanProjectionImageFilter.h.
typedef TOutputImage itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::OutputImageType |
Definition at line 105 of file itkMeanProjectionImageFilter.h.
typedef OutputImageType::PixelType itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::OutputPixelType |
Definition at line 106 of file itkMeanProjectionImageFilter.h.
typedef SmartPointer< Self > itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Pointer |
Definition at line 99 of file itkMeanProjectionImageFilter.h.
typedef MeanProjectionImageFilter itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Self |
Definition at line 94 of file itkMeanProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::MeanAccumulator< typename TInputImage::PixelType, TAccumulate > > itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::Superclass |
Definition at line 97 of file itkMeanProjectionImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 127 of file itkMeanProjectionImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 128 of file itkMeanProjectionImageFilter.h.
|
private |
|
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::MeanAccumulator< TInputImage::PixelType, TAccumulate > >.
|
static |
Method for creation through the object factory.
|
private |
itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::typedef | ( | Concept::AdditiveOperators< OutputPixelType, InputPixelType, OutputPixelType > | ) |
Begin concept checking This class requires InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck in the form of ( Concept::AdditiveOperators< OutputPixelType, InputPixelType, OutputPixelType > )
itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )