NoiseInterface Member List

This is the complete list of members for NoiseInterface , including all inherited members.

Alloc (MAXON_SOURCE_LOCATION_DECLARATION) NoiseInterface static
Fbm (FbmTableRef table, Vector32 p, Float32 octaves) const NoiseInterface
Fbm (FbmTableRef table, Vector4d32 p, Float32 octaves) const NoiseInterface
GetFbmTable (FbmTableRef table, BaseArray< Float32 > &fbm) const NoiseInterface
GetGradientTable (Bool gradient3D, BaseArray< Vector4d32 > &gradient) const NoiseInterface
GetPermutationTable () const NoiseInterface
GetPermutationTablePower () const NoiseInterface
GetRandomTable () const NoiseInterface
GetSeed () const NoiseInterface
Init (UInt32 seed, Int permutationTablePower) NoiseInterface
InitFbm (Float32 lacunarity, Float32 gain) const NoiseInterface
MAXON_INTERFACE_NONVIRTUAL (NoiseInterface, MAXON_REFERENCE_NORMAL, "net.maxon.render.interface.noise") NoiseInterface private
PeriodicSNoise (const Vector32 &p, Int repeatX, Int repeatY, Int repeatZ) const NoiseInterface
PeriodicSNoise (const Vector4d32 &p, Int repeatX, Int repeatY, Int repeatZ, Int repeatT) const NoiseInterface
RidgedMultifractal (FbmTableRef table, Vector32 p, Float32 octaves, Float32 offset, Float32 threshold) const NoiseInterface
RidgedMultifractal (FbmTableRef table, Vector4d32 p, Float32 octaves, Float32 offset, Float32 threshold) const NoiseInterface
SNoise (const Vector32 &p) const NoiseInterface
SNoise (const Vector4d32 &p) const NoiseInterface
SNoise (const Vector32 &p, Float32 time) const NoiseInterface
Turbulence (Vector32 p, Float32 octaves, Bool absolute) const NoiseInterface
Turbulence (Vector4d32 p, Float32 octaves, Bool absolute) const NoiseInterface
Voronoi (const Vector32 &p, Int maximumOrder, Float32 *distance, Int32 *index) const NoiseInterface
Voronoi (const Vector4d32 &p, Int maximumOrder, Float32 *distance, Int32 *index) const NoiseInterface