takes an array containing all attributes for a vertex and copies the j-th attribute to this channel

Namespace: Visualisierung_BSP2
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void copyValues(
	float[] rawdata,
	int vtxSize,
	int offset
)
Visual Basic
Public Sub copyValues ( _
	rawdata As Single(), _
	vtxSize As Integer, _
	offset As Integer _
)
Visual C++
public:
void copyValues(
	array<float>^ rawdata, 
	int vtxSize, 
	int offset
)

Parameters

rawdata
Type: array<System..::..Single>[]()[][]
data gained directly from the file, without any processing. It contains all channels for all cells. Please note, there is no time information considered here.
vtxSize
Type: System..::..Int32
data gained directly from the file, without any processing. It contains all channels for all cells. Please note, there is no time information considered here.
offset
Type: System..::..Int32
offset of the parameter loaded into this channel

See Also