OpenStructure
Public Member Functions | Data Fields
TMAlignResult Struct Reference

#include <wrap_tmalign.hh>

Public Member Functions

 TMAlignResult ()
 
 TMAlignResult (Real rm, Real tm, Real tm_swp, int aln_l, const geom::Mat4 &t, const ost::seq::AlignmentHandle &aln)
 
Real GetTMScore ()
 
Real GetTMScoreSwapped ()
 
Real GetRMSD ()
 
int GetAlignedLength ()
 
const geom::Mat4GetTransform ()
 
const ost::seq::AlignmentHandleGetAlignment ()
 

Data Fields

Real rmsd
 
Real tm_score
 
Real tm_score_swapped
 
int aligned_length
 
geom::Mat4 transform
 
ost::seq::AlignmentHandle alignment
 

Detailed Description

Definition at line 30 of file wrap_tmalign.hh.

Constructor & Destructor Documentation

◆ TMAlignResult() [1/2]

TMAlignResult ( )
inline

Definition at line 32 of file wrap_tmalign.hh.

◆ TMAlignResult() [2/2]

TMAlignResult ( Real  rm,
Real  tm,
Real  tm_swp,
int  aln_l,
const geom::Mat4 t,
const ost::seq::AlignmentHandle aln 
)
inline

Definition at line 34 of file wrap_tmalign.hh.

Member Function Documentation

◆ GetAlignedLength()

int GetAlignedLength ( )
inline

Definition at line 53 of file wrap_tmalign.hh.

◆ GetAlignment()

const ost::seq::AlignmentHandle& GetAlignment ( )
inline

Definition at line 55 of file wrap_tmalign.hh.

◆ GetRMSD()

Real GetRMSD ( )
inline

Definition at line 52 of file wrap_tmalign.hh.

◆ GetTMScore()

Real GetTMScore ( )
inline

Definition at line 50 of file wrap_tmalign.hh.

◆ GetTMScoreSwapped()

Real GetTMScoreSwapped ( )
inline

Definition at line 51 of file wrap_tmalign.hh.

◆ GetTransform()

const geom::Mat4& GetTransform ( )
inline

Definition at line 54 of file wrap_tmalign.hh.

Field Documentation

◆ aligned_length

int aligned_length

Definition at line 46 of file wrap_tmalign.hh.

◆ alignment

Definition at line 48 of file wrap_tmalign.hh.

◆ rmsd

Real rmsd

Definition at line 43 of file wrap_tmalign.hh.

◆ tm_score

Real tm_score

Definition at line 44 of file wrap_tmalign.hh.

◆ tm_score_swapped

Real tm_score_swapped

Definition at line 45 of file wrap_tmalign.hh.

◆ transform

geom::Mat4 transform

Definition at line 47 of file wrap_tmalign.hh.


The documentation for this struct was generated from the following file: