![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkConvertVariableLengthVectorPixelBuffer.h>
Public Types | |
| typedef OutputConvertTraits::ComponentType | OutputComponentType |
Static Public Member Functions | |
| static void | Convert (InputPixelType *inputData, int inputNumberOfComponents, VariableLengthVector< T > *outputData, vcl_size_t size) |
Private Member Functions | |
| ConvertPixelBuffer () | |
| ~ConvertPixelBuffer () | |
Definition at line 35 of file itkConvertVariableLengthVectorPixelBuffer.h.
| typedef OutputConvertTraits::ComponentType itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >::OutputComponentType |
Determine the output data type.
Definition at line 40 of file itkConvertVariableLengthVectorPixelBuffer.h.
| itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >::ConvertPixelBuffer | ( | ) | [private] |
| itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >::~ConvertPixelBuffer | ( | ) | [private] |
| static void itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >::Convert | ( | InputPixelType * | inputData, |
| int | inputNumberOfComponents, | ||
| VariableLengthVector< T > * | outputData, | ||
| vcl_size_t | size | ||
| ) | [static] |
General method converts from one type to another.
1.7.6.1