FreeFOAM The Cross-Platform CFD Toolkit
VTKsurfaceFormatCore Class Reference

Internal class used by the VTKsurfaceFormat. More...

#include <surfMesh/VTKsurfaceFormatCore.H>


Detailed Description

+ Inheritance diagram for VTKsurfaceFormatCore:

List of all members.

Static Protected Member Functions

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

Member Function Documentation

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(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().

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

void writeTail ( Ostream os,
const UList< label > &  zoneIds 
)
staticprotected

Write trailing information with zone Ids.

Definition at line 97 of file VTKsurfaceFormatCore.C.

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


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