OpenStructure
|
#include <contact_overlap.hh>
Inherits TriMatrix< Real >.
Static Public Member Functions | |
static DistanceMatrixPtr | Create (const ost::seq::ConstSequenceHandle &s) |
static DistanceMatrixPtr | FromAln (const ost::seq::AlignmentHandle &a, int index=1) |
Additional Inherited Members | |
Public Member Functions inherited from TriMatrix< Real > | |
TriMatrix (int n, const Real &def_val=Real()) | |
void | Set (int i, int j, const Real &sim) |
const Real & | Get (int i, int j) const |
Real & | operator() (int i, int j) |
const Real & | operator() (int i, int j) const |
int | GetSize () const |
std::vector< Real > & | Data () |
Definition at line 60 of file contact_overlap.hh.
|
static |
|
static |