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

nearestToPoint Class Reference

A topoSetSource to select points nearest to points. More...

#include <meshTools/nearestToPoint.H>


Detailed Description

A topoSetSource to select points nearest to points.

Source files

Definition at line 49 of file nearestToPoint.H.

Inheritance diagram for nearestToPoint:
Collaboration diagram for nearestToPoint:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

nearestToPoint ( const polyMesh &   mesh,
const pointField &   points  
)

Construct from components.

Definition at line 90 of file nearestToPoint.C.

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

Construct from dictionary.

Definition at line 102 of file nearestToPoint.C.

nearestToPoint ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 114 of file nearestToPoint.C.

~nearestToPoint (  ) [virtual]

Definition at line 126 of file nearestToPoint.C.


Member Function Documentation

TypeName ( "nearestToPoint"    )

Runtime type information.

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

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