Skip to content

Project OpenGeode

struct ComponentMeshVertex

Identify a vertex in a geometric component

Members

cpp
public ComponentID component_id
public ComponentID component_id
cpp
public index_t vertex
public index_t vertex

Functions

ComponentMeshVertex

cpp
public void ComponentMeshVertex(ComponentID component_id_in, index_t vertex_id_in)
public void ComponentMeshVertex(ComponentID component_id_in, index_t vertex_id_in)

~ComponentMeshVertex

cpp
public void ~ComponentMeshVertex()
public void ~ComponentMeshVertex()

mesh_vertex

cpp
public MeshVertex mesh_vertex()
public MeshVertex mesh_vertex()

operator==

cpp
public bool operator==(const ComponentMeshVertex & other)
public bool operator==(const ComponentMeshVertex & other)

serialize

cpp
public void serialize(Archive & archive)
public void serialize(Archive & archive)

string

cpp
public basic_string string()
public basic_string string()

Geode-solutions' documentation website