public static enum btSoftBodySolver.SolverTypes extends Enum<btSoftBodySolver.SolverTypes>
| Enum Constant and Description |
|---|
CL_SIMD_SOLVER |
CL_SOLVER |
CPU_SOLVER |
DEFAULT_SOLVER |
DEFORMABLE_SOLVER |
DX_SIMD_SOLVER |
DX_SOLVER |
REDUCED_DEFORMABLE_SOLVER |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
btSoftBodySolver.SolverTypes |
intern() |
String |
toString() |
static btSoftBodySolver.SolverTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static btSoftBodySolver.SolverTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final btSoftBodySolver.SolverTypes DEFAULT_SOLVER
public static final btSoftBodySolver.SolverTypes CPU_SOLVER
public static final btSoftBodySolver.SolverTypes CL_SOLVER
public static final btSoftBodySolver.SolverTypes CL_SIMD_SOLVER
public static final btSoftBodySolver.SolverTypes DX_SOLVER
public static final btSoftBodySolver.SolverTypes DX_SIMD_SOLVER
public static final btSoftBodySolver.SolverTypes DEFORMABLE_SOLVER
public static final btSoftBodySolver.SolverTypes REDUCED_DEFORMABLE_SOLVER
public static btSoftBodySolver.SolverTypes[] values()
for (btSoftBodySolver.SolverTypes c : btSoftBodySolver.SolverTypes.values()) System.out.println(c);
public static btSoftBodySolver.SolverTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic btSoftBodySolver.SolverTypes intern()
public String toString()
toString in class Enum<btSoftBodySolver.SolverTypes>Copyright © 2024. All rights reserved.