chombo-discharge
|
This is the complete list of members for PerlinSdf, including all inherited members.
fade(const Real t) const | PerlinSdf | protected |
grad(const int hash, const double x, const double y, const double z) const | PerlinSdf | protected |
lerp(const Real t, const Real a, const Real b) const | PerlinSdf | protected |
m_noiseAmp | PerlinSdf | protected |
m_noiseFreq | PerlinSdf | protected |
m_octaves | PerlinSdf | protected |
m_permutationTable | PerlinSdf | protectedstatic |
m_persistence | PerlinSdf | protected |
newImplicitFunction() const | PerlinSdf | virtual |
noise(const double a_x, const double a_y, const double a_z) const | PerlinSdf | protected |
noise(const RealVect &a_pos) const | PerlinSdf | protected |
octaveNoise(const RealVect &a_pos) const | PerlinSdf | protected |
p | PerlinSdf | protected |
PerlinSdf(const Real a_noiseAmp, const RealVect a_noiseFreq, const Real a_persistence, const int a_octaves, const bool a_reseed=false) | PerlinSdf | |
PerlinSdf(const PerlinSdf &a_inputIF) | PerlinSdf | |
random(const int i) | PerlinSdf | static |
reseed() | PerlinSdf | protectedvirtual |
value(const RealVect &a_pos) const | PerlinSdf | virtual |
~PerlinSdf() | PerlinSdf | virtual |