<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello,
<div><br>
</div>
<div>I came across the following situation using SIP and I could need some help:</div>
<div><br>
</div>
<div>I have a MappedType conversion between std::vector<TYPE *> in c++ and list in python. This works fine so far.</div>
<div>But now I have a situation where std::vector is capsuled in std::vector (std::vector<std::vector<TYPE *>*>)</div>
<div><br>
</div>
<div>Is it possible to solve this somehow?</div>
<div><br>
</div>
(Btw. because this probably wont work using templates the TYPE in this case is a struct named PathPoint )</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thank you!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
M.T.<br>
</div>
</body>
</html>