Uses of Class
pulse.input.IndexRange
-
Packages that use IndexRange Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes. -
-
Uses of IndexRange in pulse
Methods in pulse that return IndexRange Modifier and Type Method Description IndexRange
DiscreteInput. getIndexRange()
-
Uses of IndexRange in pulse.input
Methods in pulse.input that return IndexRange Modifier and Type Method Description IndexRange
ExperimentalData. getIndexRange()
Gets the index range of this data.Methods in pulse.input with parameters of type IndexRange Modifier and Type Method Description void
Range. reset(IndexRange range, List<Double> data)
Resets the minimum and maximum values of this range to those specified by the elements ofdata
, the indices of which correspond to the lower and upper bound of theIndexRange
.Constructors in pulse.input with parameters of type IndexRange Constructor Description IndexRange(IndexRange other)
-
Uses of IndexRange in pulse.problem.laser
Methods in pulse.problem.laser that return IndexRange Modifier and Type Method Description IndexRange
NumericPulseData. getIndexRange()
-