This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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


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.

  • No labels