![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Shape.GaussianShapeAlignmentStartGenerator:Public Member Functions | |
| None | __init__ () |
| Initializes the GaussianShapeAlignmentStartGenerator instance. | |
| int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
| int | setupReference (GaussianShapeFunction func, Math.Matrix4D xform) |
| int | setupAligned (GaussianShapeFunction func, Math.Matrix4D xform) |
| None | setReference (GaussianShapeFunction func, int sym_class) |
| bool | generate (GaussianShapeFunction func, int sym_class) |
| int | getNumStartTransforms () |
| int | getNumStartSubTransforms () |
| Math.Vector7D | getStartTransform (int idx) |
| int | __len__ () |
| Math.Vector7D | __getitem__ (int idx) |
Properties | |
| objectID = property(getObjectID) | |
| numStartSubTransforms = property(getNumStartSubTransforms) | |
| int CDPL.Shape.GaussianShapeAlignmentStartGenerator.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python GaussianShapeAlignmentStartGenerator instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b thus cannot tell reliably whether the two GaussianShapeAlignmentStartGenerator instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID().
| int CDPL.Shape.GaussianShapeAlignmentStartGenerator.setupReference | ( | GaussianShapeFunction | func, |
| Math.Matrix4D | xform | ||
| ) |
| func | |
| xform |
| int CDPL.Shape.GaussianShapeAlignmentStartGenerator.setupAligned | ( | GaussianShapeFunction | func, |
| Math.Matrix4D | xform | ||
| ) |
| func | |
| xform |
| None CDPL.Shape.GaussianShapeAlignmentStartGenerator.setReference | ( | GaussianShapeFunction | func, |
| int | sym_class | ||
| ) |
| func | |
| sym_class |
| bool CDPL.Shape.GaussianShapeAlignmentStartGenerator.generate | ( | GaussianShapeFunction | func, |
| int | sym_class | ||
| ) |
| func | |
| sym_class |
| int CDPL.Shape.GaussianShapeAlignmentStartGenerator.getNumStartTransforms | ( | ) |
| int CDPL.Shape.GaussianShapeAlignmentStartGenerator.getNumStartSubTransforms | ( | ) |
| Math.Vector7D CDPL.Shape.GaussianShapeAlignmentStartGenerator.getStartTransform | ( | int | idx | ) |
| idx |
| int CDPL.Shape.GaussianShapeAlignmentStartGenerator.__len__ | ( | ) |
| Math.Vector7D CDPL.Shape.GaussianShapeAlignmentStartGenerator.__getitem__ | ( | int | idx | ) |
| idx |