add observer pattern to all decimaters
closes #2366 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1197 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Decimater {
|
||||
|
||||
template<class Mesh>
|
||||
BaseDecimaterT<Mesh>::BaseDecimaterT(Mesh& _mesh) :
|
||||
mesh_(_mesh), cmodule_(NULL), initialized_(false) {
|
||||
mesh_(_mesh), cmodule_(NULL), initialized_(false), observer_(NULL) {
|
||||
// default properties
|
||||
mesh_.request_vertex_status();
|
||||
mesh_.request_edge_status();
|
||||
|
||||
Reference in New Issue
Block a user