OESuperpositionType

Attention

This API is currently available in C++ and Python.

This namespace contains constants for superpositioning methods.

See also

Default

The default superpositioning method is OESuperpositionType.Global.

DDM

Calculate superposition using the Distance Difference Matrix method.

Global

Calculate superposition using the all matched atoms.

Site

Calculate superposition using the input site residues. Site residues must be set with the OESuperpositionOptions.SetSiteResidues member function of the OESuperpositionOptions class.

SSE

Calculate superposition using an overlap of Secondary Structure Elements.

Undefined

Superposition method is undefined. No superposition will take place.

Weighted

Calculate a weighted superposition using weights taken from the Difference Distance Matrix.