EMAN2
Public Attributes | Friends | List of all members
WSsortlist Struct Reference

Public Attributes

float pix
 
short x
 
short y
 
short z
 

Friends

bool operator< (const WSsortlist &l, const WSsortlist &r)
 

Detailed Description

Definition at line 11869 of file processor.cpp.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const WSsortlist l,
const WSsortlist r 
)
friend

Definition at line 11873 of file processor.cpp.

11873 {
11874 return l.pix < r.pix;
11875 }

Member Data Documentation

◆ pix

float WSsortlist::pix

Definition at line 11870 of file processor.cpp.

◆ x

short WSsortlist::x

Definition at line 11871 of file processor.cpp.

◆ y

short WSsortlist::y

Definition at line 11871 of file processor.cpp.

◆ z

short WSsortlist::z

Definition at line 11871 of file processor.cpp.


The documentation for this struct was generated from the following file: