ILNumerics Ultimate VS

OGLBuffer Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Represents a GL buffer

[ILNumerics Visualization Engine]

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingOGLBuffer

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public class OGLBuffer

The OGLBuffer type exposes the following members.

Constructors

  NameDescription
Public methodOGLBuffer
Create a new, empty GL buffer

[ILNumerics Visualization Engine]

Public methodOGLBuffer(BufferBase)
Create new buffer as clone of the given buffer, sharing the underlying storage

[ILNumerics Visualization Engine]

Top
Properties

  NameDescription
Public propertyDataCount
Number of data columns stored in the buffer, this may differ from the number of columns actually stored in the GL storage

[ILNumerics Visualization Engine]

Public propertyDataCountGL
Number of data columns actually stored in the GL memory

[ILNumerics Visualization Engine]

Public propertyDataLength
Number of rows / elements for each datum

[ILNumerics Visualization Engine]

Public propertyGLID
The ID used to uniquely identify the buffer within the GL

[ILNumerics Visualization Engine]

Public propertySourceBuffer
Reference to the source buffer, this GL Buffer synchronizes with

[ILNumerics Visualization Engine]

Top
Methods

  NameDescription
Public methodDelete
Public methodOnDeleted
Public methodOnRecreated
Public methodPopulateChanges
Public methodUpdateOrReplace(InArrayInt32)
updates the GL buffer with new data, expanding if necessary. Does not shrink the GL buffer!

[ILNumerics Visualization Engine]

Public methodUpdateOrReplace(InArraySingle)
updates the GL buffer with new data, expanding if necessary. Does not shrink the GL buffer!

[ILNumerics Visualization Engine]

Top
Events

  NameDescription
Public eventDeleted
Fired when the buffer was deleted completely

[ILNumerics Visualization Engine]

Public eventRecreated
Fires when the buffer was recreated (for rewiring the buffer)

[ILNumerics Visualization Engine]

Top
Fields

  NameDescription
Protected fieldm_changes
Top
Remarks

[ILNumerics Visualization Engine]

See Also

Reference