47 void write(std::fstream &f)
const;
58 const std::vector<float>
data()
const;
const std::vector< float > data() const
Get a reference to the STL vector where the 3D point is store.
std::vector< float > _data
Value of the point.
float y() const
Get the Y component of the 3D point.
void print() const
Print the point.
float residual() const
Get the residual component of the 3D point.
float z() const
Get the Z component of the 3D point.
Point()
Create an empty 3D point with memory allocated but not filled.
Declaration of ezc3d class.
std::vector< float > data_nonConst()
Get a reference to the STL vector where the 3D point is store in order to be modified by the caller...
void write(std::fstream &f) const
Write the point to an opened file.
float x() const
Get the X component of the 3D point.
bool isempty() const
Return if the point is empty.