72#ifndef Foam_surfaceWriters_x3dWriter_H
73#define Foam_surfaceWriters_x3dWriter_H
94 protected fileFormats::X3DsurfaceFormatCore
99 IOstreamOption streamOpt_;
107 const colourTable* colourTablePtr_;
114 fileName writeTemplate
116 const word& fieldName,
117 const Field<Type>& localValues
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
A simple container for options an IOstream can normally have.
static bool parRun(const bool on) noexcept
Set as parallel run on/off.
Base class for generating a colour table from node points.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling file names.
Abstract definition of a meshed surface defined by faces and points.
surfaceWriter()
Default construct.
A surfaceWriter for X3D files.
virtual ~x3dWriter()=default
Destructor.
TypeNameNoDebug("x3d")
Declare type-name, virtual type (without debug switch).
declareSurfaceWriterWriteMethod(symmTensor)
declareSurfaceWriterWriteMethod(sphericalTensor)
x3dWriter()
Default construct.
declareSurfaceWriterWriteMethod(tensor)
declareSurfaceWriterWriteMethod(label)
declareSurfaceWriterWriteMethod(scalar)
declareSurfaceWriterWriteMethod(vector)
virtual fileName write()
Write surface geometry to file.
A class for handling words, derived from Foam::string.
Namespace for surface writers.
List< face > faceList
List of faces.
MinMax< scalar > scalarMinMax
A scalar min/max range.
vectorField pointField
pointField is a vectorField.
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
#define declareSurfaceWriterWriteMethod(Type)
#define TypeNameNoDebug(TypeNameString)
Declare a ClassNameNoDebug() with extra virtual type info.