Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
surface_t Struct Reference

#include <delaunay.h>

Data Fields

int nedges
 
int * edges
 
int nfaces
 
int * faces
 
int * neigh
 

Detailed Description

Definition at line 15 of file delaunay.h.

Field Documentation

◆ edges

int* surface_t::edges

Definition at line 17 of file delaunay.h.

◆ faces

int* surface_t::faces

Definition at line 19 of file delaunay.h.

Referenced by mapSegToTri(), mkTriGraph(), and mkTriIndices().

◆ nedges

int surface_t::nedges

Definition at line 16 of file delaunay.h.

◆ neigh

int* surface_t::neigh

Definition at line 20 of file delaunay.h.

Referenced by mkTriGraph().

◆ nfaces

int surface_t::nfaces

Definition at line 18 of file delaunay.h.

Referenced by mapSegToTri(), mkRouter(), mkTriGraph(), and mkTriIndices().


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