Classes | |
| class | arcUniform |
| Uniform samples along an arc. More... | |
| class | boundaryPoints |
| Specified point samples within patches. More... | |
| class | boundaryRandom |
| Random samples within patches. More... | |
| class | boxUniform |
| Uniform 3D-grid of samples. More... | |
| class | circleRandom |
| Random samples within a circle. More... | |
| class | lineCell |
| Cell-samples along a line at the mid-points in-between face-intersections. More... | |
| class | lineCellFace |
| Face-intersections along a line, plus cell-samples at the mid-points in-between. More... | |
| class | lineFace |
| Face-intersections along a line. More... | |
| class | lineUniform |
| Uniform samples along a line. More... | |
| class | points |
| Specified point samples. Optionally ordered into a continuous path. Ordering is an optimisation; it enables tracking from one point to the next. If ordering is off, each point is searched for individually. More... | |
| Foam::sampledSets::defineTypeNameAndDebug | ( | arcUniform | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| arcUniform | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | boundaryPoints | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| boundaryPoints | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | boundaryRandom | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| boundaryRandom | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | boxUniform | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| boxUniform | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | circleRandom | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| circleRandom | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | lineCell | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| lineCell | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | lineCellFace | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| lineCellFace | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | lineFace | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| lineFace | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | lineUniform | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| lineUniform | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | points | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| points | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | sphereRandom | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| sphereRandom | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | triSurfaceMeshSampledSet | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| triSurfaceMeshSampledSet | , | ||
| word | |||
| ) |