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

pointToPoint Class Reference

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

#include <meshTools/pointToPoint.H>


Detailed Description

A topoSetSource to select points based on usage in pointSet.

Source files

Definition at line 49 of file pointToPoint.H.

Inheritance diagram for pointToPoint:
Collaboration diagram for pointToPoint:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

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

Construct from components.

Definition at line 58 of file pointToPoint.C.

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

Construct from dictionary.

Definition at line 70 of file pointToPoint.C.

pointToPoint ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 82 of file pointToPoint.C.

~pointToPoint (  ) [virtual]

Definition at line 94 of file pointToPoint.C.


Member Function Documentation

TypeName ( "pointToPoint"    )

Runtime type information.

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

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