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

Public Member Functions

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

Detailed Description

Definition at line 33 of file IndexValue.h.

Member Function Documentation

◆ operator()()

int Decrease_IndexValue::operator() ( const IndexValue pv1,
const IndexValue pv2 
) const
inline

Definition at line 35 of file IndexValue.h.

35 {
36 return pv1.value>pv2.value;//for decreasing order
37 }

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