|
cgma
|
#include "CubitDefines.h"#include "AnalyticGeometryTool.hpp"#include "GMem.hpp"#include "CubitBox.hpp"#include "CGMGeomConfigure.h"Go to the source code of this file.
Classes | |
| class | SurfaceOverlapFacet |
Defines | |
| #define | CUBIT_MIN_3(a, b, c) |
| #define | CUBIT_MAX_3(a, b, c) |
| #define CUBIT_MAX_3 | ( | a, | |
| b, | |||
| c | |||
| ) |
(( (a) > (b) ? (a) : (b) ) > \
( (c) ) ? \
( (a) > (b) ? (a) : (b) ) : \
( (c) ))
Definition at line 23 of file SurfaceOverlapFacet.hpp.
| #define CUBIT_MIN_3 | ( | a, | |
| b, | |||
| c | |||
| ) |
(( (a) < (b) ? (a) : (b) ) < \
( (c) ) ? \
( (a) < (b) ? (a) : (b) ) : \
( (c) ))
Definition at line 17 of file SurfaceOverlapFacet.hpp.