|
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.
|
This namespace is part of a library which converts between BROS-I types implemented directly in C++ and with Slice.