Modified subdivider baseclass to support position update modification.

The algorithms still have to be modified

refs #267



git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@519 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-20 14:24:17 +00:00
parent 20218b6df1
commit 633d41bcc4
5 changed files with 24 additions and 14 deletions

View File

@@ -191,8 +191,11 @@ protected:
}
bool subdivide( MeshType& _m, size_t _n )
bool subdivide( MeshType& _m, size_t _n , const bool _update_positions = true)
{
///TODO:Implement fixed positions
typename MeshType::VertexIter vit;
typename MeshType::VertexVertexIter vvit;
typename MeshType::EdgeIter eit;