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

setToPointZone Class Reference

A topoSetSource to select points based on usage in a pointSet. More...

#include <meshTools/setToPointZone.H>


Detailed Description

A topoSetSource to select points based on usage in a pointSet.

Source files

Definition at line 49 of file setToPointZone.H.

Inheritance diagram for setToPointZone:
Collaboration diagram for setToPointZone:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

setToPointZone ( const polyMesh &   mesh,
const word &   setName  
)

Construct from components.

Definition at line 58 of file setToPointZone.C.

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

Construct from dictionary.

Definition at line 70 of file setToPointZone.C.

setToPointZone ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 82 of file setToPointZone.C.

~setToPointZone (  ) [virtual]

Definition at line 94 of file setToPointZone.C.


Member Function Documentation

TypeName ( "setToPointZone"    )

Runtime type information.


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