|
Zoltan2
|
Classes | |
| class | CircleHole |
| class | CoordinateDistribution |
| class | CoordinateGridDistribution |
| class | CoordinateNormalDistribution |
| struct | CoordinatePoint |
| class | CoordinateUniformDistribution |
| class | CubeHole |
| class | GeometricGenerator |
| class | Hole |
| class | RectangleHole |
| class | RectangularPrismHole |
| class | SphereHole |
| class | SquareHole |
| class | SteppedEquation |
| Expression is a generic following method. More... | |
| class | WeightDistribution |
Enumerations |
Variables | |
| const std::string | shapes [] = {"SQUARE", "RECTANGLE", "CIRCLE", "CUBE", "RECTANGULAR_PRISM", "SPHERE"} |
| const std::string | distribution [] = {"distribution", "uniform"} |
| const std::string | weight_distribution_string = "WeightDistribution-" |
| enum GeometricGen::shape |
| Enumerator | |
|---|---|
| SQUARE | |
| RECTANGLE | |
| CIRCLE | |
| CUBE | |
| RECTANGULAR_PRISM | |
| SPHERE | |
Definition at line 203 of file GeometricGenerator.hpp.
| Enumerator | |
|---|---|
| normal | |
| uniform | |
Definition at line 207 of file GeometricGenerator.hpp.
| const std::string GeometricGen::shapes[] = {"SQUARE", "RECTANGLE", "CIRCLE", "CUBE", "RECTANGULAR_PRISM", "SPHERE"} |
Definition at line 204 of file GeometricGenerator.hpp.
| const std::string GeometricGen::distribution[] = {"distribution", "uniform"} |
Definition at line 208 of file GeometricGenerator.hpp.
| const std::string GeometricGen::weight_distribution_string = "WeightDistribution-" |
Definition at line 219 of file GeometricGenerator.hpp.
1.8.11