1 #line 1 "E:/jenkins/workspace/ufe-full-windows/ufe/include/sceneItem.h" 39 typedef std::shared_ptr<SceneItem>
Ptr;
52 const Path& path()
const;
55 Rtid runTimeId()
const;
58 bool operator==(
const SceneItem& rhs)
const;
61 bool operator!=(
const SceneItem& rhs)
const;
66 virtual std::string nodeType()
const = 0;
71 virtual bool isProperty()
const;
Universal Front End abstract scene item.
Identify an object or 3D path in the scene.
std::shared_ptr< SceneItem > Ptr