37#ifndef decompositionInformation_H
38#define decompositionInformation_H
51class decompositionInformation
60 stats() :
min(0),
max(0), median(0) {}
94 decompositionInformation(
const decompositionInformation&) =
delete;
97 void operator=(
const decompositionInformation&) =
delete;
105 decompositionInformation
114 decompositionInformation
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
A packed storage of objects of type <T> using an offset table for access.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
OBJstream os(runTime.globalPath()/outputName)
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
List< labelList > labelListList
List of labelList.
label min(const labelHashSet &set, label minValue=labelMax)
Find the min value in labelHashSet, optionally limited by second argument.
UList< label > labelUList
A UList of labels.