|
OpenStructure
|
#include <variance_map.hh>
Inherits TriMatrix< Real >.
Public Member Functions | |
| VarianceMap (int nresidues) | |
| Real | Min () |
| Real | Max () |
| void | ExportDat (const String &file_name) |
| void | ExportCsv (const String &file_name) |
| void | ExportJson (const String &file_name) |
| String | GetJsonString () |
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 () |
Container for variances for each entry in a distance map. Main functionality: Get/Set, Min, Max, ExportXXX Get/Set and GetSize taken from TriMatrix.
Definition at line 47 of file variance_map.hh.
|
inline |
Definition at line 50 of file variance_map.hh.
| void ExportCsv | ( | const String & | file_name | ) |
| void ExportDat | ( | const String & | file_name | ) |
| void ExportJson | ( | const String & | file_name | ) |
| String GetJsonString | ( | ) |
|
inline |
Definition at line 58 of file variance_map.hh.
|
inline |
Definition at line 52 of file variance_map.hh.
1.8.5