![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorImageToImageAdaptor.h>
Inheritance diagram for itk::Accessor::VectorImageToImagePixelAccessor< TType >:Public Types | |
| typedef TType | ExternalType |
| typedef VariableLengthVector < TType > | InternalType |
| typedef TType | PixelType |
| typedef unsigned int | VectorLengthType |
Public Member Functions | |
| ExternalType | Get (const InternalType &input) const |
| VectorLengthType | GetExtractComponentIdx () const |
| void | Set (InternalType output, const ExternalType &input) const |
| void | SetExtractComponentIdx (VectorLengthType idx) |
| VectorImageToImagePixelAccessor () | |
| virtual | ~VectorImageToImagePixelAccessor () |
Private Attributes | |
| VectorLengthType | m_ComponentIdx |
Extract components from a VectorImage.
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 44 of file itkVectorImageToImageAdaptor.h.
| typedef TType itk::Accessor::VectorImageToImagePixelAccessor< TType >::ExternalType |
External typedef. It defines the external aspect that this class will exhibit.
Definition at line 52 of file itkVectorImageToImageAdaptor.h.
| typedef VariableLengthVector< TType > itk::Accessor::VectorImageToImagePixelAccessor< TType >::InternalType |
Internal typedef. It defines the internal real representation of data.
Definition at line 56 of file itkVectorImageToImageAdaptor.h.
| typedef TType itk::Accessor::VectorImageToImagePixelAccessor< TType >::PixelType |
The pixel type that TInternalContainerType holds
Definition at line 59 of file itkVectorImageToImageAdaptor.h.
| typedef unsigned int itk::Accessor::VectorImageToImagePixelAccessor< TType >::VectorLengthType |
Definition at line 48 of file itkVectorImageToImageAdaptor.h.
| itk::Accessor::VectorImageToImagePixelAccessor< TType >::VectorImageToImagePixelAccessor | ( | ) | [inline] |
Definition at line 84 of file itkVectorImageToImageAdaptor.h.
| virtual itk::Accessor::VectorImageToImagePixelAccessor< TType >::~VectorImageToImagePixelAccessor | ( | ) | [inline, virtual] |
Definition at line 85 of file itkVectorImageToImageAdaptor.h.
| ExternalType itk::Accessor::VectorImageToImagePixelAccessor< TType >::Get | ( | const InternalType & | input | ) | const [inline] |
Definition at line 66 of file itkVectorImageToImageAdaptor.h.
| VectorLengthType itk::Accessor::VectorImageToImagePixelAccessor< TType >::GetExtractComponentIdx | ( | ) | const [inline] |
Definition at line 79 of file itkVectorImageToImageAdaptor.h.
| void itk::Accessor::VectorImageToImagePixelAccessor< TType >::Set | ( | InternalType | output, |
| const ExternalType & | input | ||
| ) | const [inline] |
Definition at line 61 of file itkVectorImageToImageAdaptor.h.
| void itk::Accessor::VectorImageToImagePixelAccessor< TType >::SetExtractComponentIdx | ( | VectorLengthType | idx | ) | [inline] |
Definition at line 74 of file itkVectorImageToImageAdaptor.h.
VectorLengthType itk::Accessor::VectorImageToImagePixelAccessor< TType >::m_ComponentIdx [private] |
Definition at line 87 of file itkVectorImageToImageAdaptor.h.
1.7.6.1