Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::VolumeTextureRegion

A region of a volume texture defined by two corners.

Variables

NameDescription
Geo::GeoPoint3D m_Max

The corners of the region.

Geo::GeoPoint3D m_Min

The corners of the region.

Functions

NameDescription
AddPoint(Geo::GeoPoint3D)

Expand the region to contain a point.

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.


Anchor
a81e2ab517fe63746f1616438661700c2
a81e2ab517fe63746f1616438661700c2

void Enlighten::VolumeTextureRegion::AddPoint

...

public: void AddPoint
(
    Geo::GeoPoint3D point
)

...

Expand the region to contain a point.


Anchor
a71db857866acf4d4b7a1102e33e44d8f
a71db857866acf4d4b7a1102e33e44d8f

void Enlighten::VolumeTextureRegion::AddRegion

...

public: void AddRegion
(
    const VolumeTextureRegion & region
)

...

Expand the region to contain another region.


Anchor
ae890c3a8131fbf077e02f4883cffabbc
ae890c3a8131fbf077e02f4883cffabbc

bool Enlighten::VolumeTextureRegion::IsEmpty

...

public: bool IsEmpty() const

...

Checks if this region is empty.


Anchor
a8c8f95a3e831a2177daaf946f4887143
a8c8f95a3e831a2177daaf946f4887143

void Enlighten::VolumeTextureRegion::Reset

...

public: void Reset()

...

Resets this region to an empty region.


Anchor
aa321feee325da13fe72a379a53b477fe
aa321feee325da13fe72a379a53b477fe

Enlighten::VolumeTextureRegion::VolumeTextureRegion

...

public: VolumeTextureRegion()

...

Constructor.