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

boxToPoint Class Reference

A topoSetSource to select points based on whether they are inside box. More...

#include <meshTools/boxToPoint.H>


Detailed Description

A topoSetSource to select points based on whether they are inside box.

Source files

Definition at line 50 of file boxToPoint.H.

Inheritance diagram for boxToPoint:
Collaboration diagram for boxToPoint:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

boxToPoint ( const polyMesh &   mesh,
const treeBoundBox &   bb  
)

Construct from components.

Definition at line 73 of file boxToPoint.C.

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

Construct from dictionary.

Definition at line 85 of file boxToPoint.C.

boxToPoint ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 97 of file boxToPoint.C.

~boxToPoint (  ) [virtual]

Definition at line 109 of file boxToPoint.C.


Member Function Documentation

TypeName ( "boxToPoint"    )

Runtime type information.

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

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