cgma
|
#include "CubitFacet.hpp"
#include "CubitPoint.hpp"
#include "CubitPointData.hpp"
#include "CubitVector.hpp"
#include "GeometryDefines.h"
#include "CubitPlane.hpp"
#include "CubitFacetEdge.hpp"
#include "CubitFacetData.hpp"
#include "CubitFacetEdgeData.hpp"
#include "CastTo.hpp"
#include "ToolData.hpp"
#include "GfxDebug.hpp"
#include "TDFacetBoundaryPoint.hpp"
#include "CubitMessage.hpp"
Go to the source code of this file.
Defines | |
#define | CUBIT_MAX(a, b) (((a) > (b)) ? (a) : (b)) |
#define | CUBIT_MIN(a, b) (((a) < (b)) ? (a) : (b)) |
#define | min3(a, b, c) CUBIT_MIN((CUBIT_MIN((a),(b))),(c)) |
#define | max3(a, b, c) CUBIT_MAX((CUBIT_MAX((a),(b))),(c)) |
Variables | |
static int | counter_id = 0 |
#define CUBIT_MAX | ( | a, | |
b | |||
) | (((a) > (b)) ? (a) : (b)) |
Definition at line 17 of file CubitFacetData.cpp.
#define CUBIT_MIN | ( | a, | |
b | |||
) | (((a) < (b)) ? (a) : (b)) |
Definition at line 20 of file CubitFacetData.cpp.
Definition at line 23 of file CubitFacetData.cpp.
Definition at line 22 of file CubitFacetData.cpp.
int counter_id = 0 [static] |
Definition at line 24 of file CubitFacetData.cpp.