ILNumerics Ultimate VS

IndicesBuffer Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingBufferBase
    ILNumerics.DrawingBufferInt32
      ILNumerics.DrawingIndicesBuffer

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

[SerializableAttribute]
public class IndicesBuffer : Buffer<int>

The IndicesBuffer type exposes the following members.

Constructors

  NameDescription
Public methodIndicesBuffer
Initializes a new instance of the IndicesBuffer class
Top
Properties

  NameDescription
Public propertyBufferType (Inherited from BufferBase.)
Public propertyDataCount
Number of data vectors (columns)

[ILNumerics Visualization Engine]

(Inherited from BufferT.)
Public propertyDataLength
Dimensionality of a single date in this buffer (number of rows or length of each vector)

[ILNumerics Visualization Engine]

(Inherited from BufferT.)
Public propertyID (Inherited from BufferBase.)
Public propertyIsDisposed (Inherited from BufferT.)
Public propertyIsEmpty (Inherited from BufferT.)
Public propertyStorage
returns a copy(!) of the buffers array storage, using a lazy-copy-on-write scheme. Use Update() for modifications!

[ILNumerics Visualization Engine]

(Inherited from BufferT.)
Public propertyStatic memberUnitCube
Public propertyStatic memberUnitCubeLighting
Top
Methods

  NameDescription
Public methodCopy (Overrides BufferTCopy.)
Public methodDispose (Inherited from BufferT.)
Protected methodOnChanged(BufferChangedEventArgs) (Inherited from BufferBase.)
Protected methodOnChanged(Int32, Int32, ChangeQueueActions) (Inherited from BufferBase.)
Protected methodOnDisposing (Inherited from BufferBase.)
Protected methodTargetChanged_Handler (Inherited from BufferT.)
Public methodUpdate(BaseArrayInt32)
Public methodUpdate(Int32, Int32)
Public methodUpdate(Int32, Int32, InArrayT) (Inherited from BufferT.)
Top
Events

  NameDescription
Public eventChanged
Fires once the buffer has been changed

[ILNumerics Visualization Engine]

(Inherited from BufferBase.)
Public eventDisposing
Fires before the buffer gets disposed

[ILNumerics Visualization Engine]

(Inherited from BufferBase.)
Top
Operators

  NameDescription
Public operatorStatic member(Int32 to IndicesBuffer)
Public operatorStatic member(BaseArrayInt32 to IndicesBuffer)
Top
Fields

  NameDescription
Protected fieldm_dataLength (Inherited from BufferT.)
Protected fieldm_referenceCount (Inherited from BufferT.)
Protected fieldm_storage (Inherited from BufferT.)
Top
See Also

Reference