18 #ifndef itkConvertVariableLengthVectorPixelBuffer_h
19 #define itkConvertVariableLengthVectorPixelBuffer_h
20 #include "ITKIOMeshExport.h"
35 template <
typename InputPixelType,
typename T,
typename OutputConvertTraits>
44 static void Convert(InputPixelType* inputData,
45 int inputNumberOfComponents,
55 #ifndef ITK_MANUAL_INSTANTIATION
56 #include "itkConvertVariableLengthVectorPixelBuffer.hxx"
59 #endif // itkConvertVariableLengthVectorPixelBuffer_h
Class to convert blocks of data from one type to another.
static void Convert(InputPixelType *inputData, int inputNumberOfComponents, OutputPixelType *outputData, vcl_size_t size)
Represents an array whose length can be defined at run-time.