Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::ProbeSetManagerVoxel::ProbeSetIndicesComparitor

a utility struct to be used with std::sort, order based on probes density

Variables

NameDescription
ProbeSetManagerVoxel const * m_ProbeSetManager

The probe set manager.

Functions


Anchor
a8fb5574babc9aabf2a16f28c3f8cd276
a8fb5574babc9aabf2a16f28c3f8cd276

bool Enlighten::ProbeSetManagerVoxel::ProbeSetIndicesComparitor::operator()

...

public: bool operator()
(
    Geo::u16 a,
    Geo::u16 b
) const

...

Compares two indices.


Anchor
a0b93cc4911261bc71d434eb37221e5ce
a0b93cc4911261bc71d434eb37221e5ce

Enlighten::ProbeSetManagerVoxel::ProbeSetIndicesComparitor::ProbeSetIndicesComparitor

...

public: ProbeSetIndicesComparitor
(
    ProbeSetManagerVoxel const * probeSetManager
)

...

Constructor.