Versions Compared

Key

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

struct Enlighten::NullSurroundingsSampler

Surroundings sampler that always returns zero.

Functions

NameDescription
GetNegativeFieldValue()

Gets the negative field value.

GetPositiveFieldValue()

Gets the positive field value.

NullSurroundingsSampler(const IndirectInputLightingParameters &, const InputWorkspaceInternal &)

Constructor.

operator++()

Prefix ++.

operator++(int)

Postfix ++.


Anchor
af2fbe5fd07e3d08acf8372b672aefaf4
af2fbe5fd07e3d08acf8372b672aefaf4

GEO_CONTROLLED_INLINE Geo::v128 Enlighten::NullSurroundingsSampler::GetNegativeFieldValue

...

public: GEO_CONTROLLED_INLINEGeo::v128 GetNegativeFieldValue() const

...

Gets the negative field value.


Anchor
af6429f2d871e7d1cdc978a448011d05e
af6429f2d871e7d1cdc978a448011d05e

GEO_CONTROLLED_INLINE Geo::v128 Enlighten::NullSurroundingsSampler::GetPositiveFieldValue

...

public: GEO_CONTROLLED_INLINEGeo::v128 GetPositiveFieldValue() const

...

Gets the positive field value.


Anchor
aa163c776cc71dcc0ad687e36e7fbb368
aa163c776cc71dcc0ad687e36e7fbb368

Enlighten::NullSurroundingsSampler::NullSurroundingsSampler

...

public: NullSurroundingsSampler
(
    const IndirectInputLightingParameters & params,
    const InputWorkspaceInternal & inputWorkspace
)

...

Constructor.


Anchor
a578050200f0a88933d3d430bc98bb5c9
a578050200f0a88933d3d430bc98bb5c9

GEO_CONTROLLED_INLINE NullSurroundingsSampler& Enlighten::NullSurroundingsSampler::operator++

...

public: GEO_CONTROLLED_INLINENullSurroundingsSampler & operator++()

...

Prefix ++.


Anchor
ae8736ba0cb0228c426b52b0be549bd59
ae8736ba0cb0228c426b52b0be549bd59

GEO_CONTROLLED_INLINE const NullSurroundingsSampler Enlighten::NullSurroundingsSampler::operator++

...

public: GEO_CONTROLLED_INLINE const NullSurroundingsSampler operator++
(
    int
)

...

Postfix ++.