65 std::map<label, meshSubset>::iterator it = pointSubsets_.find(setI);
66 if( it == pointSubsets_.end() )
69 it->second.addElement(pointI);
78 std::map<label, meshSubset>::iterator it = pointSubsets_.find(setI);
79 if( it == pointSubsets_.end() )
82 it->second.removeElement(pointI);
93 std::map<label, meshSubset>::const_iterator it;
96 it=pointSubsets_.begin();
97 it!=pointSubsets_.end();
101 if( it->second.contains(pointI) )
102 pointSubsets.
append(it->first);
110 std::map<label, meshSubset>::const_iterator it;
117 indices.
append(it->first);
120 template<
class ListType>
129 std::map<label, meshSubset>::const_iterator it =
130 pointSubsets_.find(setI);
131 if( it == pointSubsets_.end() )
137 template<
class ListType>
142 std::map<label, meshSubset>::iterator it=
pointSubsets_.begin();
146 it->second.updateSubset(newNodeLabels);