public interface MeXTopologyIj extends MiTopologyIj
A generic interface for an extracted structured implicit surface mesh
topology.
Cells are all implicitly defined as quadrangles 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 |
|---|---|
long |
getInputCellIdI(long i,
long j)
Returns the I cell indice of the input cell containing the extracted cell
with the given id.
|
long |
getInputCellIdJ(long i,
long j)
Returns the J cell indice of the input cell containing the extracted cell
with the given id.
|
long |
getInputCellIdK(long i,
long j)
Returns the K cell indice of the input cell containing the extracted cell
with the given id.
|
boolean |
hasInputCellMapping()
Returns
true if the input cell mapping is available. |
getCellName, getNumCellsI, getNumCellsJ, isDeadgetTimeStamp, hasDeadCellsboolean hasInputCellMapping()
true if the input cell mapping is available. If
false, the getInputCellId() methods must be ignored.true if the input cell mapping is availablelong getInputCellIdI(long i,
long j)
This defines a mapping between extracted cells and input cells if the
hasInputCellMapping() method returns true, otherwise these
methods return
MxMeshViz.UNDEFINED_ID.
i - the i-index of the cell to checkj - the j-index of the cell to checklong getInputCellIdJ(long i,
long j)
This defines a mapping between extracted cells and input cells if the
hasInputCellMapping() method returns true, otherwise these
methods return
MxMeshViz.UNDEFINED_ID.
i - the i-index of the cell to checkj - the j-index of the cell to checklong getInputCellIdK(long i,
long j)
This defines a mapping between extracted cells and input cells if the
hasInputCellMapping() method returns true, otherwise these
methods return
MxMeshViz.UNDEFINED_ID.
i - the i-index of the cell to checkj - the j-index of the cell to checkGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com