- fixed typedef problems

- split unittests for uniform and adaptive subdivider

refs #261

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@756 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Isaak Lim
2012-10-31 11:58:22 +00:00
parent 485356abab
commit cb981241c4
5 changed files with 269 additions and 213 deletions

View File

@@ -172,11 +172,11 @@ public:
/// Refine one face.
void refine(typename Mesh::FaceHandle& _fh);
void refine(typename M::FaceHandle& _fh);
/// Raise one vertex to next final level.
void refine(typename Mesh::VertexHandle& _vh);
void refine(typename M::VertexHandle& _vh);
/// Return subdivision split type (3 for 1-to-3 split, 4 for 1-to-4 split).