a utility struct to be used with std::sort, order based on probes density
| Name | Description |
|---|---|
| ProbeSetManagerVoxel const * m_ProbeSetManager | The probe set manager. |
| Name | Description |
|---|---|
| operator()(Geo::u16, Geo::u16) | Compares two indices. |
| ProbeSetIndicesComparitor(ProbeSetManagerVoxel const *) | Constructor. |
public: bool operator()
(
Geo::u16 a,
Geo::u16 b
) const
Compares two indices.
public: ProbeSetIndicesComparitor
(
ProbeSetManagerVoxel const * probeSetManager
)
Constructor.