Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

EMAN::ImageScore Struct Reference

#include <emutil.h>

List of all members.

Public Member Functions

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

Public Attributes

int index
float score


Constructor & Destructor Documentation

EMAN::ImageScore::ImageScore int  i = 0,
float  s = 0
[inline]
 

Definition at line 397 of file emutil.h.

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


Member Data Documentation

int EMAN::ImageScore::index
 

Definition at line 395 of file emutil.h.

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

float EMAN::ImageScore::score
 

Definition at line 396 of file emutil.h.

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


The documentation for this struct was generated from the following file:
Generated on Tue Jun 11 13:42:01 2013 for EMAN2 by  doxygen 1.3.9.1