public static enum MoMeshVizDataMapping.CellFilterType extends java.lang.Enum<MoMeshVizDataMapping.CellFilterType>
| Enum Constant and Description |
|---|
CELL_FILTER_I
Cell Filter for unstructured meshes
|
CELL_FILTER_IJ
Cell Filter for structured surface meshes
|
CELL_FILTER_IJK
Cell Filter for structured volume meshes
|
UNDEFINED_CELL_FILTER
Cell Filter not defined
|
| Modifier and Type | Method and Description |
|---|---|
static MoMeshVizDataMapping.CellFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoMeshVizDataMapping.CellFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoMeshVizDataMapping.CellFilterType CELL_FILTER_I
public static final MoMeshVizDataMapping.CellFilterType CELL_FILTER_IJ
public static final MoMeshVizDataMapping.CellFilterType CELL_FILTER_IJK
public static final MoMeshVizDataMapping.CellFilterType UNDEFINED_CELL_FILTER
public static MoMeshVizDataMapping.CellFilterType[] values()
for (MoMeshVizDataMapping.CellFilterType c : MoMeshVizDataMapping.CellFilterType.values()) System.out.println(c);
public static MoMeshVizDataMapping.CellFilterType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com