FourdgsSample class

One population, at one instant, with identity.

ids is aligned with gaussians and is what a delta names them by. It is required rather than derived: the whole model rests on correspondence between samples, and a correspondence the encoder invented from row order is one the caller never asserted.

Constructors

FourdgsSample({required double t0, required List<int> ids, required FourdgsGaussianSet gaussians})
const

Properties

gaussians FourdgsGaussianSet
final
hashCode int
The hash code for this object.
no setterinherited
ids List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t0 double
The instant this population is stated at. The sample covers [t0, t0) of the next sample, and the last one runs to the scene duration (spec §11.1).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited