public interface MiTopologyIjk extends MiTopology
A generic interface for a structured implicit volume mesh topology. Cells are
all implicitly defined as hexahedron so there is no need for specifying a
list of cells.
The number of cells on each dimension defines completely the topology.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellName(int i,
int j,
int k)
Deprecated.
As of Open Inventor 9.6.3, no alternate method but it is
deprecated as it will be removed in next major version. It will
be replaced by the new interface
MiStringSet . |
int |
getNumCellsI()
Returns the number of cells on the first logical axis.
|
int |
getNumCellsJ()
Returns the number of cells on the second logical axis.
|
int |
getNumCellsK()
Returns the number of cells on the third logical axis.
|
boolean |
isDead(int i,
int j,
int k)
Returns
true if the cell at the specified position should be
ignored. |
getTimeStamp, hasDeadCells
int getNumCellsI()
int getNumCellsJ()
int getNumCellsK()
boolean isDead(int i, int j, int k)
true
if the cell at the specified position should be
ignored. This value is ignored if the hasDeadCell
method returns
false
.i
- the i-index of the cell to checkj
- the j-index of the cell to checkk
- the k-index of the cell to checktrue
if the cell should be ignored.@Deprecated java.lang.String getCellName(int i, int j, int k)
MiStringSet
.i
- the i-index of the cellj
- the j-index of the cellk
- the k-index of the cellGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com