OpenStructure
|
#include <ost/geom/mat4.hh>
#include <ost/geom/vec3.hh>
#include <ost/seq/alignment_handle.hh>
#include <ost/mol/chain_view.hh>
#include <ost/mol/chain_handle.hh>
Go to the source code of this file.
Data Structures | |
struct | TMAlignResult |
Namespaces | |
ost | |
ost::bindings | |
Functions | |
TMAlignResult | WrappedTMAlign (const geom::Vec3List &pos_one, const geom::Vec3List &pos_two, const ost::seq::SequenceHandle &seq1, const ost::seq::SequenceHandle &seq2, bool fast=false) |
TMAlignResult | WrappedTMAlign (const ost::mol::ChainView &ent1, const ost::mol::ChainView &ent2, bool fast=false) |