Scine::Readuct
6.0.0
This is the SCINE module ReaDuct.
|
#include <PointSequence.h>
Public Member Functions | |
PointSequence (double min, double max, int numberPoints) | |
int | count () const |
bool | isUniform () const |
double | interval () const |
double | operator[] (int index) const |
double | at (int index) const |
double | min () const |
double | max () const |
const std::vector< double > & | underlyingArray () const |
Class representing a collection of points that can be used, for instance, for an integration grid. TODO: allow for non-uniform points.
|
inline |
Distance between two integration points, provided the points are uniformly distributed.
|
inline |
whether all integration points are equidistant.