Class HelicalRepeatUnit
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.core.HelicalRepeatUnit
-
public class HelicalRepeatUnit extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HelicalRepeatUnit(QuatSymmetrySubunits subunits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.Integer[],java.lang.Integer>
getInteractingRepeatUnits()
java.util.List<javax.vecmath.Point3d>
getRepeatUnitCenters()
java.util.List<java.util.List<java.lang.Integer>>
getRepeatUnitIndices()
java.util.List<javax.vecmath.Point3d[]>
getRepeatUnits()
-
-
-
Constructor Detail
-
HelicalRepeatUnit
public HelicalRepeatUnit(QuatSymmetrySubunits subunits)
-
-
Method Detail
-
getRepeatUnitCenters
public java.util.List<javax.vecmath.Point3d> getRepeatUnitCenters()
-
getRepeatUnits
public java.util.List<javax.vecmath.Point3d[]> getRepeatUnits()
-
getRepeatUnitIndices
public java.util.List<java.util.List<java.lang.Integer>> getRepeatUnitIndices()
-
getInteractingRepeatUnits
public java.util.Map<java.lang.Integer[],java.lang.Integer> getInteractingRepeatUnits()
-
-