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 17970 of file util_sparx.cpp.


Member Function Documentation

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

Definition at line 17973 of file util_sparx.cpp.

References b.

17973 { return value > b.value; }


Member Data Documentation

int peak_table::index

Definition at line 17972 of file util_sparx.cpp.

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

float peak_table::value

Definition at line 17971 of file util_sparx.cpp.


The documentation for this struct was generated from the following file:
Generated on Thu May 3 10:08:21 2012 for EMAN2 by  doxygen 1.4.7