ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingBufferBase
ILNumerics.DrawingBufferSingle
ILNumerics.DrawingNormalsBuffer
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Top
Top
Top
Inheritance Hierarchy
ILNumerics.DrawingBufferBase
ILNumerics.DrawingBufferSingle
ILNumerics.DrawingNormalsBuffer
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The NormalsBuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NormalsBuffer | Initializes a new instance of the NormalsBuffer class |
Properties
Name | Description | |
---|---|---|
BufferType | (Inherited from BufferBase.) | |
DataCount |
Number of data vectors (columns)
(Inherited from BufferT.)[ILNumerics Visualization Engine] | |
DataLength |
Dimensionality of a single date in this buffer (number of rows or length of each vector)
(Inherited from BufferT.)[ILNumerics Visualization Engine] | |
ID | (Inherited from BufferBase.) | |
IsDisposed | (Inherited from BufferT.) | |
IsEmpty | (Inherited from BufferT.) | |
Storage |
returns a copy(!) of the buffers array storage, using a lazy-copy-on-write scheme. Use Update() for modifications!
(Inherited from BufferT.)[ILNumerics Visualization Engine] |
Methods
Name | Description | |
---|---|---|
Copy | (Overrides BufferTCopy.) | |
Dispose | (Inherited from BufferT.) | |
GetNormalAt | ||
OnChanged(BufferChangedEventArgs) | (Inherited from BufferBase.) | |
OnChanged(Int32, Int32, ChangeQueueActions) | (Inherited from BufferBase.) | |
OnDisposing | (Inherited from BufferBase.) | |
TargetChanged_Handler | (Inherited from BufferT.) | |
Update(BaseArrayT) |
Update all data of this buffer.
(Inherited from BufferT.)[ILNumerics Visualization Engine] | |
Update(Int32, Int32, InArrayT) | (Inherited from BufferT.) |
Events
Name | Description | |
---|---|---|
Changed |
Fires once the buffer has been changed
(Inherited from BufferBase.)[ILNumerics Visualization Engine] | |
Disposing |
Fires before the buffer gets disposed
(Inherited from BufferBase.)[ILNumerics Visualization Engine] |
Operators
Name | Description | |
---|---|---|
(Single to NormalsBuffer) |
Implicit conversion of 2 dimensional float[,] system array to a NormalsBuffer.
[ILNumerics Visualization Engine] | |
(BaseArraySingle to NormalsBuffer) |
Conversion operator allowing the direct assignment of Array<float> to members/ variables of type NormalsBuffer.
[ILNumerics Visualization Engine] |
Fields
Name | Description | |
---|---|---|
m_dataLength | (Inherited from BufferT.) | |
m_referenceCount | (Inherited from BufferT.) | |
m_storage | (Inherited from BufferT.) |
See Also