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 classRotationclassScalingclassTransformationSequenceclassTranslationMethods in com.actelion.research.chem.alignment3d.transformation that return Transformation Modifier and Type Method Description static TransformationTransformation. 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 voidTransformationSequence. 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 voidGaussian3D. transform(Transformation transform)voidShapeVolume. transform(Transformation transform)protected voidMolecularVolume. transformGaussians(Transformation transform)protected voidShapeVolume. transformGaussians(Transformation transform)protected static voidShapeVolume. 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 voidIPharmacophorePoint. applyTransformation(Transformation transform)voidPPGaussian. transform(Transformation transformation)
-