HDK
|
#include "pxr/pxr.h"
#include "pxr/usd/sdf/childrenProxy.h"
#include "pxr/usd/sdf/childrenView.h"
#include "pxr/usd/sdf/childrenPolicies.h"
#include "pxr/usd/sdf/declareHandles.h"
#include "pxr/usd/sdf/listEditorProxy.h"
#include "pxr/usd/sdf/listProxy.h"
#include "pxr/usd/sdf/mapEditProxy.h"
#include "pxr/usd/sdf/proxyPolicies.h"
Go to the source code of this file.
Functions | |
PXR_NAMESPACE_OPEN_SCOPE | SDF_DECLARE_HANDLES (SdfSpec) |
SdfPathEditorProxy | SdfGetPathEditorProxy (const SdfSpecHandle &spec, const TfToken &pathField) |
SdfReferenceEditorProxy | SdfGetReferenceEditorProxy (const SdfSpecHandle &spec, const TfToken &referenceField) |
SdfPayloadEditorProxy | SdfGetPayloadEditorProxy (const SdfSpecHandle &spec, const TfToken &payloadField) |
SdfNameOrderProxy | SdfGetNameOrderProxy (const SdfSpecHandle &spec, const TfToken &orderField) |
Definition at line 49 of file proxyTypes.h.
Definition at line 61 of file proxyTypes.h.
Definition at line 69 of file proxyTypes.h.
typedef SdfPathEditorProxy SdfInheritsProxy |
Definition at line 62 of file proxyTypes.h.
Definition at line 59 of file proxyTypes.h.
Definition at line 43 of file proxyTypes.h.
Definition at line 41 of file proxyTypes.h.
Definition at line 44 of file proxyTypes.h.
Definition at line 45 of file proxyTypes.h.
Definition at line 65 of file proxyTypes.h.
Definition at line 50 of file proxyTypes.h.
Definition at line 60 of file proxyTypes.h.
Definition at line 51 of file proxyTypes.h.
Definition at line 46 of file proxyTypes.h.
Definition at line 66 of file proxyTypes.h.
Definition at line 52 of file proxyTypes.h.
typedef SdfChildrenView<Sdf_RelationshipChildPolicy, SdfRelationshipViewPredicate> SdfRelationshipSpecView |
Definition at line 54 of file proxyTypes.h.
Definition at line 72 of file proxyTypes.h.
Definition at line 63 of file proxyTypes.h.
Definition at line 42 of file proxyTypes.h.
typedef SdfPathEditorProxy SdfTargetsProxy |
Definition at line 64 of file proxyTypes.h.
Definition at line 70 of file proxyTypes.h.
Definition at line 67 of file proxyTypes.h.
Definition at line 57 of file proxyTypes.h.
Definition at line 56 of file proxyTypes.h.
Definition at line 55 of file proxyTypes.h.
PXR_NAMESPACE_OPEN_SCOPE SDF_DECLARE_HANDLES | ( | SdfSpec | ) |
SdfNameOrderProxy SdfGetNameOrderProxy | ( | const SdfSpecHandle & | spec, |
const TfToken & | orderField | ||
) |
Returns a name order list proxy for the ordering specified in the given orderField
on spec
. If the value doesn't exist or the object is invalid then this returns an invalid list editor.
SdfPathEditorProxy SdfGetPathEditorProxy | ( | const SdfSpecHandle & | spec, |
const TfToken & | pathField | ||
) |
Returns a path list editor proxy for the path list op in the given pathField
on spec
. If the value doesn't exist or spec
is invalid then this returns an invalid list editor.
SdfPayloadEditorProxy SdfGetPayloadEditorProxy | ( | const SdfSpecHandle & | spec, |
const TfToken & | payloadField | ||
) |
Returns a payload list editor proxy for the payloads list op in the given payloadField
on spec
. If the value doesn't exist or the object is invalid then this returns an invalid list editor.
SdfReferenceEditorProxy SdfGetReferenceEditorProxy | ( | const SdfSpecHandle & | spec, |
const TfToken & | referenceField | ||
) |
Returns a reference list editor proxy for the references list op in the given referenceField
on spec
. If the value doesn't exist or the object is invalid then this returns an invalid list editor.