Go to the source code of this file.
Functions | |
| void | dataStore (std::ostream &stream, LineSegment &l, void *context) |
| void | dataLoad (std::istream &stream, LineSegment &l, void *context) |
| void | to_json (nlohmann::json &json, const LineSegment &l) |
| void dataLoad | ( | std::istream & | stream, |
| LineSegment & | l, | ||
| void * | context | ||
| ) |
Definition at line 246 of file LineSegment.C.
| void dataStore | ( | std::ostream & | stream, |
| LineSegment & | l, | ||
| void * | context | ||
| ) |
Definition at line 239 of file LineSegment.C.
| void to_json | ( | nlohmann::json & | json, |
| const LineSegment & | l | ||
| ) |
Definition at line 256 of file LineSegment.C.
1.8.14