30 Foam::MeshedSurfaceIOAllocator::MeshedSurfaceIOAllocator
43 Foam::MeshedSurfaceIOAllocator::MeshedSurfaceIOAllocator
53 points_(ioPoints, points),
54 faces_(ioFaces, faces),
55 zones_(ioZones, zones)
59 Foam::MeshedSurfaceIOAllocator::MeshedSurfaceIOAllocator
69 points_(ioPoints, points),
70 faces_(ioFaces, faces),
71 zones_(ioZones, zones)
A simple container for copying or transferring objects of type <T>.
void resetFaces(const Xfer< faceList > &faces, const Xfer< surfZoneList > &zones)
Reset primitive data (points, faces and zones)
void clear()
Clear the list, i.e. set size to zero.
bool notNull(const T &t)
Return true if t is not a reference to the nullObject of type T.
void reset(const Xfer< pointField > &points, const Xfer< faceList > &faces, const Xfer< surfZoneList > &zones)
Reset primitive data (points, faces and zones)
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.