Uses of Class
ProGAL.proteins.belta.PDBFile

Packages that use PDBFile
ProGAL.proteins.beltaStructure.sheet   
ProGAL.proteins.viewer   
 

Uses of PDBFile in ProGAL.proteins.beltaStructure.sheet
 

Constructors in ProGAL.proteins.beltaStructure.sheet with parameters of type PDBFile
SheetAlignment(SheetTopology sTop, PDBFile f)
           
 

Uses of PDBFile in ProGAL.proteins.viewer
 

Fields in ProGAL.proteins.viewer declared as PDBFile
 PDBFile PDBFileViewer.pdbFile
           
 

Methods in ProGAL.proteins.viewer with parameters of type PDBFile
 void PDBFileViewer.displayStructure(PDBFile f)
           
 

Constructors in ProGAL.proteins.viewer with parameters of type PDBFile
PDBFileViewer(PDBFile f)