|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.texture.ConstantParameterValue
public class ConstantParameterValue
This class defines a scalar parameter which is constant over the surface of a mesh.
Constructor Summary | |
---|---|
ConstantParameterValue(java.io.DataInputStream in)
Reconstruct a serialized object. |
|
ConstantParameterValue(double val)
Create a new ConstantParameterValue object. |
Method Summary | |
---|---|
ParameterValue |
duplicate()
Create a duplicate of this object. |
boolean |
equals(java.lang.Object o)
Determine whether this object represents the same value as another one. |
double |
getAverageValue()
Get the average value of the parameter over the entire surface. |
double |
getValue()
Get the constant parameter value. |
double |
getValue(int tri,
int v1,
int v2,
int v3,
double u,
double v,
double w)
Get the value of the parameter at a particular point in a particular triangle. |
void |
setValue(double val)
Set the constant parameter value. |
void |
writeToStream(java.io.DataOutputStream out)
Write out a serialized representation of this object to a stream. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstantParameterValue(double val)
public ConstantParameterValue(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public double getValue()
public void setValue(double val)
public double getValue(int tri, int v1, int v2, int v3, double u, double v, double w)
getValue
in interface ParameterValue
public double getAverageValue()
getAverageValue
in interface ParameterValue
public ParameterValue duplicate()
duplicate
in interface ParameterValue
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void writeToStream(java.io.DataOutputStream out) throws java.io.IOException
writeToStream
in interface ParameterValue
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |