#include <box.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
|
double | x_ { 0 } |
|
double | y_ { 0 } |
|
double | z_ { 0 } |
|
◆ ConstPtr
◆ Ptr
◆ Box() [1/2]
tesseract_geometry::Box::Box |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
◆ Box() [2/2]
tesseract_geometry::Box::Box |
( |
| ) |
|
|
default |
◆ ~Box()
tesseract_geometry::Box::~Box |
( |
| ) |
|
|
overridedefault |
◆ clone()
|
inlinefinaloverridevirtual |
◆ getX()
double tesseract_geometry::Box::getX |
( |
| ) |
const |
|
inline |
◆ getY()
double tesseract_geometry::Box::getY |
( |
| ) |
const |
|
inline |
◆ getZ()
double tesseract_geometry::Box::getZ |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool tesseract_geometry::Box::operator!= |
( |
const Box & |
rhs | ) |
const |
◆ operator==()
bool tesseract_geometry::Box::operator== |
( |
const Box & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_geometry::Box::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ x_
double tesseract_geometry::Box::x_ { 0 } |
|
private |
◆ y_
double tesseract_geometry::Box::y_ { 0 } |
|
private |
◆ z_
double tesseract_geometry::Box::z_ { 0 } |
|
private |
The documentation for this class was generated from the following files:
- tesseract_geometry/include/tesseract_geometry/impl/box.h
- tesseract_geometry/src/geometries/box.cpp