NAMD
Public Member Functions | Public Attributes | List of all members
pe_sortop_coord_y Struct Reference

Public Member Functions

 pe_sortop_coord_y (ScaledPosition *s)
 
bool operator() (int a, int b) const
 

Public Attributes

ScaledPositionspos
 

Detailed Description

Definition at line 265 of file WorkDistrib.C.

Constructor & Destructor Documentation

◆ pe_sortop_coord_y()

pe_sortop_coord_y::pe_sortop_coord_y ( ScaledPosition s)
inline

Definition at line 267 of file WorkDistrib.C.

267 : spos(s) {}
ScaledPosition * spos
Definition: WorkDistrib.C:266

Member Function Documentation

◆ operator()()

bool pe_sortop_coord_y::operator() ( int  a,
int  b 
) const
inline

Definition at line 268 of file WorkDistrib.C.

References spos.

268  {
269  return ( spos[a].y < spos[b].y );
270  }
ScaledPosition * spos
Definition: WorkDistrib.C:266

Member Data Documentation

◆ spos

ScaledPosition* pe_sortop_coord_y::spos

Definition at line 266 of file WorkDistrib.C.

Referenced by operator()().


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