public enum CompartmentType extends java.lang.Enum<CompartmentType>
Enum Constant and Description |
---|
ASTROCYLINDERS
DIRECTIONALLY INTEGRATED CYLINDERS
|
ASTROSTICKS
DIRECTIONALLY INTEGRATED STICKS
|
BALL
isotropic diffusion
|
CYLINDERGPD
long-time limit of diffusion constrained by impermeable cylinder
|
DOT
SPHERE OF ZERO RADIUS
|
GAMMADISTRIBRADIICYLINDERS
CYLINDERS WITH GAMMA DISTRIBUTED RADII
|
SPHEREGPD
SPHERE
|
STICK
delta-peaked anisotropy
|
TENSOR
full 3d diffusion tensor
|
ZEPPELIN
cylindrically symmetric tensor
|
Modifier and Type | Field and Description |
---|---|
int |
numParams |
Modifier and Type | Method and Description |
---|---|
static CompartmentType |
getCompartmentType(java.lang.String compartmentName)
returns the type enumeration based on the string handed over.
|
static CompartmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompartmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompartmentType BALL
public static final CompartmentType STICK
public static final CompartmentType CYLINDERGPD
public static final CompartmentType ZEPPELIN
public static final CompartmentType TENSOR
public static final CompartmentType ASTROSTICKS
public static final CompartmentType ASTROCYLINDERS
public static final CompartmentType DOT
public static final CompartmentType SPHEREGPD
public static final CompartmentType GAMMADISTRIBRADIICYLINDERS
public static CompartmentType[] values()
for (CompartmentType c : CompartmentType.values()) System.out.println(c);
public static CompartmentType 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 nullpublic static CompartmentType getCompartmentType(java.lang.String compartmentName)
compartmentName
- name of the compartment