ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMatrixIndexSelectionImageFilter.h>
Additional Inherited Members |
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.
|
inlineprotected |
End concept checking
Definition at line 124 of file itkMatrixIndexSelectionImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 125 of file itkMatrixIndexSelectionImageFilter.h.
|
private |
End concept checking
|
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 > >.
|
inline |
Definition at line 113 of file itkMatrixIndexSelectionImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >.
|
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 > )