HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyResolverContext.h File Reference
#include <hboost/python/implicit.hpp>
#include "pxr/pxr.h"
#include "pxr/usd/ar/resolverContext.h"
+ Include dependency graph for pyResolverContext.h:

Go to the source code of this file.

Functions

template<class Context >
PXR_NAMESPACE_OPEN_SCOPE void ArWrapResolverContextForPython ()
 
template<class Context >
void ArWrapResolverContextForPython ()
 

Detailed Description

Macros for creating Python bindings for objects used with ArResolverContext.

Definition in file pyResolverContext.h.

Function Documentation

template<class Context >
PXR_NAMESPACE_OPEN_SCOPE void ArWrapResolverContextForPython ( )

Register the specified type as a context object that may be converted from Python into a ArResolverContext object in C++. This typically would be called in the source file where the Python wrapping for the context object is defined.

Definition at line 50 of file pyResolverContext.h.

template<class Context >
void ArWrapResolverContextForPython ( )

Register the specified type as a context object that may be converted from Python into a ArResolverContext object in C++. This typically would be called in the source file where the Python wrapping for the context object is defined.

Definition at line 50 of file pyResolverContext.h.