Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
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 |
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.
#define Div2 >> 1 |
Definition at line 4410 of file tetgen.cpp.
#define EdgeRing | ( | V | ) | ((V) Mod2) |
Definition at line 4421 of file tetgen.cpp.
#define Mod2 & 01 |
Definition at line 4411 of file tetgen.cpp.
#define Orient | ( | V | ) | ((V) Div2) |
Definition at line 4417 of file tetgen.cpp.
#define UNUSED_OPT | ( | var | ) |
Definition at line 11 of file tetgen.cpp.
|
static |
Definition at line 6158 of file tetgen.cpp.
|
static |
Definition at line 6171 of file tetgen.cpp.
|
static |
Definition at line 6187 of file tetgen.cpp.
int tetgen::main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 34980 of file tetgen.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 35048 of file tetgen.cpp.
void tetgen::terminatetetgen | ( | int | x | ) |
Definition at line 58 of file tetgen.cpp.
void tetgen::tetrahedralize | ( | tetgenbehavior * | b, |
tetgenio * | in, | ||
tetgenio * | out, | ||
tetgenio * | addin, | ||
tetgenio * | bgmin | ||
) |
Definition at line 34625 of file tetgen.cpp.
|
static |
Definition at line 2906 of file tetgen.cpp.