std::string FindRelativeNodePath(Node *src, Node *dst)
Definition NodePath.cpp:6
Node * ResolveNodePath(Node *src, const std::string &path, Node *boundary=nullptr)
Definition NodePath.cpp:124
void RecordNodePaths(Node *node, std::vector< Property > &props)
Definition NodePath.cpp:272
void ResolveAllNodePathsRecursive(Node *node)
Definition NodePath.cpp:232
void ResolvePendingNodePaths(std::vector< PendingNodePath > &pending)
Definition NodePath.cpp:190
void ResolveNodePaths(Node *node, bool recurseChildren)
Definition NodePath.cpp:93
Definition SmartPointer.h:312
WeakPtr< Node > mNode
Definition NodePath.h:15
std::string mPropName
Definition NodePath.h:16
Datum mPath
Definition NodePath.h:17