SaDVIO
|
A Parameter block for 3D position that does the interface between a double* and an Eigen::Vector3d. More...
#include <parametersBlock.hpp>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | PointXYZParametersBlock () |
PointXYZParametersBlock (const Eigen::Vector3d &X) | |
PointXYZParametersBlock (const PointXYZParametersBlock &block) | |
PointXYZParametersBlock & | operator= (const PointXYZParametersBlock &block) |
Eigen::Affine3d | getPose () |
double * | values () |
Public Attributes | |
double | values_ [ndim_] = {0., 0., 0.} |
Static Public Attributes | |
static const size_t | ndim_ = 3 |
A Parameter block for 3D position that does the interface between a double* and an Eigen::Vector3d.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
double isae::PointXYZParametersBlock::values_[ndim_] = {0., 0., 0.} |