Chi-Tech
|
#include <meshcutting.h>
Public Member Functions | |
ECI ()=default | |
ECI (Edge in_edge, uint64_t in_cutpoint_id) | |
Static Public Member Functions | |
static bool | Comparator (const ECI &edge_cut_info, const Edge &ref_edge) |
Data Fields | |
Edge | vertex_ids |
uint64_t | cut_point_id =0 |
A general structure storing the two vertex-ids to be cut or being cut. Additionally a cut-point id is stored.
Definition at line 16 of file meshcutting.h.
|
default |
|
inlineexplicit |
Definition at line 23 of file meshcutting.h.
|
inlinestatic |
Definition at line 30 of file meshcutting.h.
uint64_t chi_mesh::mesh_cutting::ECI::cut_point_id =0 |
Definition at line 19 of file meshcutting.h.
Edge chi_mesh::mesh_cutting::ECI::vertex_ids |
Definition at line 18 of file meshcutting.h.