|
OpenMEEG
|
#include <triangle.h>
Public Member Functions | |
| TriangleIndices () | |
| TriangleIndices (const unsigned i, const unsigned j, const unsigned k) | |
| TriangleIndices (const unsigned ind[3]) | |
| TriangleIndices (const TriangleIndices &ind) | |
| TriangleIndices & | operator= (const TriangleIndices &)=default |
| unsigned & | operator[] (const unsigned i) |
| const unsigned & | operator[] (const unsigned i) const |
Public Attributes | |
| unsigned | indices [3] |
Definition at line 20 of file triangle.h.
|
inline |
Definition at line 22 of file triangle.h.
|
inline |
Definition at line 24 of file triangle.h.
|
inline |
Definition at line 30 of file triangle.h.
|
inline |
Definition at line 32 of file triangle.h.
|
default |
|
inline |
Definition at line 36 of file triangle.h.
|
inline |
Definition at line 37 of file triangle.h.
| unsigned OpenMEEG::TriangleIndices::indices[3] |
Definition at line 39 of file triangle.h.