HDK
|
#include <pathNode.h>
Classes | |
struct | _EqualElement |
struct | LessThan |
Public Types | |
enum | NodeType : uint8_t { RootNode, PrimNode, PrimVariantSelectionNode, PrimPropertyNode, TargetNode, MapperNode, RelationalAttributeNode, MapperArgNode, ExpressionNode, NumNodeTypes } |
typedef std::pair< TfToken, TfToken > | VariantSelectionType |
Public Member Functions | |
NodeType | GetNodeType () const |
Sdf_PathNode const * | GetParentNode () const |
size_t | GetElementCount () const |
bool | IsAbsolutePath () const |
bool | IsAbsoluteRoot () const |
bool | ContainsTargetPath () const |
bool | IsNamespaced () const |
bool | ContainsPrimVariantSelection () const |
const TfToken & | GetName () const |
const SdfPath & | GetTargetPath () const |
const VariantSelectionType & | GetVariantSelection () const |
TfToken | GetElement () const |
template<class Less > | |
bool | Compare (const Sdf_PathNode &rhs) const |
uint32_t | GetCurrentRefCount () const |
Static Public Attributes | |
static constexpr uint8_t | IsAbsoluteFlag = 1 << 0 |
static constexpr uint8_t | ContainsPrimVarSelFlag = 1 << 1 |
static constexpr uint8_t | ContainsTargetPathFlag = 1 << 2 |
static constexpr uint32_t | HasTokenBit = 1u << 31 |
static constexpr uint32_t | RefCountMask = ~HasTokenBit |
Protected Member Functions | |
Sdf_PathNode (Sdf_PathNode const *parent, NodeType nodeType) | |
Sdf_PathNode (bool isAbsolute) | |
~Sdf_PathNode () | |
void | _Destroy () const |
TfToken | _GetElementImpl () const |
template<class Buffer > | |
void | _WriteText (Buffer &out) const |
SDF_API void | _RemovePathTokenFromTable () const |
Static Protected Member Functions | |
static TfToken | _CreatePathToken (Sdf_PathNode const *primPart, Sdf_PathNode const *propPart) |
template<class Buffer > | |
static void | _WriteTextToBuffer (Sdf_PathNode const *primPart, Sdf_PathNode const *propPart, Buffer &out) |
template<class Buffer > | |
static void | _WriteTextToBuffer (SdfPath const &path, Buffer &out) |
Friends | |
struct | Sdf_PathNodePrivateAccess |
void | intrusive_ptr_add_ref (const Sdf_PathNode *) |
void | intrusive_ptr_release (const Sdf_PathNode *) |
Definition at line 59 of file pathNode.h.
typedef std::pair<TfToken, TfToken> Sdf_PathNode::VariantSelectionType |
Definition at line 209 of file pathNode.h.
enum Sdf_PathNode::NodeType : uint8_t |
Enumerator | |
---|---|
RootNode | |
PrimNode | |
PrimVariantSelectionNode | |
PrimPropertyNode | |
TargetNode | |
MapperNode | |
RelationalAttributeNode | |
MapperArgNode | |
ExpressionNode | |
NumNodeTypes |
Internal sentinel value. |
Definition at line 74 of file pathNode.h.
|
inlineprotected |
Definition at line 247 of file pathNode.h.
|
explicitprotected |
|
inlineprotected |
Definition at line 260 of file pathNode.h.
|
staticprotected |
|
inlineprotected |
Definition at line 670 of file pathNode.h.
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
inline |
Definition at line 619 of file pathNode.h.
|
inline |
Definition at line 195 of file pathNode.h.
|
inline |
Definition at line 185 of file pathNode.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
Definition at line 242 of file pathNode.h.
|
static |
|
inline |
Definition at line 744 of file pathNode.h.
|
inline |
Definition at line 182 of file pathNode.h.
|
inline |
Definition at line 698 of file pathNode.h.
|
inline |
Definition at line 172 of file pathNode.h.
|
inline |
Definition at line 180 of file pathNode.h.
|
static |
|
static |
|
static |
|
inline |
Definition at line 722 of file pathNode.h.
|
inline |
Definition at line 735 of file pathNode.h.
|
inline |
Definition at line 183 of file pathNode.h.
|
inline |
Definition at line 184 of file pathNode.h.
|
inline |
Definition at line 188 of file pathNode.h.
|
static |
|
friend |
|
friend |
|
friend |
Definition at line 299 of file pathNode.h.
|
static |
Definition at line 65 of file pathNode.h.
|
static |
Definition at line 66 of file pathNode.h.
|
static |
Definition at line 68 of file pathNode.h.
|
static |
Definition at line 64 of file pathNode.h.
|
static |
Definition at line 69 of file pathNode.h.