Zoltan2
|
Expression is a generic following method. More...
#include <GeometricGenerator.hpp>
Public Member Functions | |
SteppedEquation (T a1_, T a2_, T a3_, T b1_, T b2_, T b3_, T c_, T x1_, T y1_, T z1_, T *steps_, T *values_, int stepCount_) | |
virtual | ~SteppedEquation () |
virtual weighttype | get1DWeight (T x) |
virtual weighttype | get2DWeight (T x, T y) |
void | print (T x, T y, T z) |
virtual weighttype | get3DWeight (T x, T y, T z) |
virtual weighttype | getWeight (CoordinatePoint< T > p) |
Public Member Functions inherited from GeometricGen::WeightDistribution< T, weighttype > | |
WeightDistribution () | |
virtual | ~WeightDistribution () |
Expression is a generic following method.
a1 (x - x1)^b1 + a2 (y - y1)^b2 + a3 (z - z1)^b3 + c = expression_result if step values are given expression result is applied to a step function as following. expression_result < step1 value1 < step2 value2 < step3 value3 < step4 value4
Default values, c=1 a1=a2=a3=0 x'=y'=z'=0 b1=b2=b3=0 steps = NULL vals = NULL
Definition at line 323 of file GeometricGenerator.hpp.
|
inline |
Definition at line 333 of file GeometricGenerator.hpp.
|
inlinevirtual |
Definition at line 360 of file GeometricGenerator.hpp.
|
inlinevirtual |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 368 of file GeometricGenerator.hpp.
|
inlinevirtual |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 381 of file GeometricGenerator.hpp.
|
inline |
Definition at line 394 of file GeometricGenerator.hpp.
|
inlinevirtual |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 401 of file GeometricGenerator.hpp.
|
inlinevirtual |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 421 of file GeometricGenerator.hpp.