A helper class for storing points and faces with IO capabilities. More...
Public Member Functions | |
MeshedSurfaceIOAllocator (const IOobject &ioPoints, const IOobject &ioFaces) | |
MeshedSurfaceIOAllocator (const IOobject &ioPoints, const pointField &points, const IOobject &ioFaces, const faceList &faces) | |
MeshedSurfaceIOAllocator (const IOobject &ioPoints, pointField &&points, const IOobject &ioFaces, faceList &&faces) | |
virtual | ~MeshedSurfaceIOAllocator () |
void | setInstance (const fileName &inst) |
void | setWriteOption (IOobject::writeOption wOpt) |
pointIOField & | storedIOPoints () |
faceCompactIOList & | storedIOFaces () |
const pointIOField & | storedIOPoints () const |
const faceCompactIOList & | storedIOFaces () const |
void | clear () |
virtual bool | writeObject (IOstreamOption streamOpt, const bool valid) const |
A helper class for storing points and faces with IO capabilities.
Definition at line 50 of file MeshedSurfaceIOAllocator.H.
MeshedSurfaceIOAllocator | ( | const IOobject & | ioPoints, |
const IOobject & | ioFaces | ||
) |
Definition at line 27 of file MeshedSurfaceIOAllocator.C.
MeshedSurfaceIOAllocator | ( | const IOobject & | ioPoints, |
const pointField & | points, | ||
const IOobject & | ioFaces, | ||
const faceList & | faces | ||
) |
Definition at line 38 of file MeshedSurfaceIOAllocator.C.
MeshedSurfaceIOAllocator | ( | const IOobject & | ioPoints, |
pointField && | points, | ||
const IOobject & | ioFaces, | ||
faceList && | faces | ||
) |
Definition at line 49 of file MeshedSurfaceIOAllocator.C.
|
virtual |
Definition at line 61 of file MeshedSurfaceIOAllocator.C.
References MeshedSurfaceIOAllocator::clear().
void setInstance | ( | const fileName & | inst | ) |
Definition at line 70 of file MeshedSurfaceIOAllocator.C.
void setWriteOption | ( | IOobject::writeOption | wOpt | ) |
Definition at line 80 of file MeshedSurfaceIOAllocator.C.
Referenced by surfMesh::setWriteOption().
|
inline |
Definition at line 114 of file MeshedSurfaceIOAllocator.H.
Referenced by surfMesh::storedPoints().
|
inline |
Definition at line 120 of file MeshedSurfaceIOAllocator.H.
Referenced by surfMesh::storedFaces().
|
inline |
Definition at line 126 of file MeshedSurfaceIOAllocator.H.
|
inline |
Definition at line 132 of file MeshedSurfaceIOAllocator.H.
void clear | ( | ) |
Definition at line 89 of file MeshedSurfaceIOAllocator.C.
Referenced by MeshedSurfaceIOAllocator::~MeshedSurfaceIOAllocator().
|
virtual |
Reimplemented in surfMesh.
Definition at line 97 of file MeshedSurfaceIOAllocator.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.