Provide a means of writing x3d format. More...
#include <surfMesh/X3DsurfaceFormat.H>
Provide a means of writing x3d format.
Definition at line 55 of file X3DsurfaceFormat.H.
Inheritance diagram for X3DsurfaceFormat< Face >:
Collaboration diagram for X3DsurfaceFormat< Face >:Public Member Functions | |
| X3DsurfaceFormat () | |
| Construct null.
| |
| virtual | ~X3DsurfaceFormat () |
| virtual void | write (const fileName &name) const |
| Write object file.
| |
Static Public Member Functions | |
| static void | write (const fileName &, const MeshedSurfaceProxy< Face > &) |
| Write surface mesh components by proxy.
| |
| X3DsurfaceFormat | ( | ) |
Construct null.
Definition at line 37 of file X3DsurfaceFormat.C.
| virtual ~X3DsurfaceFormat | ( | ) | [inline, virtual]
|
Definition at line 78 of file X3DsurfaceFormat.H.
| void write | ( | const fileName & | filename, |
| const MeshedSurfaceProxy< Face > & | surf | ||
| ) | [static]
|
Write surface mesh components by proxy.
Definition at line 45 of file X3DsurfaceFormat.C.
References Foam::exit(), f(), MeshedSurfaceProxy< Face >::faceMap(), MeshedSurfaceProxy< Face >::faces(), Foam::FatalError, FatalErrorIn, forAll, IOstream::good(), Foam::nl, MeshedSurfaceProxy< Face >::points(), List< T >::size(), MeshedSurfaceProxy< Face >::surfZones(), MeshedSurfaceProxy< Face >::useFaceMap(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().
Referenced by X3DsurfaceFormat< Face >::write().
| virtual void write | ( | const fileName & | name ) | const [inline, virtual]
|
Write object file.
Reimplemented from MeshedSurface< Face >.
Definition at line 88 of file X3DsurfaceFormat.H.
References X3DsurfaceFormat< Face >::write().