Go to the source code of this file.
|
namespace | TexGen |
| Namespace containing a series of customised math operations not found in the standard c++ library.
|
|
|
#define | DEFINE_INT_DATA_TYPE(TYPE) template <> inline string CMeshData<TYPE>::GetVTKDataType() {return "Int" + stringify(sizeof(TYPE)*8);} |
|
#define | DEFINE_UINT_DATA_TYPE(TYPE) template <> inline string CMeshData<TYPE>::GetVTKDataType() {return "UInt" + stringify(sizeof(TYPE)*8);} |
|
◆ DEFINE_INT_DATA_TYPE
#define DEFINE_INT_DATA_TYPE |
( |
|
TYPE | ) |
template <> inline string CMeshData<TYPE>::GetVTKDataType() {return "Int" + stringify(sizeof(TYPE)*8);} |
◆ DEFINE_UINT_DATA_TYPE
#define DEFINE_UINT_DATA_TYPE |
( |
|
TYPE | ) |
template <> inline string CMeshData<TYPE>::GetVTKDataType() {return "UInt" + stringify(sizeof(TYPE)*8);} |