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