Field3D
|
Functions | |
template<class Matrix_T > | |
bool | checkMatricesIdentical (const Matrix_T &m1, const Matrix_T &m2, double tolerance) |
const string | k_frustumMappingName ("FrustumFieldMapping") |
const string | k_mappingName ("FieldMapping") |
const string | k_matrixMappingName ("MatrixFieldMapping") |
const string | k_nullMappingName ("NullFieldMapping") |
Variables | |
size_t | g_numIOThreads = 1 |
References k_mappingName().
Referenced by k_mappingName().
References k_nullMappingName().
Referenced by k_nullMappingName().
References k_matrixMappingName().
Referenced by k_matrixMappingName().
References k_frustumMappingName().
Referenced by k_frustumMappingName().
bool FIELD3D_NAMESPACE_OPEN::checkMatricesIdentical | ( | const Matrix_T & | m1, |
const Matrix_T & | m2, | ||
double | tolerance ) |
Definition at line 86 of file FieldMapping.cpp.
References checkMatricesIdentical(), FIELD3D_EXTRACT_SHRT, and FIELD3D_MTX_T.
Referenced by checkMatricesIdentical().
size_t FIELD3D_NAMESPACE_OPEN::g_numIOThreads = 1 |
Definition at line 60 of file InitIO.cpp.