Click or drag to resize

BaseSequenceManager Class

Base class for the sequence management.
Inheritance Hierarchy

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntax
public abstract class BaseSequenceManager : ConfigurationEventsManager, 
	IDisposable

The BaseSequenceManager type exposes the following members.

Properties
  NameDescription
Public propertyConfigManager
Gets the current ConfigManager in use.
Public propertyConfiguration
Gets the current configuration used for hologram reconstruction.
Public propertyCurrentState
Gets the current state of the sequence manager.
Public propertyNumberOfHolograms
Gets the total number of holograms currently recorded.
Public propertyUseReconstruction
Gets or sets a value indicating whether the reconstruction is enabled.
Public propertyUseReferenceHologramSaving
Gets or sets the option saving the reference hologram(s) in the first hologram metadata of the acquired sequence.
Top
Methods
  NameDescription
Public methodAccessHologram
Accesses the hologram object directly in the current buffer.
Public methodCancelSaving
Cancels the saving of a sequence.
Public methodComputeAndApplyFittingToConfiguration
Compute fitting on specified phase result using configuration parameters.
Public methodDeregisterConfigurationMemberModification
Deregister a function registered to the specified member.
(Inherited from ConfigurationEventsManager.)
Public methodDeregisterConfigurationModification
Deregister a registered function.
(Inherited from ConfigurationEventsManager.)
Public methodDispose
Releases all resources used by the BaseSequenceManager
Public methodGetHologramCopy
Gets a copy of the defined hologram in the current buffer.
Public methodGetReconstruction
Gets the reconstruction results of a hologram in the current buffer.
Public methodRegisterConfigurationModification(ConfigurationEventsManagerConfigurationDelegate)
Register a function that will be executed when any configuration property is modified.
(Inherited from ConfigurationEventsManager.)
Public methodRegisterConfigurationModification(MemberInfo, ConfigurationEventsManagerConfigurationDelegate)
Register a function that will be executed when the specified member is modified.
(Inherited from ConfigurationEventsManager.)
Public methodSaveBigTiffSequence
Saves the sequence into a BigTiff (.btf) format.
Public methodSaveKoalaSequence
Saves the sequence in a Koala compatible format.
Public methodSetHologramValidity
Sets the validity state for a hologram in the current buffer.
Top
Events
  NameDescription
Public eventStateMachineStateChanged
Occurs when the state machine state changes
Top
Remarks

Some calls to the class elements can only be performed when CurrentState has some defined values. The following scheme describes the allowed actions.

Thread Safety
Instance members of this type are safe for multi-threaded operations.
See Also