Loading...
Searching...
No Matches
writeDimFields.H File Reference
Include dependency graph for writeDimFields.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define doLocalWriteCode(Type)
#define doLocalWriteCode(Type)

Functions

template<class GeoField>
label writeDimFields (autoPtr< vtk::internalWriter > &internalWriter, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache)
template<class GeoField>
label writeDimFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache)
label writeAllDimFields (autoPtr< vtk::internalWriter > &internalWriter, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache)
label writeAllDimFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar, objectRegistry *cache)

Detailed Description

Original source file writeDimFields.H

Definition in file writeDimFields.H.

Macro Definition Documentation

◆ doLocalWriteCode [1/2]

#define doLocalWriteCode ( Type)
Value:
{ \
typedef VolumeInternalField<Type> FieldType; \
\
count += writeDimFields<FieldType> \
( \
proxy, \
objects, \
syncPar, \
cache \
); \
if (count >= total) break; /* early exit */ \
}
autoPtr< vtk::internalWriter > internalWriter

◆ doLocalWriteCode [2/2]

#define doLocalWriteCode ( Type)
Value:
{ \
typedef VolumeInternalField<Type> FieldType; \
\
count += writeDimFields<FieldType> \
( \
proxy, \
objects, \
syncPar, \
cache \
); \
if (count >= total) break; /* early exit */ \
}
autoPtr< volPointInterpolation > pInterp