Classes | Namespaces | Macros
GteConstrainedDelaunay2.h File Reference
#include <Mathematics/GteDelaunay2.h>
#include <list>
Include dependency graph for GteConstrainedDelaunay2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gte::ConstrainedDelaunay2< InputType, ComputeType >
 

Namespaces

 gte
 

Macros

#define GTE_CDT_FAILURE   { Trap(); return false; }
 
#define GTE_CDT_FAILURE_RET(r)   { Trap(); return r; }
 
#define GTE_CDT_REQUIRE(c)   { if (!(c)) { Trap(); return false; } }
 
#define GTE_CDT_REQUIRE_RET(c, r)   { if (!(c)) { Trap(); return r; } }
 

Macro Definition Documentation

#define GTE_CDT_FAILURE   { Trap(); return false; }

Definition at line 21 of file GteConstrainedDelaunay2.h.

#define GTE_CDT_FAILURE_RET (   r)    { Trap(); return r; }

Definition at line 23 of file GteConstrainedDelaunay2.h.

#define GTE_CDT_REQUIRE (   c)    { if (!(c)) { Trap(); return false; } }

Definition at line 20 of file GteConstrainedDelaunay2.h.

#define GTE_CDT_REQUIRE_RET (   c,
  r 
)    { if (!(c)) { Trap(); return r; } }

Definition at line 22 of file GteConstrainedDelaunay2.h.



geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:02