VTKsurfaceFormatCore Class Reference

Internal class used by the VTKsurfaceFormat. More...

Inheritance diagram for VTKsurfaceFormatCore:

Static Protected Member Functions

static void writeHeader (Ostream &, const pointField &)
 Write header information with points. More...
 
static void writeTail (Ostream &, const UList< surfZone > &)
 Write trailing information with zone information. More...
 
static void writeTail (Ostream &, const labelUList &zoneIds)
 Write trailing information with zone Ids. More...
 

Detailed Description

Internal class used by the VTKsurfaceFormat.

Source files

Definition at line 52 of file VTKsurfaceFormatCore.H.

Member Function Documentation

◆ writeHeader()

void writeHeader ( Ostream os,
const pointField pointLst 
)
staticprotected

Write header information with points.

Definition at line 32 of file VTKsurfaceFormatCore.C.

References forAll, Foam::nl, List< T >::size(), VTKsurfaceFormatCore::writeTail(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().

Here is the call graph for this function:

◆ writeTail() [1/2]

void writeTail ( Ostream os,
const UList< surfZone > &  zoneLst 
)
staticprotected

Write trailing information with zone information.

Definition at line 56 of file VTKsurfaceFormatCore.C.

References forAll, Foam::nl, and UList< T >::size().

Referenced by VTKsurfaceFormatCore::writeHeader().

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

◆ writeTail() [2/2]

void writeTail ( Ostream os,
const labelUList zoneIds 
)
staticprotected

Write trailing information with zone Ids.

Definition at line 97 of file VTKsurfaceFormatCore.C.

References forAll, Foam::nl, and UList< T >::size().

Here is the call graph for this function:

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