Uses of Class
com.actelion.research.chem.phesa.PheSAAlignment.axis
-
Packages that use PheSAAlignment.axis Package Description com.actelion.research.chem.phesa -
-
Uses of PheSAAlignment.axis in com.actelion.research.chem.phesa
Methods in com.actelion.research.chem.phesa that return PheSAAlignment.axis Modifier and Type Method Description static PheSAAlignment.axis
PheSAAlignment.axis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PheSAAlignment.axis[]
PheSAAlignment.axis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.actelion.research.chem.phesa with parameters of type PheSAAlignment.axis Modifier and Type Method Description protected void
MolecularVolume. rotate180DegreeAroundAxis(PheSAAlignment.axis a)
protected void
ShapeVolume. rotate180DegreeAroundAxis(PheSAAlignment.axis a)
static void
PheSAAlignment. rotateCoordsAroundAxis180(Coordinates coords, PheSAAlignment.axis a)
protected static void
ShapeVolume. rotateGaussians180DegreeAroundAxis(java.util.List<? extends Gaussian3D> gaussians, PheSAAlignment.axis a)
static void
PheSAAlignment. rotateMolAroundAxis180(Conformer conf, PheSAAlignment.axis a)
-