artisynth.core.materials
Class QLVState

java.lang.Object
  extended by artisynth.core.materials.ViscoelasticState
      extended by artisynth.core.materials.QLVState

public class QLVState
extends ViscoelasticState

Stores state information for QLV (Quasi-Linear Viscoelastic Behavior)


Constructor Summary
QLVState()
           
 
Method Summary
 void getState(DataBuffer data)
          Stores the state data in a DataBuffer
 int getStateSize()
           
 void setState(DataBuffer data)
          Sets the state data from a buffer of doubles.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QLVState

public QLVState()
Method Detail

getStateSize

public int getStateSize()
Specified by:
getStateSize in class ViscoelasticState

getState

public void getState(DataBuffer data)
Stores the state data in a DataBuffer

Specified by:
getState in class ViscoelasticState

setState

public void setState(DataBuffer data)
Sets the state data from a buffer of doubles.

Specified by:
setState in class ViscoelasticState