C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
The base class for changes that can be sent and received by Vision change notification system. More...
#include <vsn_scenemodification.h>
Public Member Functions | |
virtual | ~SceneModification () |
Destructor. | |
ModificationFlag | GetType () const |
Returns scene modification type. | |
void | SetSupplyFlags (SupplyFlags flags) |
Sets modification flags. | |
SupplyFlags | GetSupplyFlags () const |
Returns modification flags. | |
NodeKey | GetObjectKey () const |
Returns key of object being modified. | |
Protected Member Functions | |
SceneModification (ModificationFlag type, const NodeKey &objectKey) | |
Constructor with type and unique key. | |
SceneModification (SceneModificationPrivate &dd, ModificationFlag type, const NodeKey &objectKey) | |
Constructor with type and unique key. | |
The base class for changes that can be sent and received by Vision change notification system.