53 points_(ioPoints, points),
54 faces_(ioFaces, faces),
55 zones_(ioZones, zones)
69 points_(ioPoints, move(points)),
70 faces_(ioFaces, move(faces)),
71 zones_(ioZones, move(zones))
MeshedSurfaceIOAllocator(const IOobject &ioPoints, const IOobject &ioFaces, const IOobject &ioZones)
Read construct from IOobjects.
void clear()
Clear the list, i.e. set size to zero.
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)
bool notNull(const T &t)
Return true if t is not a reference to the nullObject of type T.
void clear()
Clear primitive data (points, faces and zones)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void transfer(List< T > &)
Transfer the contents of the argument List into this list.