Go to the source code of this file.
|
template<class Type > |
bool | writePointField (ensightCase &ensCase, const ensightMesh &ensMesh, const tmp< GeometricField< Type, pointPatchField, pointMesh >> &tfield) |
|
template<class Type > |
label | writePointFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects) |
|
label | writeAllPointFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects) |
|
Original source file writePointFields.H
InNamespace
Definition in file writePointFields.H.
◆ ensight_WRITE_FIELD
#define ensight_WRITE_FIELD |
( |
|
PrimitiveType | ) |
|
Value: writePointFields<PrimitiveType> \
( \
ensCase, \
ensMesh, \
objects \
)