public interface MiCellFilterIjk extends MiCellFilter
This class specifies the interface used for filtering cells on structured
volume meshes.
Filtering cells is a way to specify which cells are used to build the mesh
representation.
When the method acceptCell returns false, the cell specified
by the indices (i,j,k) is not taken into account by the extraction.
It is as if the mesh does not contain this cell.
In order to define a custom cell filter for a structured volume mesh, create a class derived from this class.
MoCellFilter| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptCell(int i,
int j,
int k)
Checks if the cell is accepted.
|
getTimeStampGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com