60#include <OpenMesh/Core/System/config.h>
83 explicit Observer(
size_t _notificationInterval);
111 virtual bool abort()
const;
114 size_t notificationInterval_;
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition MeshItems.hh:59
Software related to mesh decimation.
void set_interval(size_t _notificationInterval)
Set the interval between notification steps.
Definition Observer.cc:77
size_t get_interval() const
Get the interval between notification steps.
Definition Observer.cc:72
Observer(size_t _notificationInterval)
Create an observer.
Definition Observer.cc:63
virtual bool abort() const
Abort callback.
Definition Observer.cc:82
virtual void notify(size_t _step)=0
callback