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

#include <PartBins.h>

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

Public Member Functions

 DescendingLocationSort (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 283 of file PartBins.h.

Constructor & Destructor Documentation

DescendingLocationSort::DescendingLocationSort ( int  direction = 0)
inline

Definition at line 285 of file PartBins.h.

Member Function Documentation

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

Definition at line 288 of file PartBins.h.

References direction_m.

Member Data Documentation

int DescendingLocationSort::direction_m
private

Definition at line 292 of file PartBins.h.

Referenced by operator()().


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