Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

peak_table Struct Reference

List of all members.

Public Member Functions

bool operator< (const peak_table &b) const

Public Attributes

float value
int index

Member Function Documentation

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

Definition at line 18058 of file util_sparx.cpp.

References b, and value.

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.

Referenced by EMAN::Util::assign_groups(), and operator<().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 17 12:45:10 2011 for EMAN2 by  doxygen 1.3.9.1