This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MC_FAIL_EXIT(msg, code) |
In case of an program error this define may be used. |
Definition in file MarchingCubesGeneral.h.
|
Value: std::cerr << __FILE__ << ":" << __LINE__ << ": ERROR: " << msg \ << std::endl; \ exit(code);
Definition at line 20 of file MarchingCubesGeneral.h. Referenced by MCMesh::_compileData(), MCMesh::_compileNormalsArray(), and MarchingCubesBase::marchCubes(). |