liblas::invalid_point_data Class Reference

Exception reporting invalid point data. More...

#include <exception.hpp>

List of all members.


Public Member Functions

 invalid_point_data (std::string const &msg, unsigned int who)
unsigned int who () const
 Return flags identifying invalid point data members.

Detailed Description

Exception reporting invalid point data.

It's usually thrown by LASPoint::Validate function.

Definition at line 53 of file exception.hpp.


Constructor & Destructor Documentation

liblas::invalid_point_data::invalid_point_data ( std::string const &  msg,
unsigned int  who 
) [inline]

Definition at line 57 of file exception.hpp.


Member Function Documentation

unsigned int liblas::invalid_point_data::who (  )  const [inline]

Return flags identifying invalid point data members.

Flags are composed with composed with LASPoint::DataMemberFlag. Testing flags example: bool timeValid = e.who() & LASPoint::eTime;

Definition at line 64 of file exception.hpp.


The documentation for this class was generated from the following file: