|
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) |
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 360 of file GeometricGenerator.hpp.
| GeometricGen::SteppedEquation< T, weighttype >::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_ | ||
| ) | [inline] |
Definition at line 370 of file GeometricGenerator.hpp.
| virtual GeometricGen::SteppedEquation< T, weighttype >::~SteppedEquation | ( | ) | [inline, virtual] |
Definition at line 397 of file GeometricGenerator.hpp.
| virtual weighttype GeometricGen::SteppedEquation< T, weighttype >::get1DWeight | ( | T | x | ) | [inline, virtual] |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 405 of file GeometricGenerator.hpp.
| virtual weighttype GeometricGen::SteppedEquation< T, weighttype >::get2DWeight | ( | T | x, |
| T | y | ||
| ) | [inline, virtual] |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 418 of file GeometricGenerator.hpp.
| void GeometricGen::SteppedEquation< T, weighttype >::print | ( | T | x, |
| T | y, | ||
| T | z | ||
| ) | [inline] |
Definition at line 431 of file GeometricGenerator.hpp.
| virtual weighttype GeometricGen::SteppedEquation< T, weighttype >::get3DWeight | ( | T | x, |
| T | y, | ||
| T | z | ||
| ) | [inline, virtual] |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 438 of file GeometricGenerator.hpp.
| virtual weighttype GeometricGen::SteppedEquation< T, weighttype >::getWeight | ( | CoordinatePoint< T > | p | ) | [inline, virtual] |
Implements GeometricGen::WeightDistribution< T, weighttype >.
Definition at line 458 of file GeometricGenerator.hpp.
1.7.6.1