Package | Description |
---|---|
org.biojava.nbio.structure.symmetry.core |
Modifier and Type | Method and Description |
---|---|
SymmetryPerceptionMethod |
QuatSymmetryResults.getMethod() |
static SymmetryPerceptionMethod |
SymmetryPerceptionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymmetryPerceptionMethod[] |
SymmetryPerceptionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QuatSymmetryResults(Stoichiometry stoichiometry,
HelixLayers helixLayers,
SymmetryPerceptionMethod method)
Constructor for roto-translational symmetries.
|
QuatSymmetryResults(Stoichiometry stoichiometry,
RotationGroup rotationGroup,
SymmetryPerceptionMethod method)
Constructor for rotational symmetries.
|
Copyright © 2000–2019 BioJava. All rights reserved.