This is the documentation for Enlighten.
class Enlighten ISystemSolutionSpace
class Enlighten::ISystemSolutionSpace
  └>Geo::IGeoReleasable
A solution space for a system.
Functions
Name | Description |
---|---|
GetOutputTexture(OutputTextureType, bool) | Get the output texture from the solution space. Useful when you use IGpuTextureAllocator to allocate the textures. |
GetRadiosityCore() | Get the RadSystemCore object which this solution space represents. |
IsReadyForRendering(OutputTextureType) | Returns true if the texture has been solved at least once and is ready for rendering. |
NonCopyable(NonCopyable &&) | Defaulted to allow move. |
operator=(NonCopyable &&) | Defaulted to allow move. |
Release() | Free this object that was created within the Enlighten libraries. |
virtual IGpuTexture* Enlighten::ISystemSolutionSpace::GetOutputTexture
public: IGpuTexture * GetOutputTexture
(
  OutputTextureType textureType,
  bool forceGet
) const
Get the output texture from the solution space. Useful when you use IGpuTextureAllocator to allocate the textures.
virtual const RadSystemCore* Enlighten::ISystemSolutionSpace::GetRadiosityCore
public: const RadSystemCore * GetRadiosityCore() const
Get the RadSystemCore object which this solution space represents.
virtual bool Enlighten::ISystemSolutionSpace::IsReadyForRendering
public: bool IsReadyForRendering
(
  OutputTextureType textureType
) const
Returns true if the texture has been solved at least once and is ready for rendering.
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)'