FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

VTKsurfaceFormatCore Class Reference

Internal class used by the VTKsurfaceFormat. More...

#include <surfMesh/VTKsurfaceFormatCore.H>


Detailed Description

Internal class used by the VTKsurfaceFormat.

Source files

Definition at line 53 of file VTKsurfaceFormatCore.H.

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  
) [static, protected]

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  
) [static, protected]

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  
) [static, protected]

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: