#include <itkMatrixIndexSelectionImageFilter.h>
Inheritance diagram for itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >:


Public Types | |
| typedef MatrixIndexSelectionImageFilter | Self |
| typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
| void | GetIndices (unsigned int &i, unsigned int &j) const |
| void | SetIndices (unsigned int i, unsigned int j) |
Static Public Member Functions | |
| Pointer | New () |
Protected Member Functions | |
| MatrixIndexSelectionImageFilter () | |
| virtual | ~MatrixIndexSelectionImageFilter () |
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 64 of file itkMatrixIndexSelectionImageFilter.h.
|
|||||
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 73 of file itkMatrixIndexSelectionImageFilter.h. |
|
|||||
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 72 of file itkMatrixIndexSelectionImageFilter.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 70 of file itkMatrixIndexSelectionImageFilter.h. Referenced by itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::~MatrixIndexSelectionImageFilter(). |
|
|||||
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 71 of file itkMatrixIndexSelectionImageFilter.h. |
|
|||||||||
|
Definition at line 90 of file itkMatrixIndexSelectionImageFilter.h. |
|
|||||||||
|
Definition at line 91 of file itkMatrixIndexSelectionImageFilter.h. References itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >::Self. |
|
||||||||||||||||
|
Definition at line 86 of file itkMatrixIndexSelectionImageFilter.h. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
||||||||||||||||
|
Get/Set methods for the index Definition at line 79 of file itkMatrixIndexSelectionImageFilter.h. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000