38#ifndef MeshedSurfaceIOAllocator_H
39#define MeshedSurfaceIOAllocator_H
A helper class for storing points and faces with IO capabilities.
const pointIOField & storedIOPoints() const
Const access to the points.
virtual ~MeshedSurfaceIOAllocator()
Destructor.
faceCompactIOList & storedIOFaces()
Non-const access to the faces.
pointIOField & storedIOPoints()
Non-const access to the points.
virtual bool writeObject(IOstreamOption streamOpt, const bool valid) const
Write using stream options.
void clear()
Clear primitive data (points, faces)
const faceCompactIOList & storedIOFaces() const
Const access to the faces.
void setInstance(const fileName &inst)
Set the instance for mesh files.
void setWriteOption(IOobject::writeOption wOpt)
Adjust the write option for all components.
A primitive field of type <T> with automated input and output.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
writeOption
Enumeration defining the write options.
The IOstreamOption is a simple container for options an IOstream can normally have.
A class for handling file names.