Artec 3D Scanning SDK
2.0
|
Interface to retrieve the object's revision history It can be used to create change history. More...
#include <artec/sdk/base/IRevision.h>
Public Member Functions | |
virtual bool | wasChanged (unsigned int rev) const =0 |
Check whether the object was changed (true if changed) More... | |
virtual unsigned int | incRevision ()=0 |
Increment object's revision. More... | |
virtual unsigned int | getRevision () const =0 |
Get object's revision. More... | |
Public Member Functions inherited from artec::sdk::base::IRef | |
virtual int | addRef () const =0 |
Increase object reference counter. More... | |
virtual int | release () const =0 |
Decrease object reference counter. More... | |
Interface to retrieve the object's revision history It can be used to create change history.
It is used in IMesh.
Definition at line 24 of file IRevision.h.
|
pure virtual |
Get object's revision.
|
pure virtual |
Increment object's revision.
|
pure virtual |
Check whether the object was changed (true if changed)