OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Member Functions | Private Attributes | List of all members
AscendingLocationSort Class Reference

#include <PartBins.h>

Public Member Functions

 AscendingLocationSort (int direction=0)
 
bool operator() (const std::vector< double > &first_part, const std::vector< double > &second_part)
 

Private Attributes

int direction_m
 

Detailed Description

Definition at line 174 of file PartBins.h.

Constructor & Destructor Documentation

◆ AscendingLocationSort()

AscendingLocationSort::AscendingLocationSort ( int  direction = 0)
inline

Definition at line 176 of file PartBins.h.

Member Function Documentation

◆ operator()()

bool AscendingLocationSort::operator() ( const std::vector< double > &  first_part,
const std::vector< double > &  second_part 
)
inline

Definition at line 179 of file PartBins.h.

References direction_m.

Member Data Documentation

◆ direction_m

int AscendingLocationSort::direction_m
private

Definition at line 183 of file PartBins.h.

Referenced by operator()().


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