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

FTRsurfaceFormat< Face > Class Template Reference

Reading of the (now deprecated and infrequently used) Foam Trisurface Format. More...

#include <surfMesh/FTRsurfaceFormat.H>


Detailed Description

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

Reading of the (now deprecated and infrequently used) Foam Trisurface Format.

Source files

Definition at line 55 of file FTRsurfaceFormat.H.

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

List of all members.

Classes

class  ftrPatch
 read compatibility for ftr patch definitions

Public Member Functions

 FTRsurfaceFormat (const fileName &)
 Construct from file name.
virtual  ~FTRsurfaceFormat ()
virtual bool  read (const fileName &)
 Read from file.

Static Public Member Functions

static autoPtr
< UnsortedMeshedSurface< Face > >  
New (const fileName &name)
 Read file and return surface.

Constructor & Destructor Documentation

FTRsurfaceFormat ( const fileName &   filename  )

Construct from file name.

Definition at line 34 of file FTRsurfaceFormat.C.

virtual ~FTRsurfaceFormat (  ) [inline, virtual]

Definition at line 116 of file FTRsurfaceFormat.H.


Member Function Documentation

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

Read file and return surface.

Reimplemented from UnsortedMeshedSurface< Face >.

Definition at line 105 of file FTRsurfaceFormat.H.

References Foam::name().

bool read ( const fileName &   filename  ) [virtual]

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