Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::FacetsExtraConnectivityWithInvalidFacets Struct Reference

#include <exploragram/hexdom/extra_connectivity.h>

Public Member Functions

 FacetsExtraConnectivityWithInvalidFacets (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_CCW (index_t h)
 
index_t next_CW (index_t h)
 
index_t next (index_t corner_id)
 
index_t prev (index_t corner_id)
 
vec3 geom (index_t corner_id)
 

Public Attributes

Meshm
 
Attribute< bool > facet_is_valid
 
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 78 of file extra_connectivity.h.

Member Function Documentation

◆ next_CCW()

index_t GEO::FacetsExtraConnectivityWithInvalidFacets::next_CCW ( index_t  h)
inline

Definition at line 87 of file extra_connectivity.h.

◆ next_CW()

index_t GEO::FacetsExtraConnectivityWithInvalidFacets::next_CW ( index_t  h)
inline

Definition at line 88 of file extra_connectivity.h.

Member Data Documentation

◆ c2c

vector<index_t> GEO::FacetsExtraConnectivityWithInvalidFacets::c2c

Definition at line 99 of file extra_connectivity.h.

◆ c2f

vector<index_t> GEO::FacetsExtraConnectivityWithInvalidFacets::c2f

Definition at line 98 of file extra_connectivity.h.

◆ facet_is_valid

Attribute<bool> GEO::FacetsExtraConnectivityWithInvalidFacets::facet_is_valid

Definition at line 96 of file extra_connectivity.h.

◆ m

Mesh* GEO::FacetsExtraConnectivityWithInvalidFacets::m

Definition at line 95 of file extra_connectivity.h.

◆ v2c

vector<index_t> GEO::FacetsExtraConnectivityWithInvalidFacets::v2c

Definition at line 97 of file extra_connectivity.h.


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