|
module memory { ... }
Namespaces | |
arondto | |
client | |
This file is part of ArmarX. | |
constants | |
This file is part of ArmarX. | |
Classes | |
struct | Circle |
struct | Ellipsoid |
struct | LaserScannerFeature |
struct | LaserScannerFeatures |
interface | NavigationMemoryInterface |
class | Visu |
Functions | |
void | fromAron (const arondto::Circle &dto, Circle &bo) |
void | fromAron (const arondto::Ellipsoid &dto, Ellipsoid &bo) |
void | fromAron (const arondto::LaserScannerFeature &dto, LaserScannerFeature &bo) |
void | fromAron (const arondto::LaserScannerFeatures &dto, LaserScannerFeatures &bo) |
void | toAron (arondto::Circle &dto, const Circle &bo) |
void | toAron (arondto::Ellipsoid &dto, const Ellipsoid &bo) |
void | toAron (arondto::LaserScannerFeature &dto, const LaserScannerFeature &bo) |
void | toAron (arondto::LaserScannerFeatures &dto, const LaserScannerFeatures &bo) |
void armarx::navigation::memory::fromAron | ( | const arondto::Circle & | dto, |
Circle & | bo | ||
) |
void armarx::navigation::memory::fromAron | ( | const arondto::Ellipsoid & | dto, |
Ellipsoid & | bo | ||
) |
Definition at line 67 of file aron_conversions.cpp.
void armarx::navigation::memory::fromAron | ( | const arondto::LaserScannerFeature & | dto, |
LaserScannerFeature & | bo | ||
) |
void fromAron | ( | const arondto::LaserScannerFeatures & | dto, |
LaserScannerFeatures & | bo | ||
) |
void armarx::navigation::memory::toAron | ( | arondto::Circle & | dto, |
const Circle & | bo | ||
) |
void armarx::navigation::memory::toAron | ( | arondto::Ellipsoid & | dto, |
const Ellipsoid & | bo | ||
) |
Definition at line 36 of file aron_conversions.cpp.
void armarx::navigation::memory::toAron | ( | arondto::LaserScannerFeature & | dto, |
const LaserScannerFeature & | bo | ||
) |
void toAron | ( | arondto::LaserScannerFeatures & | dto, |
const LaserScannerFeatures & | bo | ||
) |