pktools 2.6.7
Processing Kernel for geospatial data
Public Member Functions | List of all members
Compare_PosValue Class Reference

Public Member Functions

int operator() (const PosValue &pv1, const PosValue &pv2) const
 

Detailed Description

Definition at line 28 of file PosValue.h.

Member Function Documentation

◆ operator()()

int Compare_PosValue::operator() ( const PosValue pv1,
const PosValue pv2 
) const
inline

Definition at line 30 of file PosValue.h.

30 {
31 return pv1.value>pv2.value;//for decreasing order
32 }

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