Base |
The BaseSequenceManagerHologramGroupBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseSequenceManagerHologramGroupBuffer | Constructor |
| Name | Description | |
|---|---|---|
| Count | Gets the number of hologram groups in the buffer. | |
| Enumerator | Gets the enumerator of the buffer. | |
| Height | ||
| HologramGroupSize | Gets or sets the number of holograms per hologram group. | |
| Item | Accesses a specified hologram group. | |
| MaxBufferSize | Gets or sets the maximum buffer size for a Cyclic buffer. | |
| Type | Gets or sets the hologram group buffer type. The type can be either Cyclic or Growing. | |
| Width |
| Name | Description | |
|---|---|---|
| Add(Hologram) | Adds an array of holograms to the current buffer. | |
| Add(HologramGroup) | Adds a hologram group to the current buffer. | |
| Add(HologramGroup) | Adds an array of hologram groups to the current buffer. | |
| Dispose | Releases all resources used by the BaseSequenceManagerHologramGroupBuffer | |
| Remove | Removes a specific hologram group from the buffer. | |
| RemoveAt | Removes a hologram group at a specific position. | |
| RemoveRange | Removes a range of hologram groups. | |
| Reset | Resets all data of the buffer. | |
| Sort | Sorts the holograms in the buffer by acquisition times. | |
| ToArray | Gets the hologram groups buffer as an array. | |
| ToArrayOfHolograms | Gets all the holograms of the buffer as an array. |