Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEO::FacetsExtraConnectivity Struct Reference

#include <exploragram/hexdom/extra_connectivity.h>

Public Member Functions

 FacetsExtraConnectivity (Mesh *p_m)
 
void reset ()
 
index_t org (index_t corner_id)
 
index_t dest (index_t corner_id)
 
index_t opposite (index_t corner_id)
 
index_t next_around_vertex (index_t cir)
 
index_t facet (index_t corner_id)
 
index_t local_id (index_t corner_id)
 
index_t next (index_t corner_id)
 
index_t prev (index_t corner_id)
 
vec3 geom (index_t corner_id)
 

Public Attributes

Meshm
 
vector< index_tv2c
 
vector< index_tc2f
 
vector< index_tc2c
 

Detailed Description

All connectivity informations of an halfedge data structure WARNING: does not support mesh modification

Definition at line 53 of file extra_connectivity.h.


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