67#include <OpenMesh/Core/System/config.h>
90 Observer(
size_t _notificationInterval);
118 virtual bool abort()
const;
121 size_t notificationInterval_;
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition MeshItems.hh:64
Software related to mesh decimation.
void set_interval(size_t _notificationInterval)
Set the interval between notification steps.
Definition Observer.cc:83
size_t get_interval() const
Get the interval between notification steps.
Definition Observer.cc:78
Observer(size_t _notificationInterval)
Create an observer.
Definition Observer.cc:69
virtual bool abort() const
Abort callback.
Definition Observer.cc:88
virtual void notify(size_t _step)=0
callback