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