Uses of Class
org.sunflow.core.ParameterList.InterpolationType
-
Packages that use ParameterList.InterpolationType Package Description org.sunflow org.sunflow.core org.sunflow.core.parser -
-
Uses of ParameterList.InterpolationType in org.sunflow
Methods in org.sunflow with parameters of type ParameterList.InterpolationType Modifier and Type Method Description protected void
AsciiFileSunflowAPI. writeInterpolationType(ParameterList.InterpolationType interp)
protected void
BinaryFileSunflowAPI. writeInterpolationType(ParameterList.InterpolationType interp)
protected abstract void
FileSunflowAPI. writeInterpolationType(ParameterList.InterpolationType interp)
-
Uses of ParameterList.InterpolationType in org.sunflow.core
Fields in org.sunflow.core declared as ParameterList.InterpolationType Modifier and Type Field Description ParameterList.InterpolationType
ParameterList.FloatParameter. interp
private ParameterList.InterpolationType
ParameterList.Parameter. interp
Methods in org.sunflow.core that return ParameterList.InterpolationType Modifier and Type Method Description static ParameterList.InterpolationType
ParameterList.InterpolationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParameterList.InterpolationType[]
ParameterList.InterpolationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sunflow.core with parameters of type ParameterList.InterpolationType Modifier and Type Method Description void
ParameterList. addFloats(java.lang.String name, ParameterList.InterpolationType interp, float[] data)
Add the specified floats as a parameter.void
ParameterList. addMatrices(java.lang.String name, ParameterList.InterpolationType interp, float[] data)
Add the specified matrices as a parameter.void
ParameterList. addPoints(java.lang.String name, ParameterList.InterpolationType interp, float[] data)
Add the specified points as a parameter.void
ParameterList. addTexCoords(java.lang.String name, ParameterList.InterpolationType interp, float[] data)
Add the specified texture coordinates as a parameter.void
ParameterList. addVectors(java.lang.String name, ParameterList.InterpolationType interp, float[] data)
Add the specified vectors as a parameter.private boolean
ParameterList. isValidParameter(java.lang.String name, ParameterList.ParameterType type, ParameterList.InterpolationType interp, int requestedSize, ParameterList.Parameter p)
Constructors in org.sunflow.core with parameters of type ParameterList.InterpolationType Constructor Description FloatParameter(ParameterList.InterpolationType interp, float[] data)
Parameter(ParameterList.ParameterType type, ParameterList.InterpolationType interp, float[] data)
-
Uses of ParameterList.InterpolationType in org.sunflow.core.parser
Methods in org.sunflow.core.parser that return ParameterList.InterpolationType Modifier and Type Method Description protected abstract ParameterList.InterpolationType
SCAbstractParser. parseInterpolationType()
protected ParameterList.InterpolationType
SCAsciiParser. parseInterpolationType()
protected ParameterList.InterpolationType
SCBinaryParser. parseInterpolationType()
-