![]() |
RobWorkProject
24.12.4-
|
Class containing the definitions for the XML Trajectory Format. More...
#include <XMLTrajectoryFormat.hpp>
Classes | |
class | Initializer |
Utility class which initializes local static variables. More... | |
Static Public Member Functions | |
static const XMLCh * | idQTrajectory () |
Identifier for rw::trajectory::Trajectory<rw::math::Q> in the XML format. More... | |
static const XMLCh * | idV3DTrajectory () |
Identifier for rw::trajectory::Trajectory<rw::math::Vector3D> in the XML format. More... | |
static const XMLCh * | idR3DTrajectory () |
Identifier for rw::trajectory::Trajectory<rw::math::Rotation3D> in the XML format. More... | |
static const XMLCh * | idT3DTrajectory () |
Identifier for rw::trajectory::Trajectory<rw::math::Transform3D> in the XML format. More... | |
static const XMLCh * | idQLinearInterpolator () |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Q> in the XML format. More... | |
static const XMLCh * | idQCubicSplineInterpolator () |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Q> in the XML format. More... | |
static const XMLCh * | idV3DLinearInterpolator () |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Vector3D<> > in the XML format. More... | |
static const XMLCh * | idV3DCubicSplineInterpolator () |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Vector3D<> > in the XML format. More... | |
static const XMLCh * | idV3DCircularInterpolator () |
Identifier for rw::trajectory::CircularInterpolator<rw::math::Vector3D<> > in the XML format. More... | |
static const XMLCh * | idR3DLinearInterpolator () |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Rotation3D<> > in the XML format. More... | |
static const XMLCh * | idR3DCubicSplineInterpolator () |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Rotation3D<> > in the XML format. More... | |
static const XMLCh * | idT3DLinearInterpolator () |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Transform3D<> > in the XML format. More... | |
static const XMLCh * | idT3DCubicSplineInterpolator () |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Transform3D<> > in the XML format. More... | |
static const XMLCh * | idParabolicBlend () |
Identifier for rw::trajectory::ParabolicBlend in the XML format. More... | |
static const XMLCh * | idLloydHaywardBlend () |
Identifier for rw::trajectory::LloydHaywardBlend in the XML format. More... | |
static const XMLCh * | idDurationAttribute () |
Identifier for duration specification for interpolators. More... | |
static const XMLCh * | idStartTimeAttribute () |
Identifier for duration specification for interpolators. More... | |
static const XMLCh * | idTauAttribute () |
Identifier for the blend time tau used for blends. More... | |
static const XMLCh * | idKappaAttribute () |
Identifier for the parameter kappa used in LloydHayward blends. More... | |
Class containing the definitions for the XML Trajectory Format.
|
static |
Identifier for duration specification for interpolators.
|
static |
Identifier for the parameter kappa used in LloydHayward blends.
|
static |
Identifier for rw::trajectory::LloydHaywardBlend in the XML format.
|
static |
Identifier for rw::trajectory::ParabolicBlend in the XML format.
|
static |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Q> in the XML format.
|
static |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Q> in the XML format.
|
static |
Identifier for rw::trajectory::Trajectory<rw::math::Q> in the XML format.
|
static |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Rotation3D<> > in the XML format.
|
static |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Rotation3D<> > in the XML format.
|
static |
Identifier for rw::trajectory::Trajectory<rw::math::Rotation3D> in the XML format.
|
static |
Identifier for duration specification for interpolators.
|
static |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Transform3D<> > in the XML format.
|
static |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Transform3D<> > in the XML format.
|
static |
Identifier for rw::trajectory::Trajectory<rw::math::Transform3D> in the XML format.
|
static |
Identifier for the blend time tau used for blends.
|
static |
Identifier for rw::trajectory::CircularInterpolator<rw::math::Vector3D<> > in the XML format.
|
static |
Identifier for rw::trajectory::CubicSplineInterpolator<rw::math::Vector3D<> > in the XML format.
|
static |
Identifier for rw::trajectory::LinearInterpolator<rw::math::Vector3D<> > in the XML format.
|
static |
Identifier for rw::trajectory::Trajectory<rw::math::Vector3D> in the XML format.