peak_table Struct Reference

List of all members.

Public Member Functions

bool operator< (const peak_table &b) const

Public Attributes

float value
int index

Detailed Description

Definition at line 18055 of file util_sparx.cpp.


Member Function Documentation

bool peak_table::operator< ( const peak_table b  )  const [inline]

Definition at line 18058 of file util_sparx.cpp.

References b.

18058 { return value > b.value; }


Member Data Documentation

int peak_table::index

Definition at line 18057 of file util_sparx.cpp.

Referenced by EMAN::Util::assign_groups().

float peak_table::value

Definition at line 18056 of file util_sparx.cpp.


The documentation for this struct was generated from the following file:
Generated on Thu Nov 17 12:44:46 2011 for EMAN2 by  doxygen 1.4.7