| 33 | void axes_object::parent(class axes_type *&parent) { parent_ = parent; } |
| 34 | |
| 35 | std::string axes_object::data_string() { return ""; } |
| 36 | |
| 37 | std::string axes_object::set_variables_string() { return ""; } |
| 38 |
no outgoing calls
no test coverage detected