60 static void swapWord(
label& word32);
61 static void swapWords(
const label nWords,
label* words32);
68 static void write(std::ostream&,
const bool, List<floatScalar>&);
69 static void write(std::ostream&,
const bool, DynamicList<floatScalar>&);
71 static void write(std::ostream&,
const bool, DynamicList<label>&);
80 const std::string& title
98 static void insert(
const scalar, DynamicList<floatScalar>&);
99 static void insert(
const point&, DynamicList<floatScalar>&);
102 static void insert(
const tensor&, DynamicList<floatScalar>&);
108 static void insert(
const List<Type>&, DynamicList<floatScalar>&);
116 const GeometricField<Type, fvPatchField, volMesh>&,
127 const GeometricField<Type, pointPatchField, pointMesh>&,
138 const GeometricField<Type, fvPatchField, volMesh>&,
139 const GeometricField<Type, pointPatchField, pointMesh>&,
144 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
149 const PtrList<GeometricField<Type, PatchField, GeoMesh>>&,
159 const volPointInterpolation&,
160 const PtrList<GeometricField<Type, fvPatchField, volMesh>>&,
static void writeCellDataHeader(std::ostream &, const label nCells, const label nFields)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static void writeHeader(std::ostream &, const bool isBinary, const std::string &title)
static void insert(const point &, DynamicList< floatScalar > &dest)
Append point to given DynamicList.
SymmTensor< scalar > symmTensor
SymmTensor of scalars.
List< label > labelList
A List of labels.
static void write(std::ostream &, const bool, DynamicList< floatScalar > &)
Write floats ascii or binary.
vector point
Point is a vector.
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars.
Tensor< scalar > tensor
Tensor of scalars.
static void writePointDataHeader(std::ostream &, const label nPoints, const label nFields)