Project OpenGeode
struct PolyhedronVertex
This struct represents a local vertex in a polyhedron
Members
cpp
public index_t polyhedron_idpublic index_t polyhedron_idcpp
public local_index_t vertex_idpublic local_index_t vertex_idFunctions
PolyhedronVertex
cpp
public void PolyhedronVertex()public void PolyhedronVertex()PolyhedronVertex
cpp
public void PolyhedronVertex(const PolyhedronFacet & facet)public void PolyhedronVertex(const PolyhedronFacet & facet)PolyhedronVertex
cpp
public void PolyhedronVertex(index_t polyhedron_id_in, local_index_t vertex_id_in)public void PolyhedronVertex(index_t polyhedron_id_in, local_index_t vertex_id_in)operator==
cpp
public bool operator==(const PolyhedronVertex & other)public bool operator==(const PolyhedronVertex & other)operator!=
cpp
public bool operator!=(const PolyhedronVertex & other)public bool operator!=(const PolyhedronVertex & other)operator<
cpp
public bool operator<(const PolyhedronVertex & other)public bool operator<(const PolyhedronVertex & other)string
cpp
public basic_string string()public basic_string string()serialize
cpp
public void serialize(Archive & archive)public void serialize(Archive & archive)