#include <link.h>
|
Eigen::Isometry3d | origin { Eigen::Isometry3d::Identity() } |
|
double | mass { 0 } |
|
double | ixx { 0 } |
|
double | ixy { 0 } |
|
double | ixz { 0 } |
|
double | iyy { 0 } |
|
double | iyz { 0 } |
|
double | izz { 0 } |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ ConstPtr
◆ Ptr
◆ Inertial()
tesseract_scene_graph::Inertial::Inertial |
( |
| ) |
|
|
default |
◆ clear()
void tesseract_scene_graph::Inertial::clear |
( |
| ) |
|
|
inline |
◆ operator!=()
bool tesseract_scene_graph::Inertial::operator!= |
( |
const Inertial & |
rhs | ) |
const |
◆ operator==()
bool tesseract_scene_graph::Inertial::operator== |
( |
const Inertial & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_scene_graph::Inertial::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ ixx
double tesseract_scene_graph::Inertial::ixx { 0 } |
◆ ixy
double tesseract_scene_graph::Inertial::ixy { 0 } |
◆ ixz
double tesseract_scene_graph::Inertial::ixz { 0 } |
◆ iyy
double tesseract_scene_graph::Inertial::iyy { 0 } |
◆ iyz
double tesseract_scene_graph::Inertial::iyz { 0 } |
◆ izz
double tesseract_scene_graph::Inertial::izz { 0 } |
◆ mass
double tesseract_scene_graph::Inertial::mass { 0 } |
◆ origin
Eigen::Isometry3d tesseract_scene_graph::Inertial::origin { Eigen::Isometry3d::Identity() } |
The documentation for this class was generated from the following files:
- tesseract_scene_graph/include/tesseract_scene_graph/link.h
- tesseract_scene_graph/src/link.cpp