![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Shape.FastGaussianShapeAlignment:| None CDPL.Shape.FastGaussianShapeAlignment.__init__ | ( | GaussianShape | ref_shape | ) |
Initializes the FastGaussianShapeAlignment instance.
| ref_shape |
| None CDPL.Shape.FastGaussianShapeAlignment.__init__ | ( | GaussianShapeSet | ref_shapes | ) |
Initializes the FastGaussianShapeAlignment instance.
| ref_shapes |
| int CDPL.Shape.FastGaussianShapeAlignment.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python FastGaussianShapeAlignment 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 FastGaussianShapeAlignment 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().
| None CDPL.Shape.FastGaussianShapeAlignment.setResultCompareFunction | ( | BoolAlignmentResult2Functor | func | ) |
| func |
| BoolAlignmentResult2Functor CDPL.Shape.FastGaussianShapeAlignment.getResultCompareFunction | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setScoringFunction | ( | DoubleAlignmentResultFunctor | func | ) |
| func |
| DoubleAlignmentResultFunctor CDPL.Shape.FastGaussianShapeAlignment.getScoringFunction | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setResultSelectionMode | ( | int | mode | ) |
| mode |
| int CDPL.Shape.FastGaussianShapeAlignment.getResultSelectionMode | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setMaxNumOptimizationIterations | ( | int | max_iter | ) |
| max_iter |
| int CDPL.Shape.FastGaussianShapeAlignment.getMaxNumOptimizationIterations | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setOptimizationStopGradient | ( | float | grad_norm | ) |
| grad_norm |
| float CDPL.Shape.FastGaussianShapeAlignment.getOptimizationStopGradient | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.performAlignment | ( | bool | perf_align | ) |
| perf_align |
| bool CDPL.Shape.FastGaussianShapeAlignment.performAlignment | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.optimizeOverlap | ( | bool | optimize | ) |
| optimize |
| bool CDPL.Shape.FastGaussianShapeAlignment.optimizeOverlap | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.greedyOptimization | ( | bool | greedy | ) |
| greedy |
| bool CDPL.Shape.FastGaussianShapeAlignment.greedyOptimization | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setSymmetryThreshold | ( | float | thresh | ) |
| thresh |
| float CDPL.Shape.FastGaussianShapeAlignment.getSymmetryThreshold | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.genShapeCenterStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.FastGaussianShapeAlignment.genShapeCenterStarts | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.genColorCenterStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.FastGaussianShapeAlignment.genColorCenterStarts | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.genNonColorCenterStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.FastGaussianShapeAlignment.genNonColorCenterStarts | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.genRandomStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.FastGaussianShapeAlignment.genRandomStarts | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.genForAlignedShapeCenters | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.FastGaussianShapeAlignment.genForAlignedShapeCenters | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.genForReferenceShapeCenters | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.FastGaussianShapeAlignment.genForReferenceShapeCenters | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.genForLargerShapeCenters | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.FastGaussianShapeAlignment.genForLargerShapeCenters | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setMaxRandomTranslation | ( | float | max_trans | ) |
| max_trans |
| float CDPL.Shape.FastGaussianShapeAlignment.getMaxRandomTranslation | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setNumRandomStarts | ( | int | num_starts | ) |
| num_starts |
| int CDPL.Shape.FastGaussianShapeAlignment.getNumRandomStarts | ( | ) |
| None CDPL.Shape.FastGaussianShapeAlignment.setRandomSeed | ( | int | seed | ) |
| seed |
| None CDPL.Shape.FastGaussianShapeAlignment.addReferenceShape | ( | GaussianShape | shape, |
| bool | new_set = True |
||
| ) |
| shape | |
| new_set |
| None CDPL.Shape.FastGaussianShapeAlignment.addReferenceShapes | ( | GaussianShapeSet | shapes, |
| bool | new_set = True |
||
| ) |
| shapes | |
| new_set |
| int CDPL.Shape.FastGaussianShapeAlignment.getNumReferenceShapes | ( | ) |
| bool CDPL.Shape.FastGaussianShapeAlignment.align | ( | GaussianShape | shape | ) |
| shape |
| bool CDPL.Shape.FastGaussianShapeAlignment.align | ( | GaussianShapeSet | shapes | ) |
| shapes |
| int CDPL.Shape.FastGaussianShapeAlignment.getNumResults | ( | ) |
| AlignmentResult CDPL.Shape.FastGaussianShapeAlignment.getResult | ( | int | idx | ) |
| idx |
| int CDPL.Shape.FastGaussianShapeAlignment.__len__ | ( | ) |
| AlignmentResult CDPL.Shape.FastGaussianShapeAlignment.__getitem__ | ( | int | idx | ) |
| idx |