#include <sampling/vtkSurfaceWriter.H>
Definition at line 49 of file vtkSurfaceWriter.H.
Public Member Functions | |
TypeName ("vtk") | |
Runtime type information. | |
vtkSurfaceWriter () | |
Construct null. | |
virtual | ~vtkSurfaceWriter () |
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. | |
![]() | |
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 autoPtr< surfaceWriter > | New (const word &writeFormat) |
Return a reference to the selected surfaceWriter. |
vtkSurfaceWriter | ( | ) |
Construct null.
Definition at line 219 of file vtkSurfaceWriter.C.
|
virtual |
Definition at line 228 of file vtkSurfaceWriter.C.
TypeName | ( | "vtk" | ) |
Runtime type information.
|
virtual |
Write geometry to file.
Reimplemented from surfaceWriter< Type >.
Definition at line 236 of file vtkSurfaceWriter.C.
References Foam::endl(), Foam::Info, Foam::isDir(), and Foam::mkDir().
|
virtual |
Writes single surface to file.
Implements surfaceWriter< Type >.
Definition at line 263 of file vtkSurfaceWriter.C.
References Foam::endl(), Foam::Info, Foam::isDir(), Foam::mkDir(), OFstream::name(), List< Type >::size(), and List< T >::size().