ILNumerics Ultimate VS

NormalsBuffer Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingBufferBase
    ILNumerics.DrawingBufferSingle
      ILNumerics.DrawingNormalsBuffer

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

[SerializableAttribute]
public class NormalsBuffer : Buffer<float>

The NormalsBuffer type exposes the following members.

Constructors

  NameDescription
Public methodNormalsBuffer
Initializes a new instance of the NormalsBuffer 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.)
Top
Methods

  NameDescription
Public methodCopy (Overrides BufferTCopy.)
Public methodDispose (Inherited from BufferT.)
Public methodGetNormalAt
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(BaseArrayT)
Update all data of this buffer.

[ILNumerics Visualization Engine]

(Inherited from BufferT.)
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(Single to NormalsBuffer)
Implicit conversion of 2 dimensional float[,] system array to a NormalsBuffer.

[ILNumerics Visualization Engine]

Public operatorStatic member(BaseArraySingle to NormalsBuffer)
Conversion operator allowing the direct assignment of Array<float> to members/ variables of type NormalsBuffer.

[ILNumerics Visualization Engine]

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