![]() |
Maria GDK 5.0.0.953
Documentation of native code in develop branch
|
#include <StkIndexedTriangulation.h>
Public Member Functions | |
| IndexedTriangulation (const std::vector< unsigned int > &indices) | |
| void | addTriangle (int a, int b, int c) |
| const std::vector< Triangle > & | getTriangles () const |
| std::vector< Edge > | calcBoundaryEdges () const |
| std::vector< int > | calcBoundaryLoop () const |
Simple triangulation structure of triangle indexes. Each triangle consists of three indexes into a vertex array. The vertex array is generally not needed for the triangulation
Currently this class is only used for calculating the boundary of a triangulation, but it may be extended further later.