|
struct | AsType |
| Implements the AsType policy. More...
|
|
struct | MatrixRefToNumpy |
| Implements a return value policy that returns a numpy array from a Matrix. More...
|
|
struct | MatrixToNumpy |
| Implements a return value policy that returns a numpy array from a function returning a std::vector by value. More...
|
|
struct | RemoveConst |
| Implements the RemoveConst policy. More...
|
|
struct | RemoveConstSharedPtr |
| Implements the RemoveConstSharedPtr policy. More...
|
|
struct | VectorRefToNumpy |
| Implements a return value policy that returns a numpy array from a rerence to a std::vector. More...
|
|
struct | VectorToNumpy |
| Implements a return value policy that returns a numpy array from a function returning a std::vector by ref or value. More...
|
|