Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.internal | |
org.g_node.nix.util | |
org.g_node.nix.valid |
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.
|
DataArray |
Feature.getData()
Gets the data array associated with this feature.
|
DataArray |
Group.getDataArray(long index)
Retrieves a data array by index.
|
DataArray |
Block.getDataArray(long index)
Retrieves a data array by index.
|
DataArray |
Group.getDataArray(String nameOrId)
Retrieves a specific data array from the group by name or id.
|
DataArray |
Block.getDataArray(String nameOrId)
Retrieves a specific data array from the block by name or id.
|
DataArray |
MultiTag.getExtents()
Getter for the extents of a tag.
|
DataArray |
MultiTag.getPositions()
Getter for the positions of a tag.
|
DataArray |
MultiTag.getReference(long index)
Get a referenced DataArray by its index.
|
DataArray |
Tag.getReference(long index)
Gets a referenced DataArray by its index.
|
DataArray |
MultiTag.getReference(String nameOrId)
Get a referenced DataArray by its name or id.
|
DataArray |
Tag.getReference(String id)
Gets a specific referenced DataArray from the tag.
|
Modifier and Type | Method and Description |
---|---|
List<DataArray> |
Group.getDataArrays()
Get data arrays within this group.
|
List<DataArray> |
Block.getDataArrays()
Get data arrays within this block.
|
List<DataArray> |
Group.getDataArrays(java.util.function.Predicate<DataArray> filter)
Get data arrays within this group.
|
List<DataArray> |
Block.getDataArrays(java.util.function.Predicate<DataArray> filter)
Get data arrays within this block.
|
List<DataArray> |
MultiTag.getReferences()
Get all referenced data arrays associated with the tag.
|
List<DataArray> |
Tag.getReferences()
Get all referenced data arrays associated with this tag.
|
List<DataArray> |
MultiTag.getReferences(java.util.function.Predicate<DataArray> filter)
Get referenced data arrays associated with this tag.
|
List<DataArray> |
Tag.getReferences(java.util.function.Predicate<DataArray> filter)
Get referenced data arrays associated with this tag.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addDataArray(DataArray dataArray)
Add a DataArray to the list of referenced data of the group.
|
void |
MultiTag.addReference(DataArray reference)
Adds a new DataArray to the list of referenced data.
|
void |
Tag.addReference(DataArray reference)
Add a DataArray to the list of referenced data of the tag.
|
Feature |
MultiTag.createFeature(DataArray data,
int linkType)
Create a new feature.
|
Feature |
Tag.createFeature(DataArray data,
int linkType)
Create a new feature.
|
MultiTag |
Block.createMultiTag(String name,
String type,
DataArray positions)
Create a new multi tag associated with this block.
|
boolean |
Block.deleteDataArray(DataArray dataArray)
Deletes a data array from this block.
|
boolean |
Group.hasDataArray(DataArray dataArray)
Checks if a specific data array exists in this group.
|
boolean |
Block.hasDataArray(DataArray dataArray)
Checks if a specific data array exists in this block.
|
boolean |
MultiTag.hasReference(DataArray reference)
Checks if the specified DataArray is referenced by the tag.
|
boolean |
Tag.hasReference(DataArray reference)
Checks whether a DataArray is referenced by the tag.
|
boolean |
Group.removeDataArray(DataArray dataArray)
Remove a DataArray from the list of referenced data of the group.
|
boolean |
MultiTag.removeReference(DataArray reference)
Remove a DataArray from the list of referenced data.
|
boolean |
Tag.removeReference(DataArray reference)
Remove a DataArray from the list of referenced data of the tag.
|
void |
Feature.setData(DataArray data)
Sets the data array associated with this feature.
|
void |
MultiTag.setExtents(DataArray extents)
Sets the extents DataArray of the tag.
|
void |
MultiTag.setPositions(DataArray positions)
Setter for the positions of the tag.
|
Modifier and Type | Method and Description |
---|---|
List<DataArray> |
Group.getDataArrays(java.util.function.Predicate<DataArray> filter)
Get data arrays within this group.
|
List<DataArray> |
Block.getDataArrays(java.util.function.Predicate<DataArray> filter)
Get data arrays within this block.
|
List<DataArray> |
MultiTag.getReferences(java.util.function.Predicate<DataArray> filter)
Get referenced data arrays associated with this tag.
|
List<DataArray> |
Tag.getReferences(java.util.function.Predicate<DataArray> filter)
Get referenced data arrays associated with this tag.
|
void |
Group.setDataArrays(List<DataArray> dataArrays)
Set all DataArray associations for this group.
|
void |
MultiTag.setReferences(List<DataArray> references)
Setter for all referenced DataArrays.
|
void |
Tag.setReferences(List<DataArray> references)
Sets all referenced DataArray entities.
|
Constructor and Description |
---|
DataView(DataArray da,
NDSize count,
NDSize offset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<DataArray> |
VectorUtils.DataArrayVector.getDataArrays()
Get data arrays.
|
Constructor and Description |
---|
DataArrayVector(List<DataArray> lst)
Set data arrays.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(DataArray dataArray)
DataArray entity validator
Function taking a DataArray entity and returning
Result
object |
Copyright © 2016. All rights reserved.