HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/refPtr.h"
#include "pxr/base/tf/weakPtr.h"
#include "pxr/base/tf/diagnostic.h"
#include "pxr/base/tf/iterator.h"
#include "pxr/base/tf/pyUtils.h"
#include <hboost/python/list.hpp>
#include <hboost/python/tuple.hpp>
#include <hboost/python/extract.hpp>
#include <hboost/python/to_python_converter.hpp>
#include <deque>
#include <list>
#include <set>
#include <vector>
Go to the source code of this file.
Namespaces | |
TfPyContainerConversions | |
Functions | |
template<class T > | |
void | TfPyRegisterStlSequencesFromPython () |
Utilities for providing C++ <-> Python container support.
Definition in file pyContainerConversions.h.
void TfPyRegisterStlSequencesFromPython | ( | ) |
Definition at line 442 of file pyContainerConversions.h.