48 "\n Usage: boxToPoint ((minx miny minz) (maxx maxy maxz))\n\n" 49 " Select all points with coordinate within bounding box\n\n" 55 void Foam::boxToPoint::combine(topoSet&
set,
const bool add)
const 63 if (bbs_[i].contains(pts[pointI]))
65 addOrDelete(
set, pointI, add);
131 Info<<
" Adding points that are within boxes " << bbs_ <<
" ..." 138 Info<<
" Removing points that are within boxes " << bbs_ <<
" ..." virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
General set of labels of mesh quantity (points, cells, faces).
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Standard boundBox + extra functionality for use in octree.
A list of keyword definitions, which are a keyword followed by any number of values (e...
vectorField pointField
pointField is a vectorField.
virtual ~boxToPoint()
Destructor.
AccessType combine(const List< T > &, AccessOp aop=accessOp< T >())
Combines sublists into one big list.
Ostream & endl(Ostream &os)
Add newline and flush stream.
stressControl lookup("compactNormalStress") >> compactNormalStress
List< treeBoundBox > treeBoundBoxList
List of bounding boxes.
setAction
Enumeration defining the valid actions.
Macros for easy insertion into run-time selection tables.
Mesh consisting of general polyhedral cells.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Base class of a source for a topoSet.
boxToPoint(const polyMesh &mesh, const treeBoundBoxList &bb)
Construct from components.
Class with constructor to add usage string to table.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)