HDK
|
#include <proxyPolicies.h>
Public Types | |
typedef std::map< SdfPath, SdfPath > | Type |
typedef Type::key_type | key_type |
typedef Type::mapped_type | mapped_type |
typedef Type::value_type | value_type |
Static Public Member Functions | |
static SDF_API Type | CanonicalizeType (const SdfSpecHandle &v, const Type &x) |
static SDF_API key_type | CanonicalizeKey (const SdfSpecHandle &v, const key_type &x) |
static SDF_API mapped_type | CanonicalizeValue (const SdfSpecHandle &v, const mapped_type &x) |
static SDF_API value_type | CanonicalizePair (const SdfSpecHandle &v, const value_type &x) |
Map edit proxy value policy for relocates maps. This absolutizes all paths.
Definition at line 221 of file proxyPolicies.h.
typedef Type::key_type SdfRelocatesMapProxyValuePolicy::key_type |
Definition at line 224 of file proxyPolicies.h.
typedef Type::mapped_type SdfRelocatesMapProxyValuePolicy::mapped_type |
Definition at line 225 of file proxyPolicies.h.
typedef std::map<SdfPath, SdfPath> SdfRelocatesMapProxyValuePolicy::Type |
Definition at line 223 of file proxyPolicies.h.
typedef Type::value_type SdfRelocatesMapProxyValuePolicy::value_type |
Definition at line 226 of file proxyPolicies.h.
|
static |
|
static |
|
static |
|
static |