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

OFFsurfaceFormat< Face > Class Template Reference

Provide a means of reading/writing Geomview OFF polyList format. More...

#include <surfMesh/OFFsurfaceFormat.H>


Detailed Description

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

Provide a means of reading/writing Geomview OFF polyList format.

See also:
The Geoview file format information: http://www.geomview.org/docs/html/OFF.html#OFF
Note:
When reading, the optional colorspec is ignored. When writing, it is set to the zone number (integer).
Source files

Definition at line 64 of file OFFsurfaceFormat.H.

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

List of all members.

Public Member Functions

 OFFsurfaceFormat (const fileName &)
 Construct from file name.
virtual  ~OFFsurfaceFormat ()
 Destructor.
virtual bool  read (const fileName &)
 Read from file.
virtual void  write (const fileName &name) const
 Write object.

Static Public Member Functions

static autoPtr< MeshedSurface
< Face > >  
New (const fileName &name)
 Read file and return surface.
static void  write (const fileName &, const MeshedSurfaceProxy< Face > &)
 Write surface mesh components by proxy.

Constructor & Destructor Documentation

OFFsurfaceFormat ( const fileName &   filename  )

Construct from file name.

Definition at line 37 of file OFFsurfaceFormat.C.

virtual ~OFFsurfaceFormat (  ) [inline, virtual]

Destructor.

Definition at line 98 of file OFFsurfaceFormat.H.


Member Function Documentation

static autoPtr<MeshedSurface<Face> > New ( const fileName &   name  ) [inline, static]

Read file and return surface.

Reimplemented from MeshedSurface< Face >.

Definition at line 88 of file OFFsurfaceFormat.H.

virtual void write ( const fileName &   name  ) const [inline, virtual]

Write object.

Reimplemented from MeshedSurface< Face >.

Definition at line 111 of file OFFsurfaceFormat.H.

References OFFsurfaceFormat< Face >::write().


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