36 is >> p[0] >> p[1] >> p[2];
43 os << p[0] <<
" " << p[1] <<
" " << p[2];
const EstimateType & estimate() const
return the current estimate of the vertex
Vector3 toVector() const
convert to a 3D vector (x, y, theta)
void fromVector(const Vector3 &v)
assign from 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