Package edu.duke.cs.osprey.confspace
Class VoxelShape
java.lang.Object
edu.duke.cs.osprey.confspace.VoxelShape
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VoxelShape.Point,VoxelShape.Rect
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intcountDihedralDOFs(ResidueTemplate template) abstract SimpleConfSpace.DofTypesabstract ObjectiveFunction.DofBoundsmakeDihedralBounds(ResidueTemplate template, int rotamerIndex) make bounds for degrees of freedom for the residue in its current state (ie, ignore possible mutations)abstract List<DegreeOfFreedom>makeDihedralDOFs(Residue res) make degrees of freedom for the residue in its current state (ie, ignore possible mutations)
-
Field Details
-
DefaultHalfWidthDegrees
public static final double DefaultHalfWidthDegrees- See Also:
-
-
Constructor Details
-
VoxelShape
public VoxelShape()
-
-
Method Details
-
countDihedralDOFs
-
makeDihedralDOFs
make degrees of freedom for the residue in its current state (ie, ignore possible mutations) -
makeDihedralBounds
public abstract ObjectiveFunction.DofBounds makeDihedralBounds(ResidueTemplate template, int rotamerIndex) make bounds for degrees of freedom for the residue in its current state (ie, ignore possible mutations) -
getDofTypes
-