ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMinimumProjectionImageFilter.h>
Additional Inherited Members | |
Static Public Attributes inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > > | |
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 > |
Minimum 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 75 of file itkMinimumProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
Definition at line 89 of file itkMinimumProjectionImageFilter.h.
typedef TInputImage itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
Definition at line 85 of file itkMinimumProjectionImageFilter.h.
typedef InputImageType::PixelType itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 86 of file itkMinimumProjectionImageFilter.h.
typedef SmartPointer< Self > itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
Definition at line 88 of file itkMinimumProjectionImageFilter.h.
typedef MinimumProjectionImageFilter itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
Definition at line 80 of file itkMinimumProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< typename TInputImage::PixelType > > itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
Definition at line 83 of file itkMinimumProjectionImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 107 of file itkMinimumProjectionImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 108 of file itkMinimumProjectionImageFilter.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::MinimumAccumulator< TInputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< TInputImage::PixelType > >.
itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::LessThanComparable< InputPixelType > | ) |
Begin concept checking This class requires InputPixelTypeGreaterThanComparable in the form of ( Concept::LessThanComparable< InputPixelType > )
itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )