libLAS API Reference
1.8.1
|
Exception reporting invalid point data. More...
#include <exception.hpp>
Public Member Functions | |
invalid_point_data (std::string const &msg, unsigned int who) | |
unsigned int | who () const |
Return flags identifying invalid point data members. More... | |
Exception reporting invalid point data.
It's usually thrown by Point::Validate function.
|
inline |
|
inline |
Return flags identifying invalid point data members.
Flags are composed with composed with Point::DataMemberFlag. Testing flags example: bool timeValid = e.who() & Point::eTime;