#include <meshadj.h>
Public Member Functions |
|
| DllExport | EdgeClusterList (Mesh &mesh, BitArray &esel, AdjEdgeList &adj) |
| DWORD | ID (int f, int e) |
| DWORD | operator[] (int i) |
| DllExport void | MakeVertCluster (Mesh &mesh, Tab< DWORD > &vclust) |
| DllExport void | GetNormalsCenters (Mesh &mesh, Tab< Point3 > &norm, Tab< Point3 > &ctr) |
Public Attributes |
|
| DWORDTab | clust |
| DWORD | count |
| DllExport EdgeClusterList | ( | Mesh & | mesh, |
| BitArray & | esel, | ||
| AdjEdgeList & | adj | ||
| ) |
| DWORD ID | ( | int | f, |
| int | e | ||
| ) | [inline] |
{return clust[f*3+e];}
| DWORD operator[] | ( | int | i | ) | [inline] |
{return clust[i];}