auxiliary functions for Data dependent triangulation. Does not work well More...

Go to the source code of this file.
Macros | |
| #define | PFLN {printf("DEBUG PRINT FILE %s LINE %d\n",__FILE__,__LINE__);} |
Functions | |
| bool | checkConvex (Point v1, Point v2, Point v3, Point v4) |
| double | getCost (double a1, double b1, double a2, double b2) |
| bool | getPlaneEqn (int x0, int y0, int z0, int x1, int y1, int z1, int x2, int y2, int z2, double *a, double *b) |
| bool | processForCost (Face_handle f1, int i, Point_value_map values, Delaunay *dt) |
Variables | |
| Delaunay | dttmp |
auxiliary functions for Data dependent triangulation. Does not work well
Definition in file otherfns.cpp.
| #define PFLN {printf("DEBUG PRINT FILE %s LINE %d\n",__FILE__,__LINE__);} |
Definition at line 47 of file otherfns.cpp.
Definition at line 111 of file otherfns.cpp.
| double getCost | ( | double | a1, |
| double | b1, | ||
| double | a2, | ||
| double | b2 | ||
| ) |
Definition at line 103 of file otherfns.cpp.
| bool getPlaneEqn | ( | int | x0, |
| int | y0, | ||
| int | z0, | ||
| int | x1, | ||
| int | y1, | ||
| int | z1, | ||
| int | x2, | ||
| int | y2, | ||
| int | z2, | ||
| double * | a, | ||
| double * | b | ||
| ) |
Definition at line 51 of file otherfns.cpp.
| bool processForCost | ( | Face_handle | f1, |
| int | i, | ||
| Point_value_map | values, | ||
| Delaunay * | dt | ||
| ) |
setting 5
Definition at line 118 of file otherfns.cpp.
| Delaunay dttmp |
Definition at line 50 of file otherfns.cpp.