A namespace for various histogram model implementations. More...
Classes | |
| class | equalBinWidth |
| Histogram model which groups data into bins of equal width. More... | |
| class | unequalBinWidth |
| Histogram model which groups data into bins of unequal widths. More... | |
| Foam::histogramModels::defineTypeNameAndDebug | ( | equalBinWidth | , |
| 0 | |||
| ) |
| Foam::histogramModels::addToRunTimeSelectionTable | ( | histogramModel | , |
| equalBinWidth | , | ||
| dictionary | |||
| ) |
| Foam::histogramModels::defineTypeNameAndDebug | ( | unequalBinWidth | , |
| 0 | |||
| ) |
| Foam::histogramModels::addToRunTimeSelectionTable | ( | histogramModel | , |
| unequalBinWidth | , | ||
| dictionary | |||
| ) |