39 is >> p[0] >> p[1] >> p[2];
41 for (
int i = 0; i < 3; ++i)
42 for (
int j = i; j < 3; ++j) {
51 os << p.x() <<
" " << p.y() <<
" " << p.z();
52 for (
int i = 0; i < 3; ++i)
53 for (
int j = i; j < 3; ++j) os <<
" " <<
information()(i, j);
57#ifndef NUMERIC_JACOBIAN_THREE_D_TYPES
BaseFixedSizedEdge< D, Vector3, VertexPointXYZ, VertexPointXYZ >::template JacobianType< D, VertexXj::Dimension > & _jacobianOplusXj
BaseFixedSizedEdge< D, Vector3, VertexPointXYZ, VertexPointXYZ >::template JacobianType< D, VertexXi::Dimension > & _jacobianOplusXi
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
InformationType _information
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
virtual bool write(std::ostream &os) const
write the vertex to a stream
virtual void linearizeOplus()
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
virtual void setMeasurement(const Vector3 &m)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgePointXYZ()
Vertex for a tracked point in space.