18 #ifndef itkConvertVariableLengthVectorPixelBuffer_h
19 #define itkConvertVariableLengthVectorPixelBuffer_h
34 template <
typename InputPixelType,
typename T,
typename OutputConvertTraits>
43 static void Convert(InputPixelType* inputData,
44 int inputNumberOfComponents,
54 #ifndef ITK_MANUAL_INSTANTIATION
55 #include "itkConvertVariableLengthVectorPixelBuffer.hxx"
58 #endif // itkConvertVariableLengthVectorPixelBuffer_h
Class to convert blocks of data from one type to another.
Represents an array whose length can be defined at run-time.