![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Shape.PrincipalAxesAlignmentStartGenerator:Static Public Attributes | |
| float | DEF_SYMMETRY_THRESHOLD = 0.15 |
| int | DEF_NUM_RANDOM_STARTS = 4 |
| float | DEF_MAX_RANDOM_TRANSLATION = 2.0 |
Properties | |
| symmetryThreshold = property(getSymmetryThreshold, setSymmetryThreshold) | |
| maxRandomTranslation = property(getMaxRandomTranslation, setMaxRandomTranslation) | |
| numRandomStarts = property(getNumRandomStarts, setNumRandomStarts) | |
| shapeCenterStarts = property(genShapeCenterStarts, genShapeCenterStarts) | |
| colorCenterStarts = property(genColorCenterStarts, genColorCenterStarts) | |
| nonColorCenterStarts = property(genNonColorCenterStarts, genNonColorCenterStarts) | |
| randomStarts = property(getNumRandomStarts, setNumRandomStarts) | |
| genForAlignedShapeCtrs = property(genForAlignedShapeCenters, genForAlignedShapeCenters) | |
| genForReferenceShapeCrs = property(genForReferenceShapeCenters, genForReferenceShapeCenters) | |
| genForLargerShapeCtrs = property(genForLargerShapeCenters, genForLargerShapeCenters) | |
Properties inherited from CDPL.Shape.GaussianShapeAlignmentStartGenerator | |
| objectID = property(getObjectID) | |
| numStartSubTransforms = property(getNumStartSubTransforms) | |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.__init__ | ( | PrincipalAxesAlignmentStartGenerator | gen | ) |
Initializes a copy of the PrincipalAxesAlignmentStartGenerator instance gen.
| gen | The PrincipalAxesAlignmentStartGenerator instance to copy. |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.setSymmetryThreshold | ( | float | thresh | ) |
| thresh |
| float CDPL.Shape.PrincipalAxesAlignmentStartGenerator.getSymmetryThreshold | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genShapeCenterStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genShapeCenterStarts | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genColorCenterStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genColorCenterStarts | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genNonColorCenterStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genNonColorCenterStarts | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genRandomStarts | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genRandomStarts | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genForAlignedShapeCenters | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genForAlignedShapeCenters | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genForReferenceShapeCenters | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genForReferenceShapeCenters | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genForLargerShapeCenters | ( | bool | generate | ) |
| generate |
| bool CDPL.Shape.PrincipalAxesAlignmentStartGenerator.genForLargerShapeCenters | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.setMaxRandomTranslation | ( | float | max_trans | ) |
| max_trans |
| float CDPL.Shape.PrincipalAxesAlignmentStartGenerator.getMaxRandomTranslation | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.setNumRandomStarts | ( | int | num_starts | ) |
| num_starts |
| int CDPL.Shape.PrincipalAxesAlignmentStartGenerator.getNumRandomStarts | ( | ) |
| None CDPL.Shape.PrincipalAxesAlignmentStartGenerator.setRandomSeed | ( | int | seed | ) |
| seed |
| PrincipalAxesAlignmentStartGenerator CDPL.Shape.PrincipalAxesAlignmentStartGenerator.assign | ( | PrincipalAxesAlignmentStartGenerator | gen | ) |
Replaces the current state of self with a copy of the state of the PrincipalAxesAlignmentStartGenerator instance gen.
| gen | The PrincipalAxesAlignmentStartGenerator instance to copy. |