ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaximumProjectionImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef MaximumProjectionImageFilter | Self |
typedef ProjectionImageFilter < TInputImage, TOutputImage, Functor::MaximumAccumulator < typename TInputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::GreaterThanComparable< InputPixelType >) InputPixelTypeGreaterThanComparable | |
typedef (Concept::HasNumericTraits< InputPixelType >) InputHasNumericTraitsCheck | |
Static Public Member Functions | |
static Pointer | New () |
MaximumProjectionImageFilter () | |
virtual | ~MaximumProjectionImageFilter () |
MaximumProjectionImageFilter (const Self &) | |
void | operator= (const Self &) |
Maximum 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 itkMaximumProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
Definition at line 88 of file itkMaximumProjectionImageFilter.h.
typedef TInputImage itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
Definition at line 84 of file itkMaximumProjectionImageFilter.h.
typedef InputImageType::PixelType itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 85 of file itkMaximumProjectionImageFilter.h.
typedef SmartPointer< Self > itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
Definition at line 87 of file itkMaximumProjectionImageFilter.h.
typedef MaximumProjectionImageFilter itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
Definition at line 80 of file itkMaximumProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< typename TInputImage::PixelType > > itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
Definition at line 82 of file itkMaximumProjectionImageFilter.h.
itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::MaximumProjectionImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 106 of file itkMaximumProjectionImageFilter.h.
virtual itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::~MaximumProjectionImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 107 of file itkMaximumProjectionImageFilter.h.
itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::MaximumProjectionImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const [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::MaximumAccumulator< TInputImage::PixelType > >.
virtual const char* itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
static Pointer itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
void itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< TInputImage::PixelType > >.
itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::GreaterThanComparable< InputPixelType > | ) |
Begin concept checking This class requires InputPixelTypeGreaterThanComparable in the form of ( Concept::GreaterThanComparable< InputPixelType > )
itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )