A triangle face. More...
#include <imesh_face.h>

Public Member Functions | |
| imesh_tri (unsigned int a, unsigned int b, unsigned int c) | |
| unsigned int | num_verts () const |
| return the number of vertices. | |
| void | flip_orientation () |
| unsigned int | operator[] (unsigned int i) const |
| Accessor. | |
| unsigned int & | operator[] (unsigned int i) |
Protected Attributes | |
| unsigned int | verts_ [s] |
A triangle face.
Definition at line 56 of file imesh_face.h.
| imesh_tri::imesh_tri | ( | unsigned int | a, |
| unsigned int | b, | ||
| unsigned int | c | ||
| ) | [inline] |
Definition at line 59 of file imesh_face.h.
| void imesh_regular_face< s >::flip_orientation | ( | ) | [inline, inherited] |
Definition at line 42 of file imesh_face.h.
| unsigned int imesh_regular_face< s >::num_verts | ( | ) | const [inline, inherited] |
return the number of vertices.
Definition at line 40 of file imesh_face.h.
| unsigned int imesh_regular_face< s >::operator[] | ( | unsigned int | i | ) | const [inline, inherited] |
Accessor.
Definition at line 48 of file imesh_face.h.
| unsigned int& imesh_regular_face< s >::operator[] | ( | unsigned int | i | ) | [inline, inherited] |
Definition at line 49 of file imesh_face.h.
unsigned int imesh_regular_face< s >::verts_[s] [protected, inherited] |
Definition at line 51 of file imesh_face.h.
1.7.5.1