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. | |
Exception reporting invalid point data.
It's usually thrown by Point::Validate function.
| liblas::invalid_point_data::invalid_point_data | ( | std::string const & | msg, | |
| unsigned int | who | |||
| ) | [inline] |
| unsigned int liblas::invalid_point_data::who | ( | ) | const [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;
1.6.1