Uses of Class
xal.model.probe.traj.TwissProbeState
Packages that use TwissProbeState
-
Uses of TwissProbeState in xal.model.probe
Methods in xal.model.probe that return TwissProbeStateModifier and TypeMethodDescriptionTwissProbe.createEmptyProbeState()Creates a new, emptyTwissProbeState.TwissProbe.createProbeState()Creates a snapshot of the current state and returns it as aProbeStateobject of the proper type.protected TwissProbeStateTwissProbe.readStateFrom(DataAdaptor container) Creates a newTwissProbeStateobject and initializes it from the data source exposing the givenDataAdaptorinterface.Methods in xal.model.probe that return types with arguments of type TwissProbeStateModifier and TypeMethodDescriptionTwissProbe.createTrajectory()Creates aTrajectory<TwissProbeState>object of the proper type for saving the probe's history.Method parameters in xal.model.probe with type arguments of type TwissProbeStateModifier and TypeMethodDescriptionprotected voidTwissProbe.initializeFrom(Probe<TwissProbeState> probe) Deprecated.Never used -
Uses of TwissProbeState in xal.model.probe.traj
Methods in xal.model.probe.traj that return TwissProbeStateModifier and TypeMethodDescriptionTwissProbeState.copy()Implements the clone operation required by the base classProbeState.Constructors in xal.model.probe.traj with parameters of type TwissProbeStateModifierConstructorDescriptionTwissProbeState(TwissProbeState twissProbeState) Copy constructor for TwissProbeState.