ProGAL.proteins.beltaStructure
Class CanonicalSheet

java.lang.Object
  extended by ProGAL.proteins.beltaStructure.CanonicalSheet

public class CanonicalSheet
extends java.lang.Object


Field Summary
 SheetTopology sheetTopology
           
 
Constructor Summary
CanonicalSheet(SheetTopology st)
           
 
Method Summary
static CanonicalSheet createFromPDB(PDBFile pdbFile, SheetTopology st)
           
static void main(java.lang.String[] args)
           
 Point strandCenter(int strand)
           
 Vector strandOrientation(int strand)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sheetTopology

public final SheetTopology sheetTopology
Constructor Detail

CanonicalSheet

public CanonicalSheet(SheetTopology st)
Method Detail

strandCenter

public Point strandCenter(int strand)

strandOrientation

public Vector strandOrientation(int strand)

createFromPDB

public static CanonicalSheet createFromPDB(PDBFile pdbFile,
                                           SheetTopology st)

main

public static void main(java.lang.String[] args)