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

labelToFace Class Reference

A topoSetSource to select faces given explicitly provided face labels. More...

#include <meshTools/labelToFace.H>


Detailed Description

A topoSetSource to select faces given explicitly provided face labels.

Source files

Definition at line 49 of file labelToFace.H.

Inheritance diagram for labelToFace:
Collaboration diagram for labelToFace:

List of all members.

Public Member Functions

 TypeName ("labelToFace")
 Runtime type information.
 labelToFace (const polyMesh &mesh, const labelList &labels)
 Construct from components.
 labelToFace (const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary.
 labelToFace (const polyMesh &mesh, Istream &)
 Construct from Istream.
virtual  ~labelToFace ()
virtual void  applyToSet (const topoSetSource::setAction action, topoSet &) const

Constructor & Destructor Documentation

labelToFace ( const polyMesh &   mesh,
const labelList &   labels  
)

Construct from components.

Definition at line 68 of file labelToFace.C.

labelToFace ( const polyMesh &   mesh,
const dictionary &   dict  
)

Construct from dictionary.

Definition at line 80 of file labelToFace.C.

labelToFace ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 92 of file labelToFace.C.

~labelToFace (  ) [virtual]

Definition at line 104 of file labelToFace.C.


Member Function Documentation

TypeName ( "labelToFace"    )

Runtime type information.

void applyToSet ( const topoSetSource::setAction   action,
topoSet &   set  
) const [virtual]

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