18 #ifndef itkConvertArrayPixelBuffer_h
19 #define itkConvertArrayPixelBuffer_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 "itkConvertArrayPixelBuffer.hxx"
59 #endif // itkConvertArrayPixelBuffer_h
Array class with size defined at construction time.
Class to convert blocks of data from one type to another.
static void Convert(InputPixelType *inputData, int inputNumberOfComponents, OutputPixelType *outputData, vcl_size_t size)