Internal class used by the X3DsurfaceFormat. More...
#include <X3DsurfaceFormatCore.H>

Static Protected Member Functions | |
| static void | writeHeader (Ostream &os) |
| Write file header. | |
| static void | writeFooter (Ostream &os) |
| Write file header. | |
| static void | beginGroup (Ostream &os) |
| Begin Group/Shape node. | |
| static void | endGroup (Ostream &os) |
| End Group/Shape node. | |
| static void | writeAppearance (Ostream &os) |
| Write appearance node. | |
| static void | writePoints (Ostream &os, const UList< point > &pts) |
| Write points (Coordinate). | |
Internal class used by the X3DsurfaceFormat.
Definition at line 48 of file X3DsurfaceFormatCore.H.
|
staticprotected |
Write file header.
Definition at line 27 of file X3DsurfaceFormatCore.C.
References os().
Referenced by X3DsurfaceFormat< Face >::write().


|
staticprotected |
Write file header.
Definition at line 46 of file X3DsurfaceFormatCore.C.
References os().
Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().


|
staticprotected |
Begin Group/Shape node.
Definition at line 56 of file X3DsurfaceFormatCore.C.
References os().
Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().


|
staticprotected |
End Group/Shape node.
Definition at line 67 of file X3DsurfaceFormatCore.C.
References os().
Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().


|
staticprotected |
Write appearance node.
Definition at line 78 of file X3DsurfaceFormatCore.C.
References os().
Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().


Write points (Coordinate).
Definition at line 97 of file X3DsurfaceFormatCore.C.
References Foam::nl, os(), p, and pts.
Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().

