artisynth.core.probes
Class NumericProbeVariable

java.lang.Object
  extended by artisynth.core.probes.NumericProbeVariable

public class NumericProbeVariable
extends java.lang.Object

Contains information related to the input or output channels of a probe.


Constructor Summary
NumericProbeVariable(int dimension)
           
NumericProbeVariable(NumericProbeVariable var)
           
 
Method Summary
 int getDimension()
           
 java.lang.Object getValue()
           
 double[] getValues()
           
 void getValues(double[] vals)
           
 void setDimension(int d)
           
 void setValues(double[] buf)
           
 void setValues(double[] buf, int offset)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericProbeVariable

public NumericProbeVariable(int dimension)

NumericProbeVariable

public NumericProbeVariable(NumericProbeVariable var)
Method Detail

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)