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


Detailed Description

Definition at line 394 of file emutil.h.


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 12:43:05 2013 for EMAN2 by  doxygen 1.4.7