#include <clustering.h>
Public Member Functions | |
const int | ii (int i) const |
operator size_t () const | |
bool | operator< (const SimpleTri &p) const |
void | sort () |
void | sortOrient () |
Public Attributes | |
CellType * | v [3] |
Definition at line 238 of file clustering.h.
const int vcg::tri::Clustering< MeshType, CellType >::SimpleTri::ii | ( | int | i | ) | const [inline] |
Definition at line 242 of file clustering.h.
vcg::tri::Clustering< MeshType, CellType >::SimpleTri::operator size_t | ( | ) | const [inline] |
Definition at line 263 of file clustering.h.
bool vcg::tri::Clustering< MeshType, CellType >::SimpleTri::operator< | ( | const SimpleTri & | p | ) | const [inline] |
Definition at line 243 of file clustering.h.
void vcg::tri::Clustering< MeshType, CellType >::SimpleTri::sort | ( | ) | [inline] |
Definition at line 256 of file clustering.h.
void vcg::tri::Clustering< MeshType, CellType >::SimpleTri::sortOrient | ( | ) | [inline] |
Definition at line 250 of file clustering.h.
CellType* vcg::tri::Clustering< MeshType, CellType >::SimpleTri::v[3] |
Definition at line 241 of file clustering.h.