Project OpenGeode
struct PolyhedronFacet
This struct represents a facet in a polyhedron
Members
cpp
public index_t polyhedron_idpublic index_t polyhedron_idcpp
public local_index_t facet_idpublic local_index_t facet_idFunctions
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)