Domains Class Reference
#include <domain_find.hh>
Public Member Functions |
| size_t | GetNumFreeResidues () const |
| Real | GetFreeD () const |
| Real | GetFreeS () const |
| const std::vector< Domain > & | GetDomains () const |
| const std::vector< int > & | GetComponents () const |
| ost::img::ImageHandle | GetAdjMap () const |
Static Public Member Functions |
| static DomainsPtr | FromAln (ost::seq::AlignmentHandle aln, Real tolerance, Real radius, Real threshold, int idx_a=-1, int idx_b=-1) |
| static DomainsPtr | FromCOM (const SimilarityMatrix &sim, ost::seq::AlignmentHandle aln, Real tolerance, int idx_a=-1, int idx_b=-1) |
| static DomainsPtr | FromDistMats (const DistanceMatrix &dmat_a, const DistanceMatrix &dmat_b, Real tolerance, Real radius, Real threshold, int num_threads, bool defined_only, bool adj_map) |
Detailed Description
Definition at line 34 of file domain_find.hh.
Member Function Documentation
| const std::vector<int>& GetComponents |
( |
|
) |
const [inline] |
| const std::vector<Domain>& GetDomains |
( |
|
) |
const [inline] |
| Real GetFreeD |
( |
|
) |
const [inline] |
| Real GetFreeS |
( |
|
) |
const [inline] |
| size_t GetNumFreeResidues |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: