#include <joint.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 92 of file joint.h.
◆ ConstPtr
◆ Ptr
◆ JointLimits() [1/4]
tesseract_scene_graph::JointLimits::JointLimits |
( |
| ) |
|
|
default |
◆ JointLimits() [2/4]
tesseract_scene_graph::JointLimits::JointLimits |
( |
double |
l, |
|
|
double |
u, |
|
|
double |
e, |
|
|
double |
v, |
|
|
double |
a, |
|
|
double |
j |
|
) |
| |
◆ ~JointLimits()
tesseract_scene_graph::JointLimits::~JointLimits |
( |
| ) |
|
|
default |
◆ JointLimits() [3/4]
tesseract_scene_graph::JointLimits::JointLimits |
( |
const JointLimits & |
| ) |
|
|
default |
◆ JointLimits() [4/4]
tesseract_scene_graph::JointLimits::JointLimits |
( |
JointLimits && |
| ) |
|
|
default |
◆ clear()
void tesseract_scene_graph::JointLimits::clear |
( |
| ) |
|
◆ operator!=()
bool tesseract_scene_graph::JointLimits::operator!= |
( |
const JointLimits & |
rhs | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool tesseract_scene_graph::JointLimits::operator== |
( |
const JointLimits & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_scene_graph::JointLimits::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ tesseract_common::Serialization
◆ acceleration
double tesseract_scene_graph::JointLimits::acceleration { 0 } |
◆ effort
double tesseract_scene_graph::JointLimits::effort { 0 } |
◆ jerk
double tesseract_scene_graph::JointLimits::jerk { 0 } |
◆ lower
double tesseract_scene_graph::JointLimits::lower { 0 } |
◆ upper
double tesseract_scene_graph::JointLimits::upper { 0 } |
◆ velocity
double tesseract_scene_graph::JointLimits::velocity { 0 } |
The documentation for this class was generated from the following files: