HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfPathKeyPolicy Class Reference

#include <proxyPolicies.h>

Public Types

typedef SdfPath value_type
 

Public Member Functions

 SdfPathKeyPolicy ()
 
 SdfPathKeyPolicy (const SdfSpecHandle &owner)
 
value_type Canonicalize (const value_type &x) const
 
std::vector< value_typeCanonicalize (const std::vector< value_type > &x) const
 

Detailed Description

Key policy for SdfPath; converts all SdfPaths to absolute.

Definition at line 83 of file proxyPolicies.h.

Member Typedef Documentation

Definition at line 85 of file proxyPolicies.h.

Constructor & Destructor Documentation

SdfPathKeyPolicy::SdfPathKeyPolicy ( )
inline

Definition at line 87 of file proxyPolicies.h.

SdfPathKeyPolicy::SdfPathKeyPolicy ( const SdfSpecHandle &  owner)
inlineexplicit

Definition at line 88 of file proxyPolicies.h.

Member Function Documentation

value_type SdfPathKeyPolicy::Canonicalize ( const value_type x) const
inline

Definition at line 91 of file proxyPolicies.h.

std::vector<value_type> SdfPathKeyPolicy::Canonicalize ( const std::vector< value_type > &  x) const
inline

Definition at line 96 of file proxyPolicies.h.


The documentation for this class was generated from the following file: