#include <sampling/vtkSurfaceWriter.H>
Definition at line 49 of file vtkSurfaceWriter.H.
Inheritance diagram for vtkSurfaceWriter< Type >:
Collaboration diagram for vtkSurfaceWriter< Type >: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.
| |
| vtkSurfaceWriter | ( | ) |
Construct null.
Definition at line 219 of file vtkSurfaceWriter.C.
| ~vtkSurfaceWriter | ( | ) | [virtual]
|
Definition at line 228 of file vtkSurfaceWriter.C.
| TypeName | ( | "vtk" | ) |
Runtime type information.
| void write | ( | const fileName & | outputDir, |
| const fileName & | surfaceName, | ||
| const pointField & | points, | ||
| const faceList & | faces, | ||
| const bool | verbose = false
|
||
| ) | const [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().
| 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 [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< T >::size(), and List< Type >::size().