NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Macros
niftkMeshingUnitTestHelpers.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define niftkMeshingAssert(COND)
 

Macro Definition Documentation

#define niftkMeshingAssert (   COND)
Value:
{\
if(!(COND))\
{\
std::cerr << "Test failed " << __FILE__ << ":" << __LINE__;\
std::cerr << " in function " << __FUNCTION__ << std::endl;\
std::cerr << "Condition: " << #COND;\
abort();\
}\
}