open_iA 2024.9
Loading...
Searching...
No Matches
iAVtkDataTypeMapper.h File Reference
#include <vtkType.h>

Classes

struct  iAVtkDataType< T >
 Mapper from built-in types to the correct VTK_* data type value. More...
 
struct  iAVtkDataType< char >
 Maps type char to VKT_SIGNED_CHAR. More...
 
struct  iAVtkDataType< double >
 Maps type double to VKT_DOUBLE. More...
 
struct  iAVtkDataType< float >
 Maps type float to VKT_FLOAT. More...
 
struct  iAVtkDataType< int >
 Maps type int to VKT_INT. More...
 
struct  iAVtkDataType< long >
 Maps type long to VKT_UNSIGNED_LONG. More...
 
struct  iAVtkDataType< long long >
 Maps type long long to VKT_LONG_LONG. More...
 
struct  iAVtkDataType< short >
 Maps type short to VKT_SHORT. More...
 
struct  iAVtkDataType< unsigned char >
 Maps type unsigned char to VKT_UNSIGNED_CHAR. More...
 
struct  iAVtkDataType< unsigned int >
 Maps type unsigned int to VKT_UNSIGNED_INT. More...
 
struct  iAVtkDataType< unsigned long >
 Maps type unsigned long to VKT_UNSIGNED_LONG. More...
 
struct  iAVtkDataType< unsigned long long >
 Maps type unsigned long long to VKT_UNSIGNED_LONG_LONG. More...
 
struct  iAVtkDataType< unsigned short >
 Maps type unsigned short to VKT_UNSIGNED_SHORT. More...