Class ConstraintDoNothing

java.lang.Object
  extended by ConstraintDoNothing
All Implemented Interfaces:
ITreeMotionConstraint

public class ConstraintDoNothing
extends java.lang.Object
implements ITreeMotionConstraint


Constructor Summary
ConstraintDoNothing()
           
 
Method Summary
 ITreeMotionConstraint makeCopy()
           
 IControlFunc modifyFunc(IControlFunc funcIn, double[] arrLfState, int idxOff, TreeConstraintState stateParent, java.util.Iterator<TreeConstraintState> iterChildStates, java.util.Iterator<TreeConstraintState> iterOtherRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintDoNothing

public ConstraintDoNothing()
Method Detail

modifyFunc

public IControlFunc modifyFunc(IControlFunc funcIn,
                               double[] arrLfState,
                               int idxOff,
                               TreeConstraintState stateParent,
                               java.util.Iterator<TreeConstraintState> iterChildStates,
                               java.util.Iterator<TreeConstraintState> iterOtherRoot)
Specified by:
modifyFunc in interface ITreeMotionConstraint

makeCopy

public ITreeMotionConstraint makeCopy()
Specified by:
makeCopy in interface ITreeMotionConstraint