#include <sampling/rawSurfaceWriter.H>
Definition at line 49 of file rawSurfaceWriter.H.
Inheritance diagram for rawSurfaceWriter< Type >:
Collaboration diagram for rawSurfaceWriter< Type >:Public Member Functions | |
| TypeName ("raw") | |
| Runtime type information. | |
| rawSurfaceWriter () | |
| Construct null. | |
| virtual | ~rawSurfaceWriter () |
| 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. | |
| template<> | |
| void | write (const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const fileName &fieldName, const Field< bool > &values, const bool verbose) const |
Public Member Functions inherited from surfaceWriter< Type > | |
| TypeName ("surfaceWriter") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, surfaceWriter, word,(),()) | |
| surfaceWriter () | |
| Construct null. | |
| virtual | ~surfaceWriter () |
| virtual bool | separateFiles () |
| Return true if the surface format supports separate files. | |
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. | |
| rawSurfaceWriter | ( | ) |
Construct null.
Definition at line 280 of file rawSurfaceWriter.C.
|
virtual |
Definition at line 289 of file rawSurfaceWriter.C.
| TypeName | ( | "raw" | ) |
Runtime type information.
|
virtual |
Write geometry to file.
Reimplemented from surfaceWriter< Type >.
Definition at line 297 of file rawSurfaceWriter.C.
References Foam::endl(), forAll, Foam::Info, Foam::isDir(), Foam::mkDir(), OFstream::name(), Foam::nl, and List< T >::size().
|
virtual |
Writes single surface to file.
Implements surfaceWriter< Type >.
Definition at line 356 of file rawSurfaceWriter.C.
References Foam::endl(), Foam::Info, Foam::isDir(), Foam::mkDir(), OFstream::name(), Foam::nl, List< T >::size(), and List< Type >::size().
| void write | ( | const fileName & | outputDir, |
| const fileName & | surfaceName, | ||
| const pointField & | points, | ||
| const faceList & | faces, | ||
| const fileName & | fieldName, | ||
| const Field< bool > & | values, | ||
| const bool | verbose | ||
| ) | const |
Definition at line 341 of file rawSurfaceWriter.C.