cgma
|
Go to the source code of this file.
Defines | |
#define | SQR(x) ((x) * (x)) |
Functions | |
void | dgtet (GeoTet *tet) |
void | dgnode (GeoNode *node) |
#define SQR | ( | x | ) | ((x) * (x)) |
Definition at line 22 of file GeoTet.cpp.
Definition at line 193 of file GeoTet.cpp.
{ GfxDebug::draw_geonode( node, CUBIT_RED_INDEX ); GfxDebug::flush(); }
Definition at line 181 of file GeoTet.cpp.
{ GfxDebug::draw_geotet( tet, CUBIT_YELLOW_INDEX ); GfxDebug::flush(); }