cgma
SurfaceOverlapFacet.hpp File Reference
#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 Documentation

#define CUBIT_MAX_3 (   a,
  b,
 
)
Value:
(( (a) > (b) ? (a) : (b) ) > \
                                        ( (c) ) ? \
                                        ( (a) > (b) ? (a) : (b) ) : \
                                        ( (c) ))

Definition at line 23 of file SurfaceOverlapFacet.hpp.

#define CUBIT_MIN_3 (   a,
  b,
 
)
Value:
(( (a) < (b) ? (a) : (b) ) < \
                                        ( (c) ) ? \
                                        ( (a) < (b) ? (a) : (b) ) : \
                                        ( (c) ))

Definition at line 17 of file SurfaceOverlapFacet.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines