public class XyzRenderPassData3D extends YSeriesRenderPassData3D
BaseRenderableSeries3D
which has X, Y and Z dataModifier and Type | Field and Description |
---|---|
com.scichart.core.model.FloatValues |
xCoords |
com.scichart.core.model.DoubleValues |
xValues |
com.scichart.core.model.FloatValues |
zCoords |
com.scichart.core.model.DoubleValues |
zValues |
yCoords, yValues
lock, xCoordCalc, yCoordCalc, zCoordCalc
Constructor and Description |
---|
XyzRenderPassData3D() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
dispose() |
protected void |
updateCoords(int size)
Updates pixels coordinates stored in this render pass data
|
getPointsCount
getLock, getUpdateFlags, getXCoordinateCalculator, getYCoordinateCalculator, getZCoordinateCalculator, isValid, isValidForUpdate, onBeginDataUpdate, onEndDataUpdate
close, tryDispose, tryDispose, tryDispose, tryDispose
public final com.scichart.core.model.DoubleValues xValues
public final com.scichart.core.model.DoubleValues zValues
public final com.scichart.core.model.FloatValues xCoords
public final com.scichart.core.model.FloatValues zCoords
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class YSeriesRenderPassData3D
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
dispose
in class YSeriesRenderPassData3D
protected void updateCoords(int size)
updateCoords
in class YSeriesRenderPassData3D
size
- The amount of points to update