Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.util |
Modifier and Type | Method and Description |
---|---|
NDSize |
DataArray.getDataExtent()
Get the extent of the data of the DataArray entity.
|
NDSize |
DataView.getDataExtent()
Data extent.
|
Modifier and Type | Method and Description |
---|---|
DataArray |
Block.createDataArray(String name,
String type,
int dataType,
NDSize shape)
Create a new data array associated with this block.
|
void |
DataArray.getData(byte[] data,
NDSize count,
NDSize offset)
Get stored data.
|
void |
DataArray.getData(double[] data,
NDSize count,
NDSize offset)
Get stored data.
|
void |
DataArray.getData(float[] data,
NDSize count,
NDSize offset)
Get stored data.
|
void |
DataArray.getData(int[] data,
NDSize count,
NDSize offset)
Get stored data.
|
void |
DataArray.getData(long[] data,
NDSize count,
NDSize offset)
Get stored data.
|
void |
DataArray.getData(short[] data,
NDSize count,
NDSize offset)
Get stored data.
|
void |
DataArray.setData(byte[] data,
NDSize count,
NDSize offset)
Set byte array data.
|
void |
DataArray.setData(double[] data,
NDSize count,
NDSize offset)
Set double array data.
|
void |
DataArray.setData(float[] data,
NDSize count,
NDSize offset)
Set float array data.
|
void |
DataArray.setData(int[] data,
NDSize count,
NDSize offset)
Set integer array data.
|
void |
DataArray.setData(long[] data,
NDSize count,
NDSize offset)
Set long array data.
|
void |
DataArray.setData(short[] data,
NDSize count,
NDSize offset)
Set short array data.
|
void |
DataArray.setDataExtent(NDSize extent)
Set the data extent of the DataArray entity.
|
void |
DataView.setDataExtent(NDSize extent)
Set data extent.
|
Constructor and Description |
---|
DataView(DataArray da,
NDSize count,
NDSize offset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataAccess.getOffsetAndCount(MultiTag tag,
DataArray array,
long index,
NDSize offsets,
NDSize counts)
Returns the offsets and element counts associated with position and extent of a Tag and
the referenced DataArray.
|
static void |
DataAccess.getOffsetAndCount(Tag tag,
DataArray array,
NDSize offsets,
NDSize counts)
Returns the offsets and element counts associated with position and extent of a Tag and
the referenced DataArray.
|
static boolean |
DataAccess.positionAndExtentInData(DataArray data,
NDSize position,
NDSize count)
Checks whether a given position plus count is in the extent of the given DataArray.
|
static boolean |
DataAccess.positionInData(DataArray data,
NDSize position)
Checks whether a given position is in the extent of the given DataArray.
|
Copyright © 2016. All rights reserved.