OpenStructure
Public Member Functions | Data Fields
ContactPredictionScoreResult Struct Reference

#include <contact_prediction_score.hh>

Public Member Functions

void SetScore (int i, int j, Real score)
 
Real GetScore (int i, int j)
 
void RefreshSortedIndices ()
 
 ContactPredictionScoreResult (std::vector< std::vector< Real > >)
 

Data Fields

std::vector< std::vector< Real > > matrix
 
std::vector< std::pair< int, int > > sorted_indices
 

Detailed Description

Definition at line 42 of file contact_prediction_score.hh.

Constructor & Destructor Documentation

◆ ContactPredictionScoreResult()

ContactPredictionScoreResult ( std::vector< std::vector< Real > >  )

Member Function Documentation

◆ GetScore()

Real GetScore ( int  i,
int  j 
)

◆ RefreshSortedIndices()

void RefreshSortedIndices ( )

◆ SetScore()

void SetScore ( int  i,
int  j,
Real  score 
)

Field Documentation

◆ matrix

std::vector<std::vector <Real> > matrix

Definition at line 43 of file contact_prediction_score.hh.

◆ sorted_indices

std::vector<std::pair <int,int> > sorted_indices

Definition at line 44 of file contact_prediction_score.hh.


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