Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
This is the complete list of members for GEOGen::Polygon, including all inherited members.
add_vertex(const Vertex &v) | GEOGen::Polygon | inline |
clear() | GEOGen::Polygon | inline |
clip_by_plane(Polygon &target, PointAllocator &target_intersections, const Mesh *mesh, const Delaunay *delaunay, index_t i, index_t j, bool exact, bool symbolic) | GEOGen::Polygon | inline |
clip_by_plane_exact(Polygon &target, PointAllocator &target_intersections, const Mesh *mesh, const Delaunay *delaunay, index_t i, index_t j) | GEOGen::Polygon | inlineprotected |
clip_by_plane_fast(Polygon &target, PointAllocator &target_intersections, const Delaunay *delaunay, index_t i, index_t j, bool symbolic) const | GEOGen::Polygon | inlineprotected |
copy(const Polygon &rhs) | GEOGen::Polygon | inline |
initialize_from_mesh_facet(const Mesh *mesh, index_t f, bool symbolic, const GEO::Attribute< double > &vertex_weight) | GEOGen::Polygon | |
nb_vertices() const | GEOGen::Polygon | inline |
next_vertex(index_t i) const | GEOGen::Polygon | inline |
prev_vertex(index_t i) const | GEOGen::Polygon | inline |
resize(index_t sz) | GEOGen::Polygon | inline |
side_exact(const Mesh *mesh, const Delaunay *delaunay, const Vertex &q, const double *pi, const double *pj, coord_index_t dim) | GEOGen::Polygon | protectedstatic |
swap(Polygon &rhs) | GEOGen::Polygon | inline |
vertex(index_t i) const | GEOGen::Polygon | inline |
vertex(index_t i) | GEOGen::Polygon | inline |