|
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 "pxr/external/boost/python/list.hpp"#include "pxr/external/boost/python/tuple.hpp"#include "pxr/external/boost/python/extract.hpp"#include "pxr/external/boost/python/to_python_converter.hpp"#include <deque>#include <list>#include <set>#include <utility>#include <vector>
Include dependency graph for pyContainerConversions.h:
This graph shows which files directly or indirectly include this file: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 458 of file pyContainerConversions.h.