ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMatrixIndexSelectionImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef MatrixIndexSelectionImageFilter | Self |
typedef UnaryFunctorImageFilter < TInputImage, TOutputImage, Functor::MatrixIndexSelection < typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
void | GetIndices (unsigned int &i, unsigned int &j) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType >) InputHasNumericTraitsCheck | |
void | SetIndices (unsigned int i, unsigned int j) |
Static Public Member Functions | |
static Pointer | New () |
MatrixIndexSelectionImageFilter () | |
virtual | ~MatrixIndexSelectionImageFilter () |
MatrixIndexSelectionImageFilter (const Self &) | |
void | operator= (const Self &) |
Extracts the selected indices of a matrix image that is the input pixel type.
This filter is templated over the input image type and output image type.
The filter expect the input image pixel type to be a matrix and the output image pixel type to be a scalar. The only requirement on the type used for representing the vector is that it must provide an operator(i,j).
Definition at line 81 of file itkMatrixIndexSelectionImageFilter.h.
typedef SmartPointer< const Self > itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 97 of file itkMatrixIndexSelectionImageFilter.h.
typedef SmartPointer< Self > itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 95 of file itkMatrixIndexSelectionImageFilter.h.
typedef MatrixIndexSelectionImageFilter itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 90 of file itkMatrixIndexSelectionImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 93 of file itkMatrixIndexSelectionImageFilter.h.
itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::MatrixIndexSelectionImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 124 of file itkMatrixIndexSelectionImageFilter.h.
virtual itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::~MatrixIndexSelectionImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 125 of file itkMatrixIndexSelectionImageFilter.h.
itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::MatrixIndexSelectionImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::MatrixIndexSelectionImageFilter< 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::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::GetIndices | ( | unsigned int & | i, |
unsigned int & | j | ||
) | const [inline] |
Definition at line 113 of file itkMatrixIndexSelectionImageFilter.h.
virtual const char* itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
static Pointer itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::SetIndices | ( | unsigned int | i, |
unsigned int | j | ||
) | [inline] |
Get/Set methods for the index
Definition at line 106 of file itkMatrixIndexSelectionImageFilter.h.
itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType > )