Uses of Class
RdcPanda.Cartesian

Packages that use Cartesian
RdcPanda   
 

Uses of Cartesian in RdcPanda
 

Methods in RdcPanda that return Cartesian
 Cartesian Hdist.getFirstCart()
          Gets the first cart.
 Cartesian Hdist.getSecondCart()
          Gets the second cart.
 

Methods in RdcPanda with parameters of type Cartesian
 void Nasca.Node.AddCoord(Cartesian coord)
           
 void Nasca.AddProtonCoordinates(int resID, java.lang.String resName, java.lang.String atomName, Cartesian coord, java.util.Vector vecOldGraph)
          add the coordinates of a proton into the graph
 boolean Pdb.isInPointClusters(java.util.Vector vecPoints, Cartesian cc, double rmsThreshold)
          tell whether a point is within the clusters of previous ensemble.
 double Cartesian.measureDist(Cartesian ccA, Cartesian ccB)
          Measure distance between points in 3D.
 

Constructors in RdcPanda with parameters of type Cartesian
Hdist(Cartesian firstH)
          Instantiates a new hdist.
Hdist(Cartesian firstH, Cartesian secondH, double dis)
          Instantiates a new hdist.
Hdist(Cartesian firstH, int firstNo)
          Instantiates a new hdist.
Hdist(Cartesian firstH, int firstNo, Cartesian secondH, int secondNo)
          Instantiates a new hdist.
Hdist(Cartesian firstH, int firstNo, Cartesian secondH, int secondNo, double dis)
          Instantiates a new hdist.
Hdist(Cartesian firstH, int firstNo, java.lang.String atom1, Cartesian secondH, int secondNo, java.lang.String atom2, double dis)
          Instantiates a new hdist.
Hdist(Cartesian firstH, int firstNo, java.lang.String res1, java.lang.String atom1, Cartesian secondH, int secondNo, java.lang.String res2, java.lang.String atom2, double dis)
          Instantiates a new hdist.