#include <itkVectorImageToImageAdaptor.h>
Public Types | |
typedef unsigned int | VectorLengthType |
typedef TType | ExternalType |
typedef VariableLengthVector< TType > | InternalType |
typedef TType | PixelType |
Public Member Functions | |
void | Set (InternalType &output, const ExternalType &input) const |
ExternalType | Get (const InternalType &input) const |
void | SetExtractComponentIdx (VectorLengthType idx) |
VectorLengthType | GetExtractComponentIdx () const |
VectorImageToImagePixelAccessor () | |
virtual | ~VectorImageToImagePixelAccessor () |
This accessor is used to extract components from a VectorImage. It is used from VectorImageComponentExtractAdaptor. The component to extract is set using SetExtractComponentIdx.
Definition at line 43 of file itkVectorImageToImageAdaptor.h.
|
External typedef. It defines the external aspect that this class will exhibit. Definition at line 51 of file itkVectorImageToImageAdaptor.h. Referenced by itk::Accessor::VectorImageToImagePixelAccessor< TType >::Get(), and itk::Accessor::VectorImageToImagePixelAccessor< TType >::Set(). |
|
Internal typedef. It defines the internal real representation of data. Definition at line 55 of file itkVectorImageToImageAdaptor.h. Referenced by itk::Accessor::VectorImageToImagePixelAccessor< TType >::Get(), and itk::Accessor::VectorImageToImagePixelAccessor< TType >::Set(). |
|
The pixel type that TInternalContainerType holds Definition at line 58 of file itkVectorImageToImageAdaptor.h. |
|
Definition at line 47 of file itkVectorImageToImageAdaptor.h. Referenced by itk::Accessor::VectorImageToImagePixelAccessor< TType >::GetExtractComponentIdx(), and itk::Accessor::VectorImageToImagePixelAccessor< TType >::SetExtractComponentIdx(). |
|
Definition at line 81 of file itkVectorImageToImageAdaptor.h. |
|
Definition at line 82 of file itkVectorImageToImageAdaptor.h. |
|
Definition at line 65 of file itkVectorImageToImageAdaptor.h. References itk::Accessor::VectorImageToImagePixelAccessor< TType >::ExternalType, and itk::Accessor::VectorImageToImagePixelAccessor< TType >::InternalType. |
|
Definition at line 76 of file itkVectorImageToImageAdaptor.h. References itk::Accessor::VectorImageToImagePixelAccessor< TType >::VectorLengthType. |
|
Definition at line 60 of file itkVectorImageToImageAdaptor.h. References itk::Accessor::VectorImageToImagePixelAccessor< TType >::ExternalType, and itk::Accessor::VectorImageToImagePixelAccessor< TType >::InternalType. |
|
Definition at line 72 of file itkVectorImageToImageAdaptor.h. References itk::Accessor::VectorImageToImagePixelAccessor< TType >::VectorLengthType. |