Project OpenGeode
struct PolygonEdge
This struct represents an edge in a polygon
Members
cpp
public index_t polygon_id
public index_t polygon_id
cpp
public local_index_t edge_id
public local_index_t edge_id
Functions
PolygonEdge
cpp
public void PolygonEdge()
public void PolygonEdge()
PolygonEdge
cpp
public void PolygonEdge(index_t polygon_id_in, local_index_t edge_id_in)
public void PolygonEdge(index_t polygon_id_in, local_index_t edge_id_in)
PolygonEdge
cpp
public void PolygonEdge(const PolygonVertex & polygon_vertex)
public void PolygonEdge(const PolygonVertex & polygon_vertex)
operator==
cpp
public bool operator==(const PolygonEdge & other)
public bool operator==(const PolygonEdge & other)
operator!=
cpp
public bool operator!=(const PolygonEdge & other)
public bool operator!=(const PolygonEdge & other)
operator<
cpp
public bool operator<(const PolygonEdge & other)
public bool operator<(const PolygonEdge & other)
string
cpp
public basic_string string()
public basic_string string()
serialize
cpp
public void serialize(Archive & archive)
public void serialize(Archive & archive)