![]() |
Chemical Data Processing Library Python API - Version 1.1.1
|
Contains classes and functions related to molecular shape representation and processing. More...
Contains classes and functions related to molecular shape representation and processing.
float CDPL.Shape.calcTanimotoComboScore | ( | AlignmentResult | res | ) |
res |
float CDPL.Shape.calcTverskyComboScore | ( | AlignmentResult | res, |
float | alpha = 0.95 , |
||
float | beta = 0.05 |
||
) |
res | |
alpha | |
beta |
float CDPL.Shape.calcAlignedTverskyComboScore | ( | AlignmentResult | res, |
float | beta = 0.95 |
||
) |
res | |
beta |
float CDPL.Shape.calcReferenceTverskyComboScore | ( | AlignmentResult | res, |
float | alpha = 0.95 |
||
) |
res | |
alpha |
float CDPL.Shape.calcShapeTanimotoScore | ( | AlignmentResult | res | ) |
res |
float CDPL.Shape.calcTotalOverlapTanimotoScore | ( | AlignmentResult | res | ) |
res |
float CDPL.Shape.calcColorTanimotoScore | ( | AlignmentResult | res | ) |
res |
float CDPL.Shape.calcShapeTverskyScore | ( | AlignmentResult | res, |
float | alpha = 0.95 , |
||
float | beta = 0.05 |
||
) |
res | |
alpha | |
beta |
float CDPL.Shape.calcAlignedShapeTverskyScore | ( | AlignmentResult | res, |
float | beta = 0.95 |
||
) |
res | |
beta |
float CDPL.Shape.calcReferenceShapeTverskyScore | ( | AlignmentResult | res, |
float | alpha = 0.95 |
||
) |
res | |
alpha |
float CDPL.Shape.calcTotalOverlapTverskyScore | ( | AlignmentResult | res, |
float | alpha = 0.95 , |
||
float | beta = 0.05 |
||
) |
res | |
alpha | |
beta |
float CDPL.Shape.calcAlignedTotalOverlapTverskyScore | ( | AlignmentResult | res, |
float | beta = 0.95 |
||
) |
res | |
beta |
float CDPL.Shape.calcReferenceTotalOverlapTverskyScore | ( | AlignmentResult | res, |
float | alpha = 0.95 |
||
) |
res | |
alpha |
float CDPL.Shape.calcColorTverskyScore | ( | AlignmentResult | res, |
float | alpha = 0.95 , |
||
float | beta = 0.05 |
||
) |
res | |
alpha | |
beta |
float CDPL.Shape.calcAlignedColorTverskyScore | ( | AlignmentResult | res, |
float | beta = 0.95 |
||
) |
res | |
beta |
float CDPL.Shape.calcReferenceColorTverskyScore | ( | AlignmentResult | res, |
float | alpha = 0.95 |
||
) |
res | |
alpha |
None CDPL.Shape.generateGaussianShape | ( | Chem.AtomContainer | atoms, |
GaussianShape | shape, | ||
bool | append = False , |
||
float | radius = -1.0 , |
||
bool | inc_h = False , |
||
float | p = 2.7 |
||
) |
atoms | |
shape | |
append | |
radius | |
inc_h | |
p |
None CDPL.Shape.generateGaussianShape | ( | Chem.AtomContainer | atoms, |
GaussianShape | shape, | ||
Chem.Atom3DCoordinatesFunction | coords_func, | ||
bool | append = False , |
||
float | radius = -1.0 , |
||
bool | inc_h = False , |
||
float | p = 2.7 |
||
) |
atoms | |
shape | |
coords_func | |
append | |
radius | |
inc_h | |
p |
None CDPL.Shape.generateGaussianShape | ( | Pharm.FeatureContainer | features, |
GaussianShape | shape, | ||
bool | append = False , |
||
float | radius = -1.0 , |
||
bool | inc_xv = False , |
||
float | p = 5.0 |
||
) |
features | |
shape | |
append | |
radius | |
inc_xv | |
p |
int CDPL.Shape.calcCenterAlignmentTransforms | ( | GaussianShapeFunction | func, |
Math.Matrix4D | to_ctr_xform, | ||
Math.Matrix4D | from_ctr_xform, | ||
float | mom_eq_thresh = 0.15 |
||
) |
func | |
to_ctr_xform | |
from_ctr_xform | |
mom_eq_thresh |
None CDPL.Shape.transform | ( | GaussianShape | shape, |
Math.Matrix4D | xform | ||
) |
shape | |
xform |
int CDPL.Shape.centerAndAlignPrincipalAxes | ( | GaussianShape | shape, |
GaussianShapeFunction | func, | ||
Math.Matrix4D | back_xform, | ||
float | mom_eq_thresh = 0.15 |
||
) |
shape | |
func | |
back_xform | |
mom_eq_thresh |
None CDPL.Shape.calcQuadrupoleTensorEigenDecomposition | ( | Math.Matrix3D | quad_tensor, |
Math.Matrix3D | eigen_vecs, | ||
Math.Vector3D | eigen_vals | ||
) |
quad_tensor | |
eigen_vecs | |
eigen_vals |
None CDPL.Shape.calcPrincipalAxes | ( | Math.Matrix3D | quad_tensor, |
Math.Vector3D | x_axis, | ||
Math.Vector3D | y_axis, | ||
Math.Vector3D | z_axis, | ||
Math.Vector3D | moments | ||
) |
quad_tensor | |
x_axis | |
y_axis | |
z_axis | |
moments |
None CDPL.Shape.matrixToQuaternion | ( | Math.Matrix4D | mtx, |
Math.Vector7D | quat | ||
) |
mtx | |
quat |
int CDPL.Shape.perceiveSymmetryClass | ( | Math.Vector3D | moments, |
float | eq_thresh = 0.15 |
||
) |
moments | |
eq_thresh |
None CDPL.Shape.quaternionToMatrix | ( | Math.Vector7D | quat, |
Math.Matrix4D | mtx | ||
) |
quat | |
mtx |