Go to the source code of this file.
|
| | libMesh |
| | The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
|
| |
◆ dataLoad()
Definition at line 246 of file LineSegment.C.
void set(const Point &p0, const Point &p1)
Sets the points on the line segment.
void dataLoad(std::istream &stream, LineSegment &l, void *context)
◆ dataStore()
Definition at line 239 of file LineSegment.C.
const Point & end() const
Ending of the line segment.
void dataStore(std::ostream &stream, LineSegment &l, void *context)
const Point & start() const
Beginning of the line segment.
◆ to_json()
Definition at line 256 of file LineSegment.C.
const Point & end() const
Ending of the line segment.
void to_json(nlohmann::json &json, const LineSegment &l)
const Point & start() const
Beginning of the line segment.