Uses of Class
org.orekit.utils.ImmutableFieldTimeStampedCache
-
Packages that use ImmutableFieldTimeStampedCache Package Description org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of ImmutableFieldTimeStampedCache in org.orekit.time
Methods in org.orekit.time that return ImmutableFieldTimeStampedCache Modifier and Type Method Description ImmutableFieldTimeStampedCache<T,KK>
AbstractFieldTimeInterpolator.InterpolationData. getCachedSamples()
Get cached samples. -
Uses of ImmutableFieldTimeStampedCache in org.orekit.utils
Methods in org.orekit.utils that return ImmutableFieldTimeStampedCache Modifier and Type Method Description static <TS extends FieldTimeStamped<CFE>,CFE extends CalculusFieldElement<CFE>>
ImmutableFieldTimeStampedCache<TS,CFE>ImmutableFieldTimeStampedCache. emptyCache(Field<CFE> field)
Get an empty immutable cache, cast to the correct type.
-