HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
primData.h File Reference
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/usd/usd/common.h"
#include "pxr/usd/usd/primFlags.h"
#include "pxr/usd/usd/primDefinition.h"
#include "pxr/usd/usd/primTypeInfo.h"
#include "pxr/usd/sdf/types.h"
#include "pxr/base/tf/declarePtrs.h"
#include "pxr/base/tf/pointerAndBits.h"
#include "pxr/base/tf/token.h"
#include "pxr/usd/sdf/path.h"
#include <hboost/range/iterator_range.hpp>
#include <hboost/iterator/iterator_adaptor.hpp>
#include <hboost/intrusive_ptr.hpp>
#include <atomic>
#include <cstdint>
#include <vector>
+ Include dependency graph for primData.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Usd_PrimData
 
class  Usd_PrimDataSiblingIterator
 
struct  Tf_ShouldIterateOverCopy< Usd_PrimDataSiblingRange >
 
struct  Tf_ShouldIterateOverCopy< const Usd_PrimDataSiblingRange >
 
class  Usd_PrimDataSubtreeIterator
 
struct  Tf_ShouldIterateOverCopy< Usd_PrimDataSubtreeRange >
 
struct  Tf_ShouldIterateOverCopy< const Usd_PrimDataSubtreeRange >
 

Typedefs

typedef hboost::iterator_range
< class
Usd_PrimDataSiblingIterator
Usd_PrimDataSiblingRange
 
typedef hboost::iterator_range
< class
Usd_PrimDataSubtreeIterator
Usd_PrimDataSubtreeRange
 

Functions

PXR_NAMESPACE_OPEN_SCOPE TF_DECLARE_WEAK_PTRS (UsdStage)
 
template<class PrimDataPtr >
bool Usd_IsInstanceProxy (const PrimDataPtr &p, const SdfPath &proxyPrimPath)
 
template<class PrimDataPtr >
Usd_PrimFlagsPredicate Usd_CreatePredicateForTraversal (const PrimDataPtr &p, const SdfPath &proxyPrimPath, Usd_PrimFlagsPredicate pred)
 
template<class PrimDataPtr >
void Usd_MoveToParent (PrimDataPtr &p, SdfPath &proxyPrimPath)
 
template<class PrimDataPtr >
bool Usd_MoveToNextSiblingOrParent (PrimDataPtr &p, SdfPath &proxyPrimPath, PrimDataPtr end, const Usd_PrimFlagsPredicate &pred)
 
template<class PrimDataPtr >
bool Usd_MoveToNextSiblingOrParent (PrimDataPtr &p, SdfPath &proxyPrimPath, const Usd_PrimFlagsPredicate &pred)
 
template<class PrimDataPtr >
bool Usd_MoveToChild (PrimDataPtr &p, SdfPath &proxyPrimPath, PrimDataPtr end, const Usd_PrimFlagsPredicate &pred)
 
template<class PrimDataPtr >
bool Usd_MoveToChild (PrimDataPtr &p, SdfPath &proxyPrimPath, const Usd_PrimFlagsPredicate &pred)
 

Typedef Documentation

Definition at line 385 of file primData.h.

Definition at line 446 of file primData.h.

Function Documentation

PXR_NAMESPACE_OPEN_SCOPE TF_DECLARE_WEAK_PTRS ( UsdStage  )
template<class PrimDataPtr >
Usd_PrimFlagsPredicate Usd_CreatePredicateForTraversal ( const PrimDataPtr &  p,
const SdfPath proxyPrimPath,
Usd_PrimFlagsPredicate  pred 
)
inline

Definition at line 495 of file primData.h.

template<class PrimDataPtr >
bool Usd_IsInstanceProxy ( const PrimDataPtr &  p,
const SdfPath proxyPrimPath 
)
inline

Definition at line 481 of file primData.h.

template<class PrimDataPtr >
bool Usd_MoveToChild ( PrimDataPtr &  p,
SdfPath proxyPrimPath,
PrimDataPtr  end,
const Usd_PrimFlagsPredicate pred 
)
inline

Definition at line 602 of file primData.h.

template<class PrimDataPtr >
bool Usd_MoveToChild ( PrimDataPtr &  p,
SdfPath proxyPrimPath,
const Usd_PrimFlagsPredicate pred 
)
inline

Definition at line 634 of file primData.h.

template<class PrimDataPtr >
bool Usd_MoveToNextSiblingOrParent ( PrimDataPtr &  p,
SdfPath proxyPrimPath,
PrimDataPtr  end,
const Usd_PrimFlagsPredicate pred 
)
inline

Definition at line 545 of file primData.h.

template<class PrimDataPtr >
bool Usd_MoveToNextSiblingOrParent ( PrimDataPtr &  p,
SdfPath proxyPrimPath,
const Usd_PrimFlagsPredicate pred 
)
inline

Definition at line 588 of file primData.h.

template<class PrimDataPtr >
void Usd_MoveToParent ( PrimDataPtr &  p,
SdfPath proxyPrimPath 
)
inline

Definition at line 515 of file primData.h.