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 | cellSet |
| Samples at the cell-centres of a given cell set. More... | |
| class | circleRandom |
| Random samples within a circle. More... | |
| class | faceSet |
| Samples at the face-centres of a given face set. 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... | |
| class | sphereRandom |
| Random samples within a sphere. More... | |
| class | triSurface |
| Samples from all the points of a triSurface. Surface files are read from constant/triSurface. 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 | ( | cellSet | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| cellSet | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | circleRandom | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| circleRandom | , | ||
| word | |||
| ) |
| Foam::sampledSets::defineTypeNameAndDebug | ( | faceSet | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| faceSet | , | ||
| 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 | ( | triSurface | , |
| 0 | |||
| ) |
| Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
| triSurface | , | ||
| word | |||
| ) |
| Foam::sampledSets::addBackwardCompatibleToRunTimeSelectionTable | ( | sampledSet | , |
| triSurface | , | ||
| word | , | ||
| triSurfaceMesh | , | ||
| "triSurfaceMesh" | |||
| ) |