FourdgsObjectEntry class

Constructors

FourdgsObjectEntry({required int objectId, required String label, required List<double> anchor, required List<List<double>>? dynamics, required List<double>? embedding})

Properties

anchor List<double>
final
dynamics List<List<double>>?
[velocity, angularVelocity, acceleration], or null when absent. Never a substitute for a track: reconstruction reads none of these.
final
embedding List<double>?
final
hashCode int
The hash code for this object.
no setterinherited
label String
final
objectId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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