This is the documentation for Enlighten.

class Enlighten IPrecompProbeSetRadiosity

class Enlighten::IPrecompProbeSetRadiosity

    └>Geo::IGeoReleasable

A class containing a set of data blocks that are used by the run-time to generate SH representations for the related IPrecompInputProbeSet.

Functions

Name Description
GetProbeSetCore()

Access to the runtime probeset radiosity data.

NonCopyable(NonCopyable &&)

Defaulted to allow move.

operator=(NonCopyable &&)

Defaulted to allow move.

Release()

Free this object that was created within the Enlighten libraries.


virtual const RadProbeSetCore* Enlighten::IPrecompProbeSetRadiosity::GetProbeSetCore


public: const RadProbeSetCore * GetProbeSetCore() const


Access to the runtime probeset radiosity data.

Serialisation is through the Enlighten::ReadRadProbeSetCoreFromFile and Enlighten::WriteRadProbeSetCoreToFile functions


Geo::NonCopyable::NonCopyable


public: NonCopyable
(
    NonCopyable &&
)


Defaulted to allow move.


NonCopyable& Geo::NonCopyable::operator=


public: NonCopyable & operator=
(
    NonCopyable &&
)


Defaulted to allow move.


virtual void Geo::IGeoReleasable::Release


public: void Release()


Free this object that was created within the Enlighten libraries.

Expect this to behave in a similar way to calling 'delete(this)'