Go to the documentation of this file.
54 faces_(ioFaces, faces),
55 zones_(ioZones, zones)
70 faces_(ioFaces, faces),
71 zones_(ioZones, zones)
93 faces_.transfer(faces());
98 zones_.transfer(zones());
114 points_.transfer(
points());
117 resetFaces(faces, zones);
132 points_.transfer(
points());
135 resetFaces(faces, zones);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
MeshedSurfaceIOAllocator(const MeshedSurfaceIOAllocator &)
Disallow default bitwise copy construct.
bool notNull(const T &t)
Return true if t is not a reference to the nullObject of type T.
void resetFaces(const Xfer< faceList > &faces, const Xfer< surfZoneList > &zones)
Reset primitive data (points, faces and zones)
A simple container for copying or transferring objects of type <T>.
void reset(const Xfer< pointField > &points, const Xfer< faceList > &faces, const Xfer< surfZoneList > &zones)
Reset primitive data (points, faces and zones)
faceCompactIOList faces_
Faces.
Pre-declare SubField and related Field type.
surfZoneIOList zones_
Surface zones.
void clear()
Clear primitive data (points, faces and zones)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void clear()
Clear the list, i.e. set size to zero.
pointIOField points_
Points.
IOobject ioPoints("points", runTime.timeName(), mesh.name(), mesh)