Various functions for collecting and writing binary data. More...
Static Public Member Functions | |
static void | write (std::ostream &, const bool, List< floatScalar > &) |
static void | write (std::ostream &, const bool, DynamicList< floatScalar > &) |
static void | write (std::ostream &, const bool, labelList &) |
static void | write (std::ostream &, const bool, DynamicList< label > &) |
static void | writeHeader (std::ostream &, const bool isBinary, const std::string &title) |
static void | writeCellDataHeader (std::ostream &, const label nCells, const label nFields) |
static void | writePointDataHeader (std::ostream &, const label nPoints, const label nFields) |
static void | insert (const scalar, DynamicList< floatScalar > &) |
static void | insert (const point &, DynamicList< floatScalar > &) |
static void | insert (const sphericalTensor &, DynamicList< floatScalar > &) |
static void | insert (const symmTensor &, DynamicList< floatScalar > &) |
static void | insert (const tensor &, DynamicList< floatScalar > &) |
static void | insert (const labelList &, DynamicList< label > &) |
Append elements to DynamicList. More... | |
template<class Type > | |
static void | insert (const List< Type > &, DynamicList< floatScalar > &) |
Static Private Member Functions | |
static void | swapWord (label &word32) |
static void | swapWords (const label nWords, label *words32) |
Various functions for collecting and writing binary data.
Definition at line 52 of file vtkTools.H.
|
staticprivate |
Definition at line 55 of file vtkTools.C.
Definition at line 69 of file vtkTools.C.
|
static |
Definition at line 79 of file vtkTools.C.
References Foam::endl(), forAll, and List::size().
|
static |
Definition at line 119 of file vtkTools.C.
References fld(), DynamicList::shrink(), and write().
|
static |
Definition at line 132 of file vtkTools.C.
References Foam::endl(), forAll, and List::size().
|
static |
Definition at line 172 of file vtkTools.C.
References fld(), DynamicList::shrink(), and write().
|
static |
Definition at line 185 of file vtkTools.C.
References Foam::endl().
Definition at line 206 of file vtkTools.C.
References Foam::endl().
Definition at line 218 of file vtkTools.C.
References Foam::endl(), and nPoints.
|
static |
Definition at line 229 of file vtkTools.C.
References DynamicList::append().
|
static |
Definition at line 235 of file vtkTools.C.
References DynamicList::append(), and VectorSpace< Vector< scalar >, scalar, 3 >::nComponents.
|
static |
Definition at line 245 of file vtkTools.C.
References DynamicList::append(), and VectorSpace< SphericalTensor< Cmpt >, Cmpt, 1 >::nComponents.
|
static |
Definition at line 258 of file vtkTools.C.
References DynamicList::append(), SymmTensor< Cmpt >::xx(), SymmTensor< Cmpt >::xy(), SymmTensor< Cmpt >::xz(), SymmTensor< Cmpt >::yy(), SymmTensor< Cmpt >::yz(), and SymmTensor< Cmpt >::zz().
|
static |
Definition at line 272 of file vtkTools.C.
References DynamicList::append().
|
static |
Append elements to DynamicList.
Definition at line 281 of file vtkTools.C.
References DynamicList::append().
|
static |
Definition at line 32 of file vtkToolsTemplates.C.
References forAll, and insert().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.