|
MorphoGraphX
2.0-1-227
|
class Triangle Triangle.hpp <Triangle.hpp> More...
#include <Triangle.hpp>
Public Member Functions | |
| Triangle () | |
| Triangle (vertex v0, vertex v1, vertex v2) | |
| bool | operator== (const Triangle &other) const |
| bool | operator< (const Triangle &other) const |
| bool | operator<= (const Triangle &other) const |
Static Public Member Functions | |
| template<typename T > | |
| static bool | setTriangleData (vertex v1, vertex v2, vertex v3, Triangle &t, T &V1, T &V2, T &V3) |
| template<typename T > | |
| static bool | setTriangleData (vertex v1, vertex v2, vertex v3, Triangle &t, T V[]) |
Public Attributes | |
| vertex | v [3] |
class Triangle Triangle.hpp <Triangle.hpp>
A class to index triangles from a VV mesh. This class rearranges the order to put the lowest (by v.id()) vertex first, but preserves the orientation.
Definition at line 31 of file Triangle.hpp.
|
inline |
Definition at line 34 of file Triangle.hpp.
Definition at line 42 of file Triangle.hpp.
|
inline |
Definition at line 83 of file Triangle.hpp.
|
inline |
Definition at line 95 of file Triangle.hpp.
|
inline |
Definition at line 77 of file Triangle.hpp.
|
inlinestatic |
Definition at line 57 of file Triangle.hpp.
|
inlinestatic |
Definition at line 71 of file Triangle.hpp.
| vertex mgx::Triangle::v[3] |
Definition at line 108 of file Triangle.hpp.
1.8.17