omni::graph::core::DataModelEditScope

Defined in omni/graph/core/IDataModel.h

class DataModelEditScope

Scoping object to enter and exist editing mode for the DataModel.

Public Functions

inline DataModelEditScope(bool write)

Constructor to enter the edit scope, optionally with write mode enabled.

inline ~DataModelEditScope()

Destructor that exits the DataModel edit scope.