Click or drag to resize

BaseSequenceManagerHologramGroupBuffer Class

Class managing buffer of hologram groups. Holograms are combined into groups to be reconstructed together and to produce one output.
Inheritance Hierarchy
SystemObject
  LynceeTec.API.SequenceBaseSequenceManagerHologramGroupBuffer

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.2.6612.0 , built 2022-07-14 10:47:23 UTC
Syntax
public class HologramGroupBuffer : IDisposable

The BaseSequenceManagerHologramGroupBuffer type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the number of hologram groups in the buffer.
Public propertyEnumerator
Gets the enumerator of the buffer.
Public propertyHeight
Public propertyHologramGroupSize
Gets or sets the number of holograms per hologram group.
Public propertyItem
Accesses a specified hologram group.
Public propertyMaxBufferSize
Gets or sets the maximum buffer size for a Cyclic buffer.
Public propertyType
Gets or sets the hologram group buffer type. The type can be either Cyclic or Growing.
Public propertyWidth
Top
Methods
  NameDescription
Public methodAdd(Hologram)
Adds an array of holograms to the current buffer.
Public methodAdd(HologramGroup)
Adds a hologram group to the current buffer.
Public methodAdd(HologramGroup)
Adds an array of hologram groups to the current buffer.
Public methodDispose
Releases all resources used by the BaseSequenceManagerHologramGroupBuffer
Public methodRemove
Removes a specific hologram group from the buffer.
Public methodRemoveAt
Removes a hologram group at a specific position.
Public methodRemoveRange
Removes a range of hologram groups.
Public methodReset
Resets all data of the buffer.
Public methodSort
Sorts the holograms in the buffer by acquisition times.
Public methodToArray
Gets the hologram groups buffer as an array.
Public methodToArrayOfHolograms
Gets all the holograms of the buffer as an array.
Top
See Also