armarx::objects Namespace Reference

Classes

struct  Scene
 
struct  SceneObject
 

Functions

void from_json (const simox::json::json &j, Scene &rhs)
 
void from_json (const simox::json::json &j, SceneObject &rhs)
 
void to_json (simox::json::json &j, const Scene &rhs)
 
void to_json (simox::json::json &j, const SceneObject &rhs)
 

Function Documentation

◆ from_json() [1/2]

void from_json ( const simox::json::json &  j,
Scene rhs 
)

Definition at line 138 of file json_conversions.cpp.

◆ from_json() [2/2]

void from_json ( const simox::json::json &  j,
SceneObject rhs 
)

Definition at line 95 of file json_conversions.cpp.

◆ to_json() [1/2]

void to_json ( simox::json::json &  j,
const Scene rhs 
)

Definition at line 132 of file json_conversions.cpp.

◆ to_json() [2/2]

void to_json ( simox::json::json &  j,
const SceneObject rhs 
)

Definition at line 80 of file json_conversions.cpp.