48 cellToPoint::typeName,
49 "\n Usage: cellToPoint <cellSet> all\n\n"
50 " Select all points of cells in the cellSet\n\n"
60 Foam::cellToPoint::cellActionNames_;
65 void Foam::cellToPoint::combine(
topoSet&
set,
const bool add)
const
74 iter != loadedSet.end();
78 label cellI = iter.key();
119 setName_(dict.
lookup(
"set")),
120 option_(cellActionNames_.read(dict.
lookup(
"option")))
132 setName_(checkIs(is)),
133 option_(cellActionNames_.read(checkIs(is)))
153 Info<<
" Adding from " << setName_ <<
" ..." <<
endl;
159 Info<<
" Removing from " << setName_ <<
" ..." <<
endl;