Home
last modified time | relevance | path

Searched refs:Sdf_PathNode (Results 1 – 4 of 4) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DpathNode.h61 class Sdf_PathNode {
62 Sdf_PathNode(Sdf_PathNode const &) = delete;
63 Sdf_PathNode &operator=(Sdf_PathNode const &) = delete;
159 static std::pair<Sdf_PathNode const *, Sdf_PathNode const *>
202 GetPathToken(Sdf_PathNode const *primPart, Sdf_PathNode const *propPart);
206 GetPathAsToken(Sdf_PathNode const *primPart, Sdf_PathNode const *propPart);
226 Sdf_PathNode(Sdf_PathNode const *parent, NodeType nodeType) in Sdf_PathNode() function
244 ~Sdf_PathNode() { in ~Sdf_PathNode()
311 using Sdf_PathNode::Sdf_PathNode;
317 using Sdf_PathNode::Sdf_PathNode;
[all …]
H A DpathNode.cpp268 Sdf_PathNode::FindOrCreatePrim(Sdf_PathNode const *parent, in FindOrCreatePrim()
275 Sdf_PathNode::FindOrCreatePrimProperty(Sdf_PathNode const *parent, in FindOrCreatePrimProperty()
296 Sdf_PathNode::FindOrCreateTarget(Sdf_PathNode const *parent, in FindOrCreateTarget()
303 Sdf_PathNode
312 Sdf_PathNode
320 Sdf_PathNode::FindOrCreateMapperArg(Sdf_PathNode const *parent, in FindOrCreateMapperArg()
327 Sdf_PathNode::FindOrCreateExpression(Sdf_PathNode const *parent) in FindOrCreateExpression()
332 Sdf_PathNode::Sdf_PathNode(bool isAbsolute) : in Sdf_PathNode() function in Sdf_PathNode
400 Sdf_PathNode::GetPathToken(Sdf_PathNode const *primPart, in GetPathToken()
426 Sdf_PathNode::GetPathAsToken(Sdf_PathNode const *primPart, in GetPathAsToken()
[all …]
H A Dpath.cpp393 static Sdf_PathNode const *
559 case Sdf_PathNode::PrimNode: in _AppendNode()
570 case Sdf_PathNode::TargetNode: in _AppendNode()
574 case Sdf_PathNode::MapperNode: in _AppendNode()
879 return SdfPath(Sdf_PathNode:: in AppendVariantSelection()
1089 case Sdf_PathNode::PrimNode: in _ReplacePrimPrefix()
1141 case Sdf_PathNode::TargetNode: in _ReplaceTargetPathPrefixes()
1146 case Sdf_PathNode::MapperNode: in _ReplaceTargetPathPrefixes()
1327 Sdf_PathNode const *path1Node; in GetCommonPrefix()
1328 Sdf_PathNode const *path2Node; in GetCommonPrefix()
[all …]
H A Dpath.h48 class Sdf_PathNode; variable
58 void intrusive_ptr_add_ref(Sdf_PathNode const *);
59 void intrusive_ptr_release(Sdf_PathNode const *);
137 operator=(Sdf_PathNode const *rhs) noexcept {
146 Sdf_PathNode const *
151 Sdf_PathNode const &
156 Sdf_PathNode const *
180 void _AddRef(Sdf_PathNode const *p) const { in _AddRef()
974 SdfPath(Sdf_PathNode const *primPart, in SdfPath()
975 Sdf_PathNode const *propPart) in SdfPath()
[all …]