/
struct Enlighten PppiAtlasFootprint

This is the documentation for Enlighten.

struct Enlighten PppiAtlasFootprint

struct Enlighten::PppiAtlasFootprint

A measure of the space required to update the PPPI atlas.

Variables

Name Description
Geo::u32 m_InterpolationCount

The number of interpolations required to update the PPPI atlas.

Geo::u32 m_ProbeCount

The number of probes required within the PPPI atlas.

Geo::u32 m_SolvedProbeCount

The number of solved probes copied to the PPPI atlas.

Geo::u32 m_TileCount

The number of tiles required to update the PPPI atlas.

Functions

Name Description
AccumulateMax(PppiAtlasFootprint)

The element-wise maximum.

AccumulateSum(PppiAtlasFootprint)

The element-wise sum.

PppiAtlasFootprint()

Constructor.

PppiAtlasFootprint(Geo::u32, Geo::u32, Geo::u32, Geo::u32)

Constructor.


void Enlighten::PppiAtlasFootprint::AccumulateMax


public: void AccumulateMax
(
    PppiAtlasFootprint other
)


The element-wise maximum.


void Enlighten::PppiAtlasFootprint::AccumulateSum


public: void AccumulateSum
(
    PppiAtlasFootprint other
)


The element-wise sum.


Enlighten::PppiAtlasFootprint::PppiAtlasFootprint


public: PppiAtlasFootprint()


Constructor.


Enlighten::PppiAtlasFootprint::PppiAtlasFootprint


public: PppiAtlasFootprint
(
    Geo::u32 tileCount,
    Geo::u32 probeCount,
    Geo::u32 solvedProbeCount,
    Geo::u32 interpolationCount
)


Constructor.

Related content