ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | Private Member Functions
itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits > Class Template Reference

#include <itkConvertVariableLengthVectorPixelBuffer.h>

List of all members.

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 ()

Detailed Description

template<typename InputPixelType, typename T, typename OutputConvertTraits>
class itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >

Definition at line 35 of file itkConvertVariableLengthVectorPixelBuffer.h.


Member Typedef Documentation

template<typename InputPixelType , typename T , typename OutputConvertTraits >
typedef OutputConvertTraits::ComponentType itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >::OutputComponentType

Determine the output data type.

Definition at line 40 of file itkConvertVariableLengthVectorPixelBuffer.h.


Constructor & Destructor Documentation

template<typename InputPixelType , typename T , typename OutputConvertTraits >
itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >::ConvertPixelBuffer ( )
private
template<typename InputPixelType , typename T , typename OutputConvertTraits >
itk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >::~ConvertPixelBuffer ( )
private

Member Function Documentation

template<typename InputPixelType , typename T , typename OutputConvertTraits >
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.


The documentation for this class was generated from the following file: