Uses of Interface
com.actelion.research.chem.alignment3d.transformation.Transformation
-
-
Uses of Transformation in com.actelion.research.chem.alignment3d.transformation
Classes in com.actelion.research.chem.alignment3d.transformation that implement Transformation Modifier and Type Class Description class
Rotation
class
Scaling
class
TransformationSequence
class
Translation
Methods in com.actelion.research.chem.alignment3d.transformation that return Transformation Modifier and Type Method Description static Transformation
Transformation. decode(java.lang.String s)
Methods in com.actelion.research.chem.alignment3d.transformation that return types with arguments of type Transformation Modifier and Type Method Description java.util.List<Transformation>
TransformationSequence. getTransformations()
Methods in com.actelion.research.chem.alignment3d.transformation with parameters of type Transformation Modifier and Type Method Description void
TransformationSequence. addTransformation(Transformation transformation)
-
Uses of Transformation in com.actelion.research.chem.docking.shape
Constructors in com.actelion.research.chem.docking.shape with parameters of type Transformation Constructor Description ShapeDocking(ShapeVolume negRecImage, Transformation transformation)
-
Uses of Transformation in com.actelion.research.chem.phesa
Methods in com.actelion.research.chem.phesa that return types with arguments of type Transformation Modifier and Type Method Description java.util.List<Transformation>
DescriptorHandlerShape. getPreProcessTransformations()
Methods in com.actelion.research.chem.phesa with parameters of type Transformation Modifier and Type Method Description void
Gaussian3D. transform(Transformation transform)
void
ShapeVolume. transform(Transformation transform)
protected void
MolecularVolume. transformGaussians(Transformation transform)
protected void
ShapeVolume. transformGaussians(Transformation transform)
protected static void
ShapeVolume. transformGaussians(java.util.List<? extends Gaussian3D> gaussians, Transformation transform)
-
Uses of Transformation in com.actelion.research.chem.phesa.pharmacophore.pp
Methods in com.actelion.research.chem.phesa.pharmacophore.pp with parameters of type Transformation Modifier and Type Method Description default void
IPharmacophorePoint. applyTransformation(Transformation transform)
void
PPGaussian. transform(Transformation transformation)
-