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

#include <PartBins.h>

Inherits binary_function< std::vector< double >, std::vector< double >, bool >.

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 271 of file PartBins.h.

Constructor & Destructor Documentation

AscendingLocationSort::AscendingLocationSort ( int  direction = 0)
inline

Definition at line 273 of file PartBins.h.

Member Function Documentation

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

Definition at line 276 of file PartBins.h.

References direction_m.

Member Data Documentation

int AscendingLocationSort::direction_m
private

Definition at line 280 of file PartBins.h.

Referenced by operator()().


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