class
#include <iDynTree/JointState.h>
JointDOFsDoubleArray Class for storing a vector of scalar values, one for each internal coordinate in a model.
Base classes
- class VectorDynSize
- Class providing a simple form of vector with dynamic size.
Constructors, destructors, conversion operators
- JointDOFsDoubleArray(std::size_t nrOfDOFs = 0)
-
JointDOFsDoubleArray(const iDynTree::
Model& model) - ~JointDOFsDoubleArray()
Public functions
- void resize(std::size_t nrOfDOFs)
-
void resize(const iDynTree::
Model& model) -
auto isConsistent(const iDynTree::
Model& model) const -> bool -
auto operator=(const iDynTree::
VectorDynSize& input) -> JointDOFsDoubleArray&