public enum CellStorageLayout extends java.lang.Enum<CellStorageLayout>
Enum Constant and Description |
---|
I_MAX_FIRST
The vertices of each hexahedron are numbered as follows :
The first 4 vertices define the "right" face of the hexahedron.
|
I_MIN_FIRST
The vertices of each hexahedron are numbered as follows :
The first 4 vertices define the "left" face of the hexahedron.
|
J_MAX_FIRST
The vertices of each hexahedron are numbered as follows :
The first 4 vertices define the "front" face of the hexahedron.
|
J_MIN_FIRST
The vertices of each hexahedron are numbered as follows :
The first 4 vertices define the "back" face of the hexahedron.
|
K_MAX_FIRST
The vertices of each hexahedron are numbered as follows :
The first 4 vertices define the "top" face of the hexahedron.
|
K_MIN_FIRST
The vertices of each hexahedron are numbered as follows :
The first 4 vertices define the "bottom" face of the hexahedron.
|
Modifier and Type | Method and Description |
---|---|
static CellStorageLayout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CellStorageLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellStorageLayout I_MIN_FIRST
Vertices numbering:
J | | n1----------n5 /| /| / | / | / | / | n2---------n6 | | | | | | n0----|-----n4 --- I | / | / | / | / |/ | / n3---------n7 / / K
public static final CellStorageLayout I_MAX_FIRST
Vertices numbering:
J | | n5----------n1 /| /| / | / | / | / | n6---------n2 | | | | | | n4----|-----n0 --- I | / | / | / | / |/ | / n7---------n3 / / K
public static final CellStorageLayout J_MIN_FIRST
Vertices numbering:
J | | n4----------n7 /| /| / | / | / | / | n5---------n6 | | | | | | n0----|-----n3 --- I | / | / | / | / |/ | / n1---------n2 / / K
public static final CellStorageLayout J_MAX_FIRST
Vertices numbering:
J | | n0----------n3 /| /| / | / | / | / | n1---------n2 | | | | | | n4----|-----n7 --- I | / | / | / | / |/ | / n5---------n6 / / K
public static final CellStorageLayout K_MIN_FIRST
Vertices numbering:
J | | n3----------n2 /| /| / | / | / | / | n7---------n6 | | | | | | n0----|-----n1 --- I | / | / | / | / |/ | / n4---------n5 / / K
public static final CellStorageLayout K_MAX_FIRST
Vertices numbering:
J | | n7----------n6 /| /| / | / | / | / | n3---------n2 | | | | | | n4----|-----n5 --- I | / | / | / | / |/ | / n0---------n1 / / K
public static CellStorageLayout[] values()
for (CellStorageLayout c : CellStorageLayout.values()) System.out.println(c);
public static CellStorageLayout 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 January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com