Chaste  Release::2017.1
tetgen.cpp File Reference
#include "predicates.hpp"
#include "tetgen.h"
+ Include dependency graph for tetgen.cpp:

Go to the source code of this file.

Macros

#define UNUSED_OPT(var)
 
#define Div2   >> 1
 
#define Mod2   & 01
 
#define Orient(V)   ((V) Div2)
 
#define EdgeRing(V)   ((V) Mod2)
 

Functions

void tetgen::terminatetetgen (int x)
 
static void tetgen::initm44 (REAL a00, REAL a01, REAL a02, REAL a03, REAL a10, REAL a11, REAL a12, REAL a13, REAL a20, REAL a21, REAL a22, REAL a23, REAL a30, REAL a31, REAL a32, REAL a33, REAL M[4][4])
 
static void tetgen::m4xm4 (REAL m1[4][4], REAL m2[4][4])
 
static void tetgen::m4xv4 (REAL v2[4], REAL m[4][4], REAL v1[4])
 
void tetgen::tetrahedralize (tetgenbehavior *b, tetgenio *in, tetgenio *out, tetgenio *addin, tetgenio *bgmin)
 
int tetgen::main (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Variables

static REAL tetgen::PI = 3.14159265358979323846264338327950288419716939937510582
 

Detailed Description

This file is part of the tetgen source code, not part of Chaste per se.

We use the <autogenerated> tag to ignore it from our Doxygen checker.

Definition in file tetgen.cpp.