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

Public Member Functions

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

Detailed Description

Definition at line 39 of file IndexValue.h.

Member Function Documentation

◆ operator()()

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

Definition at line 41 of file IndexValue.h.

41 {
42 return pv1.value<pv2.value;//for increasing order
43 }

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