![]() |
RobWorkProject
23.9.11-
|
Class for saving a WorkCell to a file. More...
#include <DOMWorkCellSaver.hpp>
Static Public Member Functions | |
| static void | save (rw::core::Ptr< const rw::models::WorkCell > workcell, const rw::kinematics::State &state, std::string fileName) |
| Saves workcell to the file fileName. More... | |
| static void | save (rw::core::Ptr< const rw::models::WorkCell > workcell, const rw::kinematics::State &state, std::ostream &ostream) |
| Writes workcellCalibration to stream. More... | |
Class for saving a WorkCell to a file.
Add a real funny description here..
|
static |
Writes workcellCalibration to stream.
| workcell | documentation missing ! |
| state | documentation missing ! |
| ostream | [in] Stream to write to |
|
static |
Saves workcell to the file fileName.
| workcell | documentation missing ! |
| state | documentation missing ! |
| fileName | [in] Name of the file to which to write. |