#include <sampling/proxySurfaceWriter.H>
Definition at line 49 of file proxySurfaceWriter.H.
Inheritance diagram for proxySurfaceWriter< Type >:
Collaboration diagram for proxySurfaceWriter< Type >:Public Member Functions | |
| TypeName ("proxy") | |
| Runtime type information. | |
| proxySurfaceWriter (const word &ext) | |
| Construct for a given extension. | |
| virtual | ~proxySurfaceWriter () |
| virtual bool | separateFiles () |
| Always write separate geometry file. | |
| virtual void | write (const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const bool verbose=false) const |
| Write geometry to file. | |
| virtual void | write (const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const fileName &fieldName, const Field< Type > &values, const bool verbose=false) const |
| Writes single surface to file. | |
Public Member Functions inherited from surfaceWriter< Type > | |
| TypeName ("surfaceWriter") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, surfaceWriter, word,(),()) | |
| surfaceWriter () | |
| Construct null. | |
| virtual | ~surfaceWriter () |
Additional Inherited Members | |
Static Public Member Functions inherited from surfaceWriter< Type > | |
| static autoPtr< surfaceWriter > | New (const word &writeFormat) |
| Return a reference to the selected surfaceWriter. | |
| proxySurfaceWriter | ( | const word & | ext | ) |
Construct for a given extension.
Definition at line 35 of file proxySurfaceWriter.C.
|
virtual |
Definition at line 45 of file proxySurfaceWriter.C.
| TypeName | ( | "proxy" | ) |
Runtime type information.
|
inlinevirtual |
Always write separate geometry file.
Reimplemented from surfaceWriter< Type >.
Definition at line 79 of file proxySurfaceWriter.H.
|
virtual |
Write geometry to file.
Reimplemented from surfaceWriter< Type >.
Definition at line 53 of file proxySurfaceWriter.C.
References Foam::endl(), Foam::Info, Foam::isDir(), Foam::mkDir(), and points.
|
inlinevirtual |
Writes single surface to file.
Implements surfaceWriter< Type >.
Definition at line 99 of file proxySurfaceWriter.H.