Uses of Class
plugins.big.bigsnakeutils.process.process1D.BSplineBasis.BSplineBasisType

Packages that use BSplineBasis.BSplineBasisType
plugins.big.bigsnakeutils.process.process1D   
 

Uses of BSplineBasis.BSplineBasisType in plugins.big.bigsnakeutils.process.process1D
 

Methods in plugins.big.bigsnakeutils.process.process1D that return BSplineBasis.BSplineBasisType
static BSplineBasis.BSplineBasisType BSplineBasis.BSplineBasisType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BSplineBasis.BSplineBasisType[] BSplineBasis.BSplineBasisType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.