OECartesianStarts¶
class OECartesianStarts : public OEInertialStarts
The OECartesianStarts represents the user defined cartesian starts for overlay optimization. The OECartesianStarts translates the fit molecule to the specified starting points, followed by the inertial rotations to generate starts.
- The following methods are publicly inherited from OEStarts:
- The following methods are publicly inherited from OEInertialStarts:
- The OECartesianStarts class defines the following public methods:
Constructors¶
OECartesianStarts()
OECartesianStarts(const OECartesianStarts&)
Default and copy constructors.
operator=¶
OECartesianStarts &operator=(const OECartesianStarts &)The assignment operator.