18#ifndef itkConvertArrayPixelBuffer_h
19#define itkConvertArrayPixelBuffer_h
34template <
typename InputPixelType,
typename T,
typename OutputConvertTraits>
53 Convert(InputPixelType * inputData,
int inputNumberOfComponents,
Array<T> * outputData,
size_t size);
57#ifndef ITK_MANUAL_INSTANTIATION
58# include "itkConvertArrayPixelBuffer.hxx"
Array class with size defined at construction time.
Class to convert blocks of data from one type to another.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....