Class GetDistanceMatrix
- java.lang.Object
-
- org.biojava.nbio.structure.domain.pdp.GetDistanceMatrix
-
public class GetDistanceMatrix extends Object
-
-
Constructor Summary
Constructors Constructor Description GetDistanceMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDPDistanceMatrix
getDistanceMatrix(Atom[] protein)
A set of Calpha atoms that are representing the protein
-
-
-
Constructor Detail
-
GetDistanceMatrix
public GetDistanceMatrix()
-
-
Method Detail
-
getDistanceMatrix
public PDPDistanceMatrix getDistanceMatrix(Atom[] protein) throws StructureException
A set of Calpha atoms that are representing the protein- Parameters:
protein
-- Throws:
StructureException
-
-