Class ConstraintParentChildOther

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

public class ConstraintParentChildOther
extends java.lang.Object
implements ITreeMotionConstraint


Constructor Summary
ConstraintParentChildOther()
           
ConstraintParentChildOther(ConstraintParentChildOther src)
           
ConstraintParentChildOther(double lfRad)
           
 
Method Summary
 ITreeMotionConstraint makeCopy()
           
 IControlFunc modifyFunc(IControlFunc funcIn, double[] arrLfState, int nIdxOff, 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

ConstraintParentChildOther

public ConstraintParentChildOther()

ConstraintParentChildOther

public ConstraintParentChildOther(double lfRad)

ConstraintParentChildOther

public ConstraintParentChildOther(ConstraintParentChildOther src)
Method Detail

makeCopy

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

modifyFunc

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