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 360 of file emutil.h.


Constructor & Destructor Documentation

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

Definition at line 363 of file emutil.h.

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


Member Data Documentation

int EMAN::ImageScore::index

Definition at line 361 of file emutil.h.

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

float EMAN::ImageScore::score

Definition at line 362 of file emutil.h.

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


The documentation for this struct was generated from the following file:
Generated on Mon Jul 19 12:42:33 2010 for EMAN2 by  doxygen 1.4.7