HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyContainerConversions.h File Reference
#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>
+ 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.

Classes

struct  TfPySequenceToPython< ContainerType >
 
struct  TfPySequenceToPythonSet< ContainerType >
 
struct  TfPyMapToPythonDict< ContainerType >
 
struct  TfPyContainerConversions::to_tuple< ContainerType >
 
struct  TfPyContainerConversions::to_tuple< std::pair< First, Second > >
 
struct  TfPyContainerConversions::default_policy
 
struct  TfPyContainerConversions::fixed_size_policy
 
struct  TfPyContainerConversions::variable_capacity_policy
 
struct  TfPyContainerConversions::variable_capacity_all_items_convertible_policy
 
struct  TfPyContainerConversions::fixed_capacity_policy
 
struct  TfPyContainerConversions::linked_list_policy
 
struct  TfPyContainerConversions::set_policy
 
struct  TfPyContainerConversions::from_python_sequence< ContainerType, ConversionPolicy >
 
struct  TfPyContainerConversions::from_python_tuple_pair< PairType >
 
struct  TfPyContainerConversions::to_tuple_mapping< ContainerType >
 
struct  TfPyContainerConversions::tuple_mapping< ContainerType, ConversionPolicy >
 
struct  TfPyContainerConversions::tuple_mapping_fixed_size< ContainerType >
 
struct  TfPyContainerConversions::tuple_mapping_fixed_capacity< ContainerType >
 
struct  TfPyContainerConversions::tuple_mapping_variable_capacity< ContainerType >
 
struct  TfPyContainerConversions::tuple_mapping_set< ContainerType >
 
struct  TfPyContainerConversions::tuple_mapping_pair< ContainerType >
 

Namespaces

 TfPyContainerConversions
 

Functions

template<class T >
void TfPyRegisterStlSequencesFromPython ()
 

Detailed Description

Utilities for providing C++ <-> Python container support.

Definition in file pyContainerConversions.h.

Function Documentation

template<class T >
void TfPyRegisterStlSequencesFromPython ( )

Definition at line 442 of file pyContainerConversions.h.