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

STARCDsurfaceFormat< Face > Class Template Reference

Read/write the surface shells from pro-STAR vrt/cel files. More...

#include <surfMesh/STARCDsurfaceFormat.H>


Detailed Description

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

Read/write the surface shells from pro-STAR vrt/cel files.

Note:
Uses the extension .inp (input) to denote the format.
See also:
Foam::meshReaders::STARCD
Source files

Definition at line 61 of file STARCDsurfaceFormat.H.

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

List of all members.

Public Member Functions

 STARCDsurfaceFormat (const fileName &)
 Construct from file name.
virtual  ~STARCDsurfaceFormat ()
 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

STARCDsurfaceFormat ( const fileName &   filename  )

Construct from file name.

Definition at line 66 of file STARCDsurfaceFormat.C.

virtual ~STARCDsurfaceFormat (  ) [inline, virtual]

Destructor.

Definition at line 113 of file STARCDsurfaceFormat.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 103 of file STARCDsurfaceFormat.H.

References Foam::name().

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

Write object.

Reimplemented from MeshedSurface< Face >.

Definition at line 126 of file STARCDsurfaceFormat.H.

References STARCDsurfaceFormat< Face >::write().


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