|
Zoltan2
|
#include <GeometricGenerator.hpp>

Public Member Functions | |
| virtual weighttype | getWeight (CoordinatePoint< T > P)=0 |
| virtual weighttype | get1DWeight (T x)=0 |
| virtual weighttype | get2DWeight (T x, T y)=0 |
| virtual weighttype | get3DWeight (T x, T y, T z)=0 |
| WeightDistribution () | |
| virtual | ~WeightDistribution () |
Definition at line 331 of file GeometricGenerator.hpp.
| GeometricGen::WeightDistribution< T, weighttype >::WeightDistribution | ( | ) | [inline] |
Definition at line 337 of file GeometricGenerator.hpp.
| virtual GeometricGen::WeightDistribution< T, weighttype >::~WeightDistribution | ( | ) | [inline, virtual] |
Definition at line 338 of file GeometricGenerator.hpp.
| virtual weighttype GeometricGen::WeightDistribution< T, weighttype >::getWeight | ( | CoordinatePoint< T > | P | ) | [pure virtual] |
Implemented in GeometricGen::SteppedEquation< T, weighttype >.
| virtual weighttype GeometricGen::WeightDistribution< T, weighttype >::get1DWeight | ( | T | x | ) | [pure virtual] |
Implemented in GeometricGen::SteppedEquation< T, weighttype >.
| virtual weighttype GeometricGen::WeightDistribution< T, weighttype >::get2DWeight | ( | T | x, |
| T | y | ||
| ) | [pure virtual] |
Implemented in GeometricGen::SteppedEquation< T, weighttype >.
| virtual weighttype GeometricGen::WeightDistribution< T, weighttype >::get3DWeight | ( | T | x, |
| T | y, | ||
| T | z | ||
| ) | [pure virtual] |
Implemented in GeometricGen::SteppedEquation< T, weighttype >.
1.7.6.1