#include <clustering.h>
Public Member Functions | |
| int | ii (int i) const |
| size_t | operator() (const SimpleTri &pt) const |
| bool | operator< (const SimpleTri &p) const |
| bool | operator== (const SimpleTri &pt) const |
| void | sort () |
| void | sortOrient () |
Public Attributes | |
| CellType * | v [3] |
Definition at line 170 of file clustering.h.
| int vcg::tri::Clustering< MeshType, CellType >::SimpleTri::ii | ( | int | i | ) | const [inline] |
Definition at line 174 of file clustering.h.
| size_t vcg::tri::Clustering< MeshType, CellType >::SimpleTri::operator() | ( | const SimpleTri & | pt | ) | const [inline] |
Definition at line 201 of file clustering.h.
| bool vcg::tri::Clustering< MeshType, CellType >::SimpleTri::operator< | ( | const SimpleTri & | p | ) | const [inline] |
Definition at line 175 of file clustering.h.
| bool vcg::tri::Clustering< MeshType, CellType >::SimpleTri::operator== | ( | const SimpleTri & | pt | ) | const [inline] |
Definition at line 194 of file clustering.h.
| void vcg::tri::Clustering< MeshType, CellType >::SimpleTri::sort | ( | ) | [inline] |
Definition at line 188 of file clustering.h.
| void vcg::tri::Clustering< MeshType, CellType >::SimpleTri::sortOrient | ( | ) | [inline] |
Definition at line 182 of file clustering.h.
| CellType* vcg::tri::Clustering< MeshType, CellType >::SimpleTri::v[3] |
Definition at line 173 of file clustering.h.