Maria GDK 5.0.0.953
Documentation of native code in develop branch
Loading...
Searching...
No Matches
STK::IndexedTriangulation Class Reference

#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< EdgecalcBoundaryEdges () const
 
std::vector< int > calcBoundaryLoop () const
 

Detailed Description

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.


The documentation for this class was generated from the following file: