Loading...
Searching...
No Matches
X3DsurfaceFormatCore Class Reference

Internal class used by the X3DsurfaceFormat. More...

#include <X3DsurfaceFormatCore.H>

Inheritance diagram for X3DsurfaceFormatCore:

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).

Detailed Description

Internal class used by the X3DsurfaceFormat.

Source files

Definition at line 48 of file X3DsurfaceFormatCore.H.

Member Function Documentation

◆ writeHeader()

void writeHeader ( Ostream & os)
staticprotected

Write file header.

Definition at line 27 of file X3DsurfaceFormatCore.C.

References os().

Referenced by X3DsurfaceFormat< Face >::write().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeFooter()

void writeFooter ( Ostream & os)
staticprotected

Write file header.

Definition at line 46 of file X3DsurfaceFormatCore.C.

References os().

Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ beginGroup()

void beginGroup ( Ostream & os)
staticprotected

Begin Group/Shape node.

Definition at line 56 of file X3DsurfaceFormatCore.C.

References os().

Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ endGroup()

void endGroup ( Ostream & os)
staticprotected

End Group/Shape node.

Definition at line 67 of file X3DsurfaceFormatCore.C.

References os().

Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeAppearance()

void writeAppearance ( Ostream & os)
staticprotected

Write appearance node.

Definition at line 78 of file X3DsurfaceFormatCore.C.

References os().

Referenced by X3DsurfaceFormat< Face >::write(), and x3dWriter::writeTemplate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writePoints()

void writePoints ( Ostream & os,
const UList< point > & pts )
staticprotected

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().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: