INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

orcabros1 Namespace Reference

Converts between the types of BROS-I C++ library and Orca types. More...

Functions

void convert (const hydrobros1::Size3d &obj3d, hydrobros1::Size2d &obj2d)
 Converts from 3d to 2d structure.
void convert (const hydrobros1::CartesianPoint3d &obj3d, hydrobros1::CartesianPoint2d &obj2d)
 Converts from 3d to 2d structure.
C++ to Slice Conversion Functions



void convert (const hydrobros1::Size2d &cobj, orca::Size2d &iceobj)
 Converts from C++ structure to Slice-defined structure.
void convert (const hydrobros1::CartesianPoint2d &cobj, orca::CartesianPoint2d &iceobj)
 Converts from C++ structure to Slice-defined structure.
void convert (const hydrobros1::CartesianPoint3d &cobj, orca::CartesianPoint &iceobj)
 Converts from C++ structure to Slice-defined structure.
void convert (const hydrobros1::CartesianPoint3d &cobj, orca::CartesianPoint2d &iceobj)
 Converts from C++ structure to Slice-defined structure and reduce dimensions.
void convert (const hydrobros1::Frame3d &cobj, orca::Frame3d &iceobj)
 Converts from C++ structure to Slice-defined structure.
Slice to C++ Conversion Functions



void convert (const orca::Size2d &iceobj, hydrobros1::Size2d &cobj)
 Converts from Slice-defined structure to C++ structure.
void convert (const orca::CartesianPoint2d &iceobj, hydrobros1::CartesianPoint2d &cobj)
 Converts from Slice-defined structure to C++ structure.
void convert (const orca::CartesianPoint &iceobj, hydrobros1::CartesianPoint3d &cobj)
 Converts from Slice-defined structure to C++ structure.
void convert (const orca::CartesianPoint &iceobj, hydrobros1::CartesianPoint2d &cobj)
 Converts from Slice-defined structure to C++ structure and reduce dimensions.
void convert (const orca::Frame3d &iceobj, hydrobros1::Frame3d &cobj)
 Converts from Slice-defined structure to C++ structure.

Detailed Description

Converts between the types of BROS-I C++ library and Orca types.

This namespace is part of a library which converts between BROS-I types implemented directly in C++ and with Slice.

See also:
libOrcaBros1
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5