vtkWrite.C File Reference
Include dependency graph for vtkWrite.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::functionObjects
 Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows by producing additional user-requested data both during runtime and postprocessing calculations, typically in the form of additional logging to the screen, or generating text, image and field files.
 

Macros

#define doLocalCode(FieldType)
 
#define doLocalCode(FieldType)
 

Functions

 defineTypeNameAndDebug (vtkWrite, 0)
 
 addToRunTimeSelectionTable (functionObject, vtkWrite, dictionary)
 

Detailed Description

Original source file vtkWrite.C

Definition in file vtkWrite.C.

Macro Definition Documentation

◆ doLocalCode [1/2]

#define doLocalCode (   FieldType)
Value:
count += writeVolFieldsImpl<FieldType> \
( \
internalWriter, \
patchWriters, \
proxy, \
candidateNames \
);
unsigned int count(const UList< bool > &bools, const bool val=true)
Count number of &#39;true&#39; entries.
Definition: BitOps.H:73

◆ doLocalCode [2/2]

#define doLocalCode (   FieldType)
Value:
count += writeVolFieldsImpl<FieldType> \
( \
internalWriter, pInterp, \
patchWriters, patchInterps, \
proxy, \
candidateNames \
);
unsigned int count(const UList< bool > &bools, const bool val=true)
Count number of &#39;true&#39; entries.
Definition: BitOps.H:73
PtrList< PrimitivePatchInterpolation< primitivePatch > > patchInterps
autoPtr< volPointInterpolation > pInterp