Wrapping a nested c++ container to python
Hello I have some trouble with handling c++-container.
I have these code:
typedef struct foo {
typedef std::vector<double> pt_coords;
typedef std::vector
Hi,
You can use the provided vector indexing suite. If I remember well,
all you have to do is including the header and defining a vector class
for each type of vector you want to use:
#include
Thanks, but the wrapped classes has not the same behavior as python list, but its a solution ... Greetings
participants (2)
-
Bruno Lalande
-
RR