HDK
|
#include <pathNode.h>
Classes | |
struct | _EqualElement |
struct | LessThan |
Public Types | |
enum | NodeType { 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 |
void | AppendText (std::string *str) const |
template<class Less > | |
bool | Compare (const Sdf_PathNode &rhs) const |
unsigned int | GetCurrentRefCount () const |
Protected Member Functions | |
Sdf_PathNode (Sdf_PathNode const *parent, NodeType nodeType) | |
Sdf_PathNode (bool isAbsolute) | |
~Sdf_PathNode () | |
void | _Destroy () const |
SDF_API void | _RemovePathTokenFromTable () const |
Static Protected Member Functions | |
static TfToken | _CreatePathToken (Sdf_PathNode const *primPart, Sdf_PathNode const *propPart) |
Friends | |
struct | Sdf_PathNodePrivateAccess |
void | intrusive_ptr_add_ref (const Sdf_PathNode *) |
void | intrusive_ptr_release (const Sdf_PathNode *) |
Definition at line 61 of file pathNode.h.
typedef std::pair<TfToken, TfToken> Sdf_PathNode::VariantSelectionType |
Definition at line 190 of file pathNode.h.
Enumerator | |
---|---|
RootNode | |
PrimNode | |
PrimVariantSelectionNode | |
PrimPropertyNode | |
TargetNode | |
MapperNode | |
RelationalAttributeNode | |
MapperArgNode | |
ExpressionNode | |
NumNodeTypes |
Internal sentinel value. |
Definition at line 68 of file pathNode.h.
|
inlineprotected |
Definition at line 226 of file pathNode.h.
|
explicitprotected |
|
inlineprotected |
Definition at line 244 of file pathNode.h.
|
staticprotected |
|
inlineprotected |
Definition at line 631 of file pathNode.h.
void Sdf_PathNode::AppendText | ( | std::string * | str | ) | const |
|
inline |
Definition at line 580 of file pathNode.h.
|
inline |
Definition at line 176 of file pathNode.h.
|
inline |
Definition at line 170 of file pathNode.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
Definition at line 223 of file pathNode.h.
|
inline |
Definition at line 705 of file pathNode.h.
|
inline |
Definition at line 167 of file pathNode.h.
Definition at line 659 of file pathNode.h.
|
inline |
Definition at line 157 of file pathNode.h.
|
inline |
Definition at line 165 of file pathNode.h.
|
static |
|
static |
|
static |
Definition at line 683 of file pathNode.h.
|
inline |
Definition at line 696 of file pathNode.h.
|
inline |
Definition at line 168 of file pathNode.h.
|
inline |
Definition at line 169 of file pathNode.h.
|
inline |
Definition at line 171 of file pathNode.h.
|
static |
|
friend |
|
friend |
|
friend |
Definition at line 268 of file pathNode.h.