ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingBufferBase
ILNumerics.DrawingBufferSingle
ILNumerics.DrawingPositionsBuffer
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Top
Top
Top
Buffer holding and managing position vertex data for shapes.
[ILNumerics Visualization Engine]
Inheritance Hierarchy
ILNumerics.DrawingBufferBase
ILNumerics.DrawingBufferSingle
ILNumerics.DrawingPositionsBuffer
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The PositionsBuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PositionsBuffer |
Create a new empty positions buffer.
[ILNumerics Visualization Engine] |
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] | |
UnitCube |
Gets position buffer of a simple shaded unit cube.
[ILNumerics Visualization Engine] | |
UnitCubeLighting |
Gets position buffer for a unit cube, capable of getting lit.
[ILNumerics Visualization Engine] |
Methods
Name | Description | |
---|---|---|
Copy |
Create and return (lazy) copy of this position buffer.
(Overrides BufferTCopy.)[ILNumerics Visualization Engine] | |
Dispose | (Inherited from BufferT.) | |
GetPositionAt |
Retrieves the vertex position at a specific index.
[ILNumerics Visualization Engine] | |
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 PositionsBuffer) |
Conversion operator allowing the assignment of 2 dimensional system array float[,] to position buffers.
[ILNumerics Visualization Engine] | |
(BaseArraySingle to PositionsBuffer) |
Conversion operator allowing the direct assignment of Array<float> to members/ variables of type PositionsBuffer.
[ILNumerics Visualization Engine] |
Fields
Name | Description | |
---|---|---|
m_dataLength | (Inherited from BufferT.) | |
m_referenceCount | (Inherited from BufferT.) | |
m_storage | (Inherited from BufferT.) |
Remarks
[ILNumerics Visualization Engine]
See Also