Uses of Class
RdcPanda.Goal.TreePdb

Packages that use Goal.TreePdb
RdcPanda   
 

Uses of Goal.TreePdb in RdcPanda
 

Methods in RdcPanda with parameters of type Goal.TreePdb
 void Goal.TreePdb.AddChildPdb(Goal.TreePdb child)
           
 void Goal.TreePdb.SetParenPdb(Goal.TreePdb pare)
           
 

Method parameters in RdcPanda with type arguments of type Goal.TreePdb
 void Goal.PlaneClustering(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecNextTreePdb)
          clustering the first peptide plane, including ca, n, hn atoms.
 void Goal.PlaneClustering(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecNextTreePdb)
          clustering the first peptide plane, including ca, n, hn atoms.
 void Goal.PlaneClusteringAndTopSelection(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecNextTreePdb, int topNum)
          clustering the first peptide plane, including ca, n, hn atoms, and selecting the top planes.
 void Goal.PlaneClusteringAndTopSelection(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecNextTreePdb, int topNum)
          clustering the first peptide plane, including ca, n, hn atoms, and selecting the top planes.
 void Goal.PlaneClusteringAndTopSelectionNOEs(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecNextTreePdb, int topNum, int noStart, boolean isForward)
          clustering the first peptide plane, including ca, n, hn atoms, and selecting the top planes.
 void Goal.PlaneClusteringAndTopSelectionNOEs(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecNextTreePdb, int topNum, int noStart, boolean isForward)
          clustering the first peptide plane, including ca, n, hn atoms, and selecting the top planes.
 void Goal.PlaneClusteringBackward(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecPreTreePdb)
          clustering the first peptide plane, including ca, n, hn atoms.
 void Goal.PlaneClusteringBackward(double resol, java.util.Vector<Goal.TreePdb> vecCurTreePdb, java.util.Vector<Goal.TreePdb> vecPreTreePdb)
          clustering the first peptide plane, including ca, n, hn atoms.
 

Constructors in RdcPanda with parameters of type Goal.TreePdb
Goal.TreePdb(Goal.TreePdb old)
           
Goal.TreePdb(int No, java.lang.String res, java.util.Vector aa, java.util.Vector pare, Goal.TreePdb child)
           
Goal.TreePdb(Pdb pp, java.util.Vector pare, Goal.TreePdb child)