Public Attributes | List of all members
oomph::TriangulateIO Struct Reference

The Triangle data structure, modified from the triangle.h header supplied with triangle 1.6. by J. R. Schewchuk. We need to define this here separately because we can't include a c header directly into C++ code! More...

#include <unstructured_two_d_mesh_geometry_base.h>

Public Attributes

double * pointlist
 Pointer to list of points x coordinate followed by y coordinate. More...
 
double * pointattributelist
 Pointer to list of point attributes. More...
 
int * pointmarkerlist
 Pointer to list of point markers. More...
 
int numberofpoints
 
int numberofpointattributes
 
int * trianglelist
 
double * triangleattributelist
 
double * trianglearealist
 
int * neighborlist
 
int numberoftriangles
 
int numberofcorners
 
int numberoftriangleattributes
 
int * segmentlist
 
int * segmentmarkerlist
 
int numberofsegments
 
double * holelist
 
int numberofholes
 
double * regionlist
 
int numberofregions
 
int * edgelist
 
int * edgemarkerlist
 
double * normlist
 
int numberofedges
 

Detailed Description

The Triangle data structure, modified from the triangle.h header supplied with triangle 1.6. by J. R. Schewchuk. We need to define this here separately because we can't include a c header directly into C++ code!

Definition at line 56 of file unstructured_two_d_mesh_geometry_base.h.

Member Data Documentation

◆ edgelist

int* oomph::TriangulateIO::edgelist

◆ edgemarkerlist

int* oomph::TriangulateIO::edgemarkerlist

◆ holelist

double* oomph::TriangulateIO::holelist

◆ neighborlist

int* oomph::TriangulateIO::neighborlist

◆ normlist

double* oomph::TriangulateIO::normlist

◆ numberofcorners

int oomph::TriangulateIO::numberofcorners

◆ numberofedges

int oomph::TriangulateIO::numberofedges

◆ numberofholes

int oomph::TriangulateIO::numberofholes

◆ numberofpointattributes

int oomph::TriangulateIO::numberofpointattributes

◆ numberofpoints

int oomph::TriangulateIO::numberofpoints

◆ numberofregions

int oomph::TriangulateIO::numberofregions

◆ numberofsegments

int oomph::TriangulateIO::numberofsegments

◆ numberoftriangleattributes

int oomph::TriangulateIO::numberoftriangleattributes

◆ numberoftriangles

int oomph::TriangulateIO::numberoftriangles

◆ pointattributelist

double* oomph::TriangulateIO::pointattributelist

◆ pointlist

double* oomph::TriangulateIO::pointlist

◆ pointmarkerlist

int* oomph::TriangulateIO::pointmarkerlist

◆ regionlist

double* oomph::TriangulateIO::regionlist

◆ segmentlist

int* oomph::TriangulateIO::segmentlist

◆ segmentmarkerlist

int* oomph::TriangulateIO::segmentmarkerlist

◆ trianglearealist

double* oomph::TriangulateIO::trianglearealist

◆ triangleattributelist

double* oomph::TriangulateIO::triangleattributelist

◆ trianglelist

int* oomph::TriangulateIO::trianglelist

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