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

cellToPoint Class Reference

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

#include <meshTools/cellToPoint.H>


Detailed Description

A topoSetSource to select points based on usage in cells.

Source files

Definition at line 50 of file cellToPoint.H.

Inheritance diagram for cellToPoint:
Collaboration diagram for cellToPoint:

List of all members.

Public Types

enum  cellAction { ALL }
 

Enumeration defining the valid options.

More...

Public Member Functions

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

Member Enumeration Documentation

enum cellAction

Enumeration defining the valid options.

Enumerator:
ALL 

Definition at line 57 of file cellToPoint.H.


Constructor & Destructor Documentation

cellToPoint ( const polyMesh &   mesh,
const word &   setName,
const cellAction   option  
)

Construct from components.

Definition at line 99 of file cellToPoint.C.

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

Construct from dictionary.

Definition at line 113 of file cellToPoint.C.

cellToPoint ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 126 of file cellToPoint.C.

~cellToPoint (  ) [virtual]

Definition at line 139 of file cellToPoint.C.


Member Function Documentation

TypeName ( "cellToPoint"    )

Runtime type information.

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

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