EMAN2
Public Member Functions | Public Attributes | List of all members
EMAN::ImageScore Struct Reference

#include <emutil.h>

Public Member Functions

 ImageScore (int i=0, float s=0)
 

Public Attributes

int index
 
float score
 

Detailed Description

Definition at line 416 of file emutil.h.

Constructor & Destructor Documentation

◆ ImageScore()

EMAN::ImageScore::ImageScore ( int  i = 0,
float  s = 0 
)
inline

Definition at line 419 of file emutil.h.

419: index(i), score(s) {}

Member Data Documentation

◆ index

int EMAN::ImageScore::index

Definition at line 417 of file emutil.h.

Referenced by EMAN::ImageSort::get_index().

◆ score

float EMAN::ImageScore::score

Definition at line 418 of file emutil.h.

Referenced by EMAN::ImageSort::get_score().


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