#include </home/guntram/tmp/GrAL/gral/base/include/Gral/Base/polygon.h>
Inherits GrAL::polygon1d::grid_types_p1d, and GrAL::archetype_0D::grid_mixin<polygon, grid_types_p1d>.
Public Member Functions | |
| polygon (size_type nnv=0) | |
| void | set_number_of_vertices (size_type nnv) |
| size_type | NumOfVertices () const |
| size_type | NumOfCells () const |
| size_type | NumOfEdges () const |
| size_type | NumOfFacets () const |
| VertexIterator | FirstVertex () const |
| CellIterator | FirstCell () const |
| EdgeIterator | FirstEdge () const |
| FacetIterator | FirstFacet () const |
| size_type | NumOfVertices (Vertex const &) const |
| size_type | NumOfEdges (Vertex const &) const |
| size_type | NumOfFaces (Vertex const &) const |
| size_type | NumOfFacets (Vertex const &) const |
| size_type | NumOfCells (Vertex const &) const |
| size_type | NumOfVertices (Cell const &) const |
| size_type | NumOfFacets (Cell const &) const |
| size_type | next_handle (size_type h) const |
| size_type | prev_handle (size_type h) const |
| void | switch_vertex (Vertex &v, Cell const &c) const |
| void | switch_cell (Vertex const &v, Cell &c) const |
| Vertex | switched_vertex (Vertex const &v, Cell const &c) const |
| Cell | switched_cell (Vertex const &v, Cell const &c) const |
| bool | IsOnBoundary (FacetOnCellIterator const &) const |
| bool | IsOnBoundary (Facet const &) const |
test-polygonC
Definition at line 80 of file polygon.h.
1.5.8