Go to the source code of this file.
Classes | |
| class | LineSegment |
| The LineSegment class is used by the LineMaterialSamplerBase class and for some ray tracing stuff. More... | |
Namespaces | |
| libMesh | |
| The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings. | |
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 274 of file LineSegment.C.
Referenced by dataLoad< Moose::LibtorchArtificialNeuralNet >(), ReporterState< std::vector< T > >::loadInternal(), RestartableDataReader::readHeader(), and RedistributeProperties::redistribute().
| void dataStore | ( | std::ostream & | stream, |
| LineSegment & | l, | ||
| void * | context | ||
| ) |
Definition at line 267 of file LineSegment.C.
Referenced by dataStore< Moose::LibtorchArtificialNeuralNet >(), RedistributeProperties::redistribute(), ReporterState< std::vector< T > >::storeInternal(), and RestartableDataWriter::write().
| void to_json | ( | nlohmann::json & | json, |
| const LineSegment & | l | ||
| ) |
Definition at line 284 of file LineSegment.C.
Referenced by JSONOutput::outputSystemInformation(), ReporterContext< std::vector< T > >::store(), and RestartableData< std::list< T > >::storeJSONValue().
1.8.14