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


Member Function Documentation

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

Definition at line 18025 of file util_sparx.cpp.

References b.

18025 { return value > b.value; }


Member Data Documentation

int peak_table::index

Definition at line 18024 of file util_sparx.cpp.

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

float peak_table::value

Definition at line 18023 of file util_sparx.cpp.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 12 13:47:33 2011 for EMAN2 by  doxygen 1.4.7