48 pointToCell::typeName,
49 "\n Usage: pointToCell <pointSet> any\n\n"
50 " Select all cells with any point in the pointSet\n\n"
61 Foam::pointToCell::pointActionNames_;
66 void Foam::pointToCell::combine(
topoSet&
set,
const bool add)
const
78 iter != loadedSet.end();
82 label pointI = iter.key();
119 setName_(dict.
lookup(
"set")),
120 option_(pointActionNames_.read(dict.
lookup(
"option")))
132 setName_(checkIs(is)),
133 option_(pointActionNames_.read(checkIs(is)))
153 Info<<
" Adding cells according to pointSet " << setName_
160 Info<<
" Removing cells according to pointSet " << setName_