Skip to content

Project OpenGeode

struct PolygonVertex

This struct represents a local vertex in a polygon

Members

cpp
public index_t polygon_id
public index_t polygon_id
cpp
public local_index_t vertex_id
public local_index_t vertex_id

Functions

PolygonVertex

cpp
public void PolygonVertex()
public void PolygonVertex()

PolygonVertex

cpp
public void PolygonVertex(index_t polygon_id_in, local_index_t vertex_id_in)
public void PolygonVertex(index_t polygon_id_in, local_index_t vertex_id_in)

PolygonVertex

cpp
public void PolygonVertex(PolygonEdge polygon_edge)
public void PolygonVertex(PolygonEdge polygon_edge)

operator==

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

operator!=

cpp
public bool operator!=(const PolygonVertex & other)
public bool operator!=(const PolygonVertex & other)

operator<

cpp
public bool operator<(const PolygonVertex & other)
public bool operator<(const PolygonVertex & other)

string

cpp
public basic_string string()
public basic_string string()

serialize

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

Geode-solutions' documentation website