#include <unify.h>
Public Types | |
| typedef EdgeMeshType::ScalarType | ScalarType |
Public Member Functions | |
| void | GetBBox (vcg::Box3< ScalarType > &bb) |
| bool | IsD () |
| PVertex (EdgePointer pe, const int nz) | |
Public Attributes | |
| EdgePointer | e |
| VertexPointer | v |
| int | z |
Definition at line 86 of file unify.h.
| typedef EdgeMeshType::ScalarType vcg::Unify< EdgeMeshType >::PVertex::ScalarType |