public interface MiDataSetIjk extends MiDataSet
A generic interface for a data set usable in any extract of a structured volume mesh.
Modifier and Type | Method and Description |
---|---|
StorageLayoutIJK |
getStorageLayout()
Hint about data organization in memory.
|
getBinding, getName, getTimeStamp
StorageLayoutIJK getStorageLayout()
This information aims at optimizing the topology traversal for extractors.
Returns the internal data layout in memory as 6 enum values covering all
possible cases. For instance KJI
means that:
The fastest way to go through the data with such layout is to perform the following triple loop:
for each k with 0 <= k < numK
for each j with 0 <= j < numJ
for each i with 0 <= i < numI
data.get(i,j,k);
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com