40 is >> p[0] >> p[1] >> p[2];
48 os << p[0] <<
" " << p[1] <<
" " << p[2];
Vector3D toVector() const
convert to a 3D vector (x, y, theta)
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
virtual bool write(std::ostream &os) const
write the vertex to a stream
void fromVector(const Vector3D &v)
assign from a 3D vector (x, y, theta)
const EstimateType & estimate() const
return the current estimate of the vertex