OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
ossimElevLess Class Reference

#include <ossimElevLess.h>

Inheritance diagram for ossimElevLess:

Public Member Functions

bool operator() (const ossimRefPtr< ossimElevSource > a, const ossimRefPtr< ossimElevSource > b) const
 

Detailed Description

Definition at line 18 of file ossimElevLess.h.

Member Function Documentation

◆ operator()()

bool ossimElevLess::operator() ( const ossimRefPtr< ossimElevSource a,
const ossimRefPtr< ossimElevSource b 
) const
inline

Definition at line 23 of file ossimElevLess.h.

References ossimElevSource::getMeanSpacingMeters().

24  {
25  return (a->getMeanSpacingMeters() < b->getMeanSpacingMeters());
26  }
virtual double getMeanSpacingMeters() const =0
METHOD: meanSpacingMeters() This method returns the post spacing in the region of gpt: ...

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