writePointFields.H File Reference

Read point fields from disk and write with vtk::internalWriter and vtk::patchWriter. More...

Include dependency graph for writePointFields.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define foamToVtk_WRITE_FIELD(FieldType)
 

Functions

template<class GeoField >
bool writePointField (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const tmp< GeoField > &tfield, const fvMeshSubsetProxy &proxy)
 
template<class GeoField >
label writePointFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const typename GeoField::Mesh &ptMesh, const IOobjectList &objects, const bool syncPar)
 
label writeAllPointFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 

Detailed Description

Read point fields from disk and write with vtk::internalWriter and vtk::patchWriter.

Original source file writePointFields.H

InNamespace Foam

Source files

Definition in file writePointFields.H.

Macro Definition Documentation

◆ foamToVtk_WRITE_FIELD

#define foamToVtk_WRITE_FIELD (   FieldType)
Value:
writePointFields<FieldType> \
( \
proxy, ptMesh, \
objects, \
syncPar \
)
autoPtr< vtk::internalWriter > internalWriter
PtrList< vtk::patchWriter > patchWriters