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

pointToCell Class Reference

A topoSetSource to select cells based on usage of points. More...

#include <meshTools/pointToCell.H>


Detailed Description

A topoSetSource to select cells based on usage of points.

Source files

Definition at line 50 of file pointToCell.H.

Inheritance diagram for pointToCell:
Collaboration diagram for pointToCell:

List of all members.

Public Types

enum  pointAction { ANY }
 

Enumeration defining the valid options.

More...

Public Member Functions

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

Member Enumeration Documentation

Enumeration defining the valid options.

Enumerator:
ANY 

Definition at line 56 of file pointToCell.H.


Constructor & Destructor Documentation

pointToCell ( const polyMesh &   mesh,
const word &   setName,
const pointAction   option  
)

Construct from components.

Definition at line 99 of file pointToCell.C.

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

Construct from dictionary.

Definition at line 113 of file pointToCell.C.

pointToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 126 of file pointToCell.C.

~pointToCell (  ) [virtual]

Definition at line 139 of file pointToCell.C.


Member Function Documentation

TypeName ( "pointToCell"    )

Runtime type information.

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

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