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

VTKsurfaceFormat< Face > Class Template Reference

Provide a means of writing VTK legacy format. The output is never sorted by zone. More...

#include <surfMesh/VTKsurfaceFormat.H>


Detailed Description

template<class Face>
class Foam::fileFormats::VTKsurfaceFormat< Face >

Provide a means of writing VTK legacy format. The output is never sorted by zone.

Source files

Definition at line 56 of file VTKsurfaceFormat.H.

Inheritance diagram for VTKsurfaceFormat< Face >:
Collaboration diagram for VTKsurfaceFormat< Face >:

List of all members.

Public Member Functions

 VTKsurfaceFormat ()
 Construct null.
virtual  ~VTKsurfaceFormat ()
virtual void  write (Ostream &os) const
 Write object.

Static Public Member Functions

static void  write (const fileName &, const MeshedSurfaceProxy< Face > &)
 Write surface mesh components by proxy.
static void  write (const fileName &, const UnsortedMeshedSurface< Face > &)
 Write UnsortedMeshedSurface, the output remains unsorted.

Constructor & Destructor Documentation

Construct null.

Definition at line 53 of file VTKsurfaceFormat.C.

virtual ~VTKsurfaceFormat (  ) [inline, virtual]

Definition at line 83 of file VTKsurfaceFormat.H.


Member Function Documentation

virtual void write ( Ostream &   os  ) const [inline, virtual]

Write object.

Definition at line 105 of file VTKsurfaceFormat.H.

References VTKsurfaceFormat< Face >::write().


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