artisynth.core.probes
Class NumericProbeVariable
java.lang.Object
artisynth.core.probes.NumericProbeVariable
public class NumericProbeVariable
- extends java.lang.Object
Contains information related to the input or output channels of a probe.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NumericProbeVariable
public NumericProbeVariable(int dimension)
NumericProbeVariable
public NumericProbeVariable(NumericProbeVariable var)
setDimension
public void setDimension(int d)
getDimension
public int getDimension()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getValues
public double[] getValues()
getValues
public void getValues(double[] vals)
getValue
public java.lang.Object getValue()
setValues
public void setValues(double[] buf)
setValues
public void setValues(double[] buf,
int offset)