ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage > Class Template Reference

Extracts the selected indices of a matrix image that is the input pixel type. More...

#include <itkMatrixIndexSelectionImageFilter.h>

Inheritance diagram for itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
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 &)

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >

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.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef MatrixIndexSelectionImageFilter itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::MatrixIndexSelectionImageFilter ( ) [inline, protected]

End concept checking

Definition at line 124 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::~MatrixIndexSelectionImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 125 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::MatrixIndexSelectionImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<class TInputImage , class TOutputImage >
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 > >.

template<class TInputImage , class TOutputImage >
void itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::GetIndices ( unsigned int &  i,
unsigned int &  j 
) const [inline]

Definition at line 113 of file itkMatrixIndexSelectionImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual const char* itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<class TInputImage , class TOutputImage >
static Pointer itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<class TInputImage , class TOutputImage >
void itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]
template<class TInputImage , class TOutputImage >
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.

template<class TInputImage , class TOutputImage >
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 > )


The documentation for this class was generated from the following file: