> I presented bug and fix here: https://gist.github.com/1313176

Should not the other two be fixed too:
        void Point::SetClassification(Classification::bitset_type const& flags) 
and 
        void Point::SetClassification(boost::uint8_t const& flags)?

Maybe a few unit tests using the various SetClassification(...) to check for 
this bug?

The only way to retrieve the uint8_t (m_data[15]) as a uint8_t is through 
conversion to unsigned long and back?
(By static_cast<boost::uint8_t>(bits.to_ulong()).)

Best regards,
/Peder

_______________________________________________
Liblas-devel mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/liblas-devel

Reply via email to