isce3 0.25.0
Loading...
Searching...
No Matches
isce3::cuda::geocode::masked_min_compare Struct Reference

Comparison function used to find the minimum of double_mask list. More...

Public Member Functions

__host__ __device__ bool operator() (const double_mask lhs, const double_mask rhs)
 

Detailed Description

Comparison function used to find the minimum of double_mask list.

The double in the tuples are the values to evaluated with < operator. The mask in the tuples is a bool that when true masks the double value from < operator evaluation.

Parameters
[out]boolWhether or not left double is less than right double with mask values taken into account. If both sides not masked, return left double < right double. If only right masked, return true. Other cases return false.
[in]lhsLeft double_mask tuple
[in]rhsRight double_mask tuple

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

Generated for ISCE3.0 by doxygen 1.13.2.