Provide a means of writing VRML97 (wrl) format. More...
#include <surfMesh/WRLsurfaceFormat.H>
Provide a means of writing VRML97 (wrl) format.
Definition at line 55 of file WRLsurfaceFormat.H.
Inheritance diagram for WRLsurfaceFormat< Face >:
Collaboration diagram for WRLsurfaceFormat< Face >:Public Member Functions | |
| WRLsurfaceFormat () | |
| Construct null.
| |
| virtual | ~WRLsurfaceFormat () |
| 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.
| |
| WRLsurfaceFormat | ( | ) |
Construct null.
Definition at line 35 of file WRLsurfaceFormat.C.
| virtual ~WRLsurfaceFormat | ( | ) | [inline, virtual]
|
Definition at line 79 of file WRLsurfaceFormat.H.
| void write | ( | const fileName & | filename, |
| const MeshedSurfaceProxy< Face > & | surf | ||
| ) | [static]
|
Write surface mesh components by proxy.
Definition at line 43 of file WRLsurfaceFormat.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 WRLsurfaceFormat< Face >::write().
| virtual void write | ( | const fileName & | name ) | const [inline, virtual]
|
Write object file.
Reimplemented from MeshedSurface< Face >.
Definition at line 89 of file WRLsurfaceFormat.H.
References WRLsurfaceFormat< Face >::write().