38 #include <boost/shared_ptr.hpp> 62 cout <<
timestamp <<
"Target coordinate system not supported." << endl;
67 cout <<
timestamp <<
"Source coordinate system not supported." << endl;
73 size_t n = buffer->numPoints();
75 for(
size_t i = 0; i < n; i++)
78 float* point = &p[pos];
void convert(COORD_SYSTEM from, COORD_SYSTEM to, float *point)
static Timestamp timestamp
A global time stamp object for program runtime measurement.
std::shared_ptr< PointBuffer > PointBufferPtr
boost::shared_array< float > floatArr