#include <string>
#include <vector>
#include "Datum.h"
#include "SmartPointer.h"
Go to the source code of this file.
◆ FindRelativeNodePath()
| std::string FindRelativeNodePath |
( |
Node * |
src, |
|
|
Node * |
dst |
|
) |
| |
◆ RecordNodePaths()
| void RecordNodePaths |
( |
Node * |
node, |
|
|
std::vector< Property > & |
props |
|
) |
| |
◆ ResolveAllNodePathsRecursive()
| void ResolveAllNodePathsRecursive |
( |
Node * |
node | ) |
|
◆ ResolveNodePath()
| Node * ResolveNodePath |
( |
Node * |
src, |
|
|
const std::string & |
path, |
|
|
Node * |
boundary = nullptr |
|
) |
| |
◆ ResolveNodePaths()
| void ResolveNodePaths |
( |
Node * |
node, |
|
|
bool |
recurseChildren |
|
) |
| |
◆ ResolvePendingNodePaths()