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::VolumeTextureRegion

A region of a volume texture defined by two corners.

Variables

Name Description
Geo::GeoPoint3D m_Max

The corners of the region.

Geo::GeoPoint3D m_Min

The corners of the region.

Functions

Name Description
AddRegion(const VolumeTextureRegion &)

Expand the region to contain another region.

IsEmpty()

Checks if this region is empty.

Reset()

Resets this region to an empty region.

VolumeTextureRegion()

Constructor.


void Enlighten::VolumeTextureRegion::AddRegion


public: void AddRegion
(
    const VolumeTextureRegion & region
)


Expand the region to contain another region.


bool Enlighten::VolumeTextureRegion::IsEmpty


public: bool IsEmpty() const


Checks if this region is empty.


void Enlighten::VolumeTextureRegion::Reset


public: void Reset()


Resets this region to an empty region.


Enlighten::VolumeTextureRegion::VolumeTextureRegion


public: VolumeTextureRegion()


Constructor.

  • No labels