54 faces_(ioFaces, faces),
55 zones_(ioZones, zones)
70 faces_(ioFaces, move(faces)),
71 zones_(ioZones, move(zones))
93 faces_.transfer(faces);
98 zones_.transfer(zones);
117 resetFaces(move(faces), move(zones));
135 resetFaces(move(faces), move(zones));
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void resetFaces(faceList &&faces, surfZoneList &&zones)
Reset primitive data (points, faces and zones)
void reset(pointField &&points, faceList &&faces, surfZoneList &&zones)
Reset primitive data (points, faces and zones)
MeshedSurfaceIOAllocator(const IOobject &ioPoints, const IOobject &ioFaces, const IOobject &ioZones)
Read construct from IOobjects.
void clear()
Clear primitive data (points, faces and zones)
typeIOobject< pointIOField > ioPoints("points", runTime.name(), mesh.name(), mesh)
bool notNull(const T &t)
Return true if t is not a reference to the nullObject of type T.