42 labelToPoint::typeName,
43 "\n Usage: labelToPoint (i0 i1 .. in)\n\n" 44 " Select points by label\n\n" 50 void Foam::labelToPoint::combine(topoSet&
set,
const bool add)
const 54 addOrDelete(
set, labels_[
labelI], add);
79 labels_(dict.
lookup(
"value"))
110 Info<<
" Adding points mentioned in dictionary" <<
" ..." <<
endl;
116 Info<<
" Removing points mentioned in dictionary" <<
" ..." #define forAll(list, i)
Loop across all elements in list.
virtual ~labelToPoint()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Ostream & endl(Ostream &os)
Add newline and flush stream.
labelToPoint(const polyMesh &mesh, const labelList &labels)
Construct from components.
AccessType combine(const List< T > &, AccessOp aop=accessOp< T >())
Combines sublists into one big list.
Macros for easy insertion into run-time selection tables.
Base class of a source for a topoSet.
static const labelSphericalTensor labelI(1)
Identity labelTensor.
setAction
Enumeration defining the valid actions.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
General set of labels of mesh quantity (points, cells, faces).
Class with constructor to add usage string to table.
Mesh consisting of general polyhedral cells.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.