|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
#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 | |
| Mesh * | m |
| vector< index_t > | v2c |
| vector< index_t > | c2f |
| vector< index_t > | c2c |
All connectivity informations of an halfedge data structure WARNING: does not support mesh modification
Definition at line 53 of file extra_connectivity.h.
Definition at line 70 of file extra_connectivity.h.
Definition at line 69 of file extra_connectivity.h.
| Mesh* GEO::FacetsExtraConnectivity::m |
Definition at line 67 of file extra_connectivity.h.
Definition at line 68 of file extra_connectivity.h.