org.simtk.toon.secstruct
Class BasePosition

java.lang.Object
  extended by org.simtk.toon.secstruct.BasePosition

public class BasePosition
extends java.lang.Object


Constructor Summary
BasePosition(Residue r, Vector2D pos)
           
 
Method Summary
 Residue getResidue()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePosition

public BasePosition(Residue r,
                    Vector2D pos)
Method Detail

getX

public double getX()

getY

public double getY()

getResidue

public Residue getResidue()