A line segment extending from Begin
to End
, containing NumberOfPoints
uniformly-spaced points including the endpoints.
More...
#include <LineSegment.hpp>
|
using | options = implementation defined |
|
|
| LineSegment (std::array< double, VolumeDim > begin_in, std::array< double, VolumeDim > end_in, size_t number_of_points_in) |
|
void | pup (PUP::er &p) |
|
|
std::array< double, VolumeDim > | begin {} |
|
std::array< double, VolumeDim > | end {} |
|
size_t | number_of_points {} |
|
template<size_t VolumeDim>
struct intrp::OptionHolders::LineSegment< VolumeDim >
A line segment extending from Begin
to End
, containing NumberOfPoints
uniformly-spaced points including the endpoints.
- Note
- Input coordinates are interpreted in
Frame::Inertial
◆ help
template<size_t VolumeDim>
Initial value:= {
"A line segment extending from Begin to End, containing NumberOfPoints"
" uniformly-spaced points including the endpoints."}
The documentation for this struct was generated from the following file:
- src/ParallelAlgorithms/Interpolation/Targets/LineSegment.hpp