<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all,<br>
<br>
it's seemed that Point::Point(Header const* hdr) and void Point::SetHeader(Header const* header) behave completely different. The first one dosen't copy all the schema stuff and just setting the member and then resize internal vector to an default size and
 dosn't take respect to the point type given in the header argument. <br>
<br>
I run into these bug by an assert from laszip which checks for point size. After using the SetHeader() function instead everything works well and maybe it's better to remove the constructor form?<br>
<br>
Another pity is the missing of an hint in the tutorial that you have to set an Header to the Points to get the right point type.....<br>
<br>
Best Regards,<br>
<br>
Slinky <br>
<br>
</div>
</body>
</html>