Public Attributes | |
memorypool | triangles |
memorypool | subsegs |
memorypool | vertices |
memorypool | viri |
memorypool | badsubsegs |
memorypool | badtriangles |
memorypool | flipstackers |
memorypool | splaynodes |
badtriang * | queuefront [4096] |
badtriang * | queuetail [4096] |
int | nextnonemptyq [4096] |
int | firstnonemptyq |
flipstacker * | lastflip |
REAL | xmin |
REAL | xmax |
REAL | ymin |
REAL | ymax |
REAL | xminextreme |
int | invertices |
int | inelements |
int | insegments |
int | holes |
int | regions |
int | undeads |
long | edges |
int | mesh_dim |
int | nextras |
int | eextras |
long | hullsize |
int | steinerleft |
int | vertexmarkindex |
int | vertex2triindex |
int | highorderindex |
int | elemattribindex |
int | areaboundindex |
int | checksegments |
int | checkquality |
int | readnodefile |
long | samples |
long | incirclecount |
long | counterclockcount |
long | orient3dcount |
long | hyperbolacount |
long | circumcentercount |
long | circletopcount |
vertex | infvertex1 |
vertex | infvertex2 |
vertex | infvertex3 |
triangle * | dummytri |
triangle * | dummytribase |
subseg * | dummysub |
subseg * | dummysubbase |
otri | recenttri |
Definition at line 662 of file triangle.cpp.
struct memorypool mesh::triangles [read] |
Definition at line 668 of file triangle.cpp.
Referenced by ShewchukTRIANGLE(), triangleinit(), and triangletraverse().
struct memorypool mesh::subsegs [read] |
Definition at line 669 of file triangle.cpp.
Referenced by ShewchukTRIANGLE(), subsegtraverse(), and triangleinit().
struct memorypool mesh::vertices [read] |
Definition at line 670 of file triangle.cpp.
Referenced by ShewchukTRIANGLE(), triangleinit(), and vertextraverse().
struct memorypool mesh::viri [read] |
struct memorypool mesh::badsubsegs [read] |
struct memorypool mesh::badtriangles [read] |
struct memorypool mesh::flipstackers [read] |
struct memorypool mesh::splaynodes [read] |
struct badtriang* mesh::queuefront[4096] [read] |
struct badtriang* mesh::queuetail[4096] [read] |
int mesh::nextnonemptyq[4096] |
struct flipstacker* mesh::lastflip [read] |
Definition at line 687 of file triangle.cpp.
REAL mesh::xmin |
Definition at line 691 of file triangle.cpp.
REAL mesh::xmax |
Definition at line 691 of file triangle.cpp.
REAL mesh::ymin |
Definition at line 691 of file triangle.cpp.
REAL mesh::ymax |
Definition at line 691 of file triangle.cpp.
REAL mesh::xminextreme |
Definition at line 692 of file triangle.cpp.
int mesh::invertices |
Definition at line 693 of file triangle.cpp.
int mesh::inelements |
Definition at line 694 of file triangle.cpp.
int mesh::insegments |
Definition at line 695 of file triangle.cpp.
int mesh::holes |
int mesh::regions |
int mesh::undeads |
long mesh::edges |
int mesh::mesh_dim |
Definition at line 700 of file triangle.cpp.
int mesh::nextras |
int mesh::eextras |
long mesh::hullsize |
Definition at line 705 of file triangle.cpp.
Definition at line 706 of file triangle.cpp.
Definition at line 707 of file triangle.cpp.
Definition at line 708 of file triangle.cpp.
Definition at line 709 of file triangle.cpp.
long mesh::samples |
long mesh::incirclecount |
long mesh::orient3dcount |
long mesh::hyperbolacount |
long mesh::circletopcount |
Definition at line 728 of file triangle.cpp.
Definition at line 729 of file triangle.cpp.
Definition at line 735 of file triangle.cpp.
Definition at line 736 of file triangle.cpp.
struct otri mesh::recenttri [read] |