HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyUtils.h File Reference
#include <hboost/python/dict.hpp>
#include "pxr/pxr.h"
#include "pxr/usd/pcp/api.h"
#include "pxr/usd/pcp/types.h"
#include <string>
+ Include dependency graph for pyUtils.h:

Go to the source code of this file.

Functions

PXR_NAMESPACE_OPEN_SCOPE
PCP_API bool 
PcpVariantFallbackMapFromPython (const hboost::python::dict &dict, PcpVariantFallbackMap *result)
 

Function Documentation

PXR_NAMESPACE_OPEN_SCOPE PCP_API bool PcpVariantFallbackMapFromPython ( const hboost::python::dict &  dict,
PcpVariantFallbackMap result 
)

Convert the Python dictionary dict to a PcpVariantFallbackMap object and return it via result, returning true if successful.