public static enum SubstrateFactory.SubstrateType extends java.lang.Enum<SubstrateFactory.SubstrateType>
Enum Constant and Description |
---|
CELL_PERC
striped lattice
|
CELL_STRIPED |
CYL_1_DISTRIB
parallel fixed radius cylinders in 1 dir
|
CYL_1_FACET
parallel cylinders on inflaming substrate
(randomly positioned, incrementing constant radii)
|
CYL_1_FIXED
percolation cluster
|
CYL_1_INFLAM
parallel distributed radius cylinders in 1 dir
|
CYL_1_MYELIN
randomly placed, parallel, non-overlapping cylinders
|
CYL_1_PERC
facetted cylinders, rather than smooth surfaces
|
CYL_1_STICKY
sen and basser's myelinated cylinder substrates
|
CYL_2_FIXED
sticky cylinder, square packed, parallel to z-axis
|
EMPTY
triangular mesh from PLY file
|
TRI_PLY_MESH
basic crossing fibres
|
Modifier and Type | Method and Description |
---|---|
static SubstrateFactory.SubstrateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubstrateFactory.SubstrateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstrateFactory.SubstrateType CELL_STRIPED
public static final SubstrateFactory.SubstrateType CELL_PERC
public static final SubstrateFactory.SubstrateType CYL_1_FIXED
public static final SubstrateFactory.SubstrateType CYL_1_DISTRIB
public static final SubstrateFactory.SubstrateType CYL_1_INFLAM
public static final SubstrateFactory.SubstrateType CYL_1_FACET
public static final SubstrateFactory.SubstrateType CYL_1_PERC
public static final SubstrateFactory.SubstrateType CYL_1_MYELIN
public static final SubstrateFactory.SubstrateType CYL_1_STICKY
public static final SubstrateFactory.SubstrateType CYL_2_FIXED
public static final SubstrateFactory.SubstrateType TRI_PLY_MESH
public static final SubstrateFactory.SubstrateType EMPTY
public static SubstrateFactory.SubstrateType[] values()
for (SubstrateFactory.SubstrateType c : SubstrateFactory.SubstrateType.values()) System.out.println(c);
public static SubstrateFactory.SubstrateType 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 null