41 is >> p[0] >> p[1] >> p[2];
43 for (
int i = 0; i < 3; ++i)
44 for (
int j = i; j < 3; ++j) {
55 os << p.x() <<
" " << p.y() <<
" " << p.z();
56 for (
int i = 0; i < 3; ++i)
57 for (
int j = i; j < 3; ++j)
63 #ifndef NUMERIC_JACOBIAN_THREE_D_TYPES
Eigen::Matrix< double, 3, 1, Eigen::ColMajor > Vector3D
InformationType _information
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
JacobianXiOplusType _jacobianOplusXi
EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgePointXYZ()
Vertex for a tracked point in space.
virtual void setMeasurement(const Vector3D &m)
virtual void linearizeOplus()
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
JacobianXjOplusType _jacobianOplusXj
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge