ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMinimumImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef MinimumImageFilter | Self |
typedef BinaryFunctorImageFilter < TInputImage1, TInputImage2, TOutputImage, Functor::Minimum < typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::Convertible< typename TInputImage1::PixelType, typename TInputImage2::PixelType >) Input1ConvertibleToInput2Check | |
typedef (Concept::Convertible< typename TInputImage2::PixelType, typename TOutputImage::PixelType >) Input2ConvertibleToOutputCheck | |
typedef (Concept::LessThanComparable< typename TInputImage1::PixelType, typename TInputImage2::PixelType >) Input1LessThanInput2Check | |
Static Public Member Functions | |
static Pointer | New () |
MinimumImageFilter () | |
virtual | ~MinimumImageFilter () |
MinimumImageFilter (const Self &) | |
void | operator= (const Self &) |
Implements a pixel-wise operator Min(a,b) between two images.
The pixel values of the output image are the minimum between the corresponding pixels of the two input images.
This class is templated over the types of the two input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
Definition at line 72 of file itkMinimumImageFilter.h.
typedef SmartPointer< const Self > itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 92 of file itkMinimumImageFilter.h.
typedef SmartPointer< Self > itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 91 of file itkMinimumImageFilter.h.
typedef MinimumImageFilter itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 82 of file itkMinimumImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 89 of file itkMinimumImageFilter.h.
itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::MinimumImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 116 of file itkMinimumImageFilter.h.
virtual itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::~MinimumImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 117 of file itkMinimumImageFilter.h.
itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::MinimumImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::MinimumImageFilter< TInputImage1, TInputImage2, 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::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
virtual const char* itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
static Pointer itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
void itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::operator= | ( | const Self & | ) | [private] |
itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage1::PixelType, typename TInputImage2::PixelType > | ) |
Begin concept checking This class requires Input1ConvertibleToInput2Check in the form of ( Concept::Convertible< typename TInputImage1::PixelType, typename TInputImage2::PixelType > )
itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage2::PixelType, typename TOutputImage::PixelType > | ) |
This class requires Input2ConvertibleToOutputCheck in the form of ( Concept::Convertible< typename TInputImage2::PixelType, typename TOutputImage::PixelType > )
itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::LessThanComparable< typename TInputImage1::PixelType, typename TInputImage2::PixelType > | ) |
This class requires Input1LessThanInput2Check in the form of ( Concept::LessThanComparable< typename TInputImage1::PixelType, typename TInputImage2::PixelType > )