Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
mesh Struct Reference
+ Collaboration diagram for mesh:

Public Attributes

struct memorypool triangles
 
struct memorypool subsegs
 
struct memorypool vertices
 
struct memorypool viri
 
struct memorypool badsubsegs
 
struct memorypool badtriangles
 
struct memorypool flipstackers
 
struct memorypool splaynodes
 
struct badtriangqueuefront [4096]
 
struct badtriangqueuetail [4096]
 
int nextnonemptyq [4096]
 
int firstnonemptyq
 
struct flipstackerlastflip
 
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
 
struct otri recenttri
 

Detailed Description

Definition at line 740 of file triangle.cpp.

Member Data Documentation

◆ areaboundindex

int mesh::areaboundindex

Definition at line 787 of file triangle.cpp.

◆ badsubsegs

struct memorypool mesh::badsubsegs

Definition at line 750 of file triangle.cpp.

◆ badtriangles

struct memorypool mesh::badtriangles

Definition at line 751 of file triangle.cpp.

◆ checkquality

int mesh::checkquality

Definition at line 789 of file triangle.cpp.

◆ checksegments

int mesh::checksegments

Definition at line 788 of file triangle.cpp.

◆ circletopcount

long mesh::circletopcount

Definition at line 798 of file triangle.cpp.

◆ circumcentercount

long mesh::circumcentercount

Definition at line 797 of file triangle.cpp.

◆ counterclockcount

long mesh::counterclockcount

Definition at line 794 of file triangle.cpp.

◆ dummysub

subseg* mesh::dummysub

Definition at line 813 of file triangle.cpp.

◆ dummysubbase

subseg* mesh::dummysubbase

Definition at line 814 of file triangle.cpp.

◆ dummytri

triangle* mesh::dummytri

Definition at line 806 of file triangle.cpp.

◆ dummytribase

triangle* mesh::dummytribase

Definition at line 807 of file triangle.cpp.

◆ edges

long mesh::edges

Definition at line 777 of file triangle.cpp.

◆ eextras

int mesh::eextras

Definition at line 780 of file triangle.cpp.

◆ elemattribindex

int mesh::elemattribindex

Definition at line 786 of file triangle.cpp.

◆ firstnonemptyq

int mesh::firstnonemptyq

Definition at line 761 of file triangle.cpp.

◆ flipstackers

struct memorypool mesh::flipstackers

Definition at line 752 of file triangle.cpp.

◆ highorderindex

int mesh::highorderindex

Definition at line 785 of file triangle.cpp.

◆ holes

int mesh::holes

Definition at line 774 of file triangle.cpp.

◆ hullsize

long mesh::hullsize

Definition at line 781 of file triangle.cpp.

◆ hyperbolacount

long mesh::hyperbolacount

Definition at line 796 of file triangle.cpp.

◆ incirclecount

long mesh::incirclecount

Definition at line 793 of file triangle.cpp.

◆ inelements

int mesh::inelements

Definition at line 772 of file triangle.cpp.

◆ infvertex1

vertex mesh::infvertex1

Definition at line 802 of file triangle.cpp.

◆ infvertex2

vertex mesh::infvertex2

Definition at line 802 of file triangle.cpp.

◆ infvertex3

vertex mesh::infvertex3

Definition at line 802 of file triangle.cpp.

◆ insegments

int mesh::insegments

Definition at line 773 of file triangle.cpp.

◆ invertices

int mesh::invertices

Definition at line 771 of file triangle.cpp.

◆ lastflip

struct flipstacker* mesh::lastflip

Definition at line 765 of file triangle.cpp.

◆ mesh_dim

int mesh::mesh_dim

Definition at line 778 of file triangle.cpp.

◆ nextnonemptyq

int mesh::nextnonemptyq[4096]

Definition at line 760 of file triangle.cpp.

◆ nextras

int mesh::nextras

Definition at line 779 of file triangle.cpp.

◆ orient3dcount

long mesh::orient3dcount

Definition at line 795 of file triangle.cpp.

◆ queuefront

struct badtriang* mesh::queuefront[4096]

Definition at line 758 of file triangle.cpp.

◆ queuetail

struct badtriang* mesh::queuetail[4096]

Definition at line 759 of file triangle.cpp.

◆ readnodefile

int mesh::readnodefile

Definition at line 790 of file triangle.cpp.

◆ recenttri

struct otri mesh::recenttri

Definition at line 819 of file triangle.cpp.

◆ regions

int mesh::regions

Definition at line 775 of file triangle.cpp.

◆ samples

long mesh::samples

Definition at line 791 of file triangle.cpp.

◆ splaynodes

struct memorypool mesh::splaynodes

Definition at line 753 of file triangle.cpp.

◆ steinerleft

int mesh::steinerleft

Definition at line 782 of file triangle.cpp.

◆ subsegs

struct memorypool mesh::subsegs

Definition at line 747 of file triangle.cpp.

◆ triangles

struct memorypool mesh::triangles

Definition at line 746 of file triangle.cpp.

◆ undeads

int mesh::undeads

Definition at line 776 of file triangle.cpp.

◆ vertex2triindex

int mesh::vertex2triindex

Definition at line 784 of file triangle.cpp.

◆ vertexmarkindex

int mesh::vertexmarkindex

Definition at line 783 of file triangle.cpp.

◆ vertices

struct memorypool mesh::vertices

Definition at line 748 of file triangle.cpp.

◆ viri

struct memorypool mesh::viri

Definition at line 749 of file triangle.cpp.

◆ xmax

REAL mesh::xmax

Definition at line 769 of file triangle.cpp.

◆ xmin

REAL mesh::xmin

Definition at line 769 of file triangle.cpp.

◆ xminextreme

REAL mesh::xminextreme

Definition at line 770 of file triangle.cpp.

◆ ymax

REAL mesh::ymax

Definition at line 769 of file triangle.cpp.

◆ ymin

REAL mesh::ymin

Definition at line 769 of file triangle.cpp.


The documentation for this struct was generated from the following file: