1 template<
class VTK_Impl>
5 template<
class VTK_Impl>
10 template<
class VTK_Impl>
14 if (typeName.compare(
"bool")==0) vtkType=
"UInt8";
15 else if (typeName.compare(
"unsigned char")==0) vtkType=
"UInt8";
16 else if (typeName.compare(
"unsigned short")==0) vtkType=
"UInt8";
17 else if (typeName.compare(
"unsigned int")==0) vtkType=
"UInt16";
18 else if (typeName.compare(
"unsigned long")==0) vtkType=
"UInt32";
19 else if (typeName.compare(
"unsigned long long")==0){
21 else vtkType=
"UInt32";
23 else if (typeName.compare(
"char")==0) vtkType=
"Int8";
24 else if (typeName.compare(
"short")==0) vtkType=
"Int8";
25 else if (typeName.compare(
"int")==0) vtkType=
"Int16";
26 else if (typeName.compare(
"long")==0) vtkType=
"Int32";
27 else if (typeName.compare(
"unsigned long long")==0){
32 else if (typeName.compare(
"float")==0) vtkType=
"Float32";
33 else if (typeName.compare(
"double")==0) vtkType=
"Float32";
34 else if (typeName.compare(
"long double")==0) vtkType=
"Float64";
static tBoolean Is64Architecture()
return true if the machine is a 64 bits machine
Definition: CORE_Run.h:150
This class is a beam output interface for VTK / Paraview software.
Definition: SM_VTK.h:21
tString getVTKType() const
return the VTK type of the template Type
Definition: SM_VTK.h:122