Project OpenGeode
struct PolyhedronFacet
This struct represents a facet in a polyhedron
Members
cpp
public index_t polyhedron_id
public index_t polyhedron_id
cpp
public local_index_t facet_id
public local_index_t facet_id
Functions
PolyhedronFacet
cpp
public void PolyhedronFacet()
public void PolyhedronFacet()
PolyhedronFacet
cpp
public void PolyhedronFacet(const PolyhedronVertex & vertex)
public void PolyhedronFacet(const PolyhedronVertex & vertex)
PolyhedronFacet
cpp
public void PolyhedronFacet(index_t polyhedron_id_in, local_index_t facet_id_in)
public void PolyhedronFacet(index_t polyhedron_id_in, local_index_t facet_id_in)
operator==
cpp
public bool operator==(const PolyhedronFacet & other)
public bool operator==(const PolyhedronFacet & other)
operator!=
cpp
public bool operator!=(const PolyhedronFacet & other)
public bool operator!=(const PolyhedronFacet & other)
operator<
cpp
public bool operator<(const PolyhedronFacet & other)
public bool operator<(const PolyhedronFacet & other)
string
cpp
public basic_string string()
public basic_string string()
serialize
cpp
public void serialize(Archive & archive)
public void serialize(Archive & archive)