Go to the documentation of this file.
42 bool finished =
false;
50 if(
auto [it, inserted] = selctedIndices.insert(newInd); inserted )
66 for(
auto& ind:selctedIndices)
105 begin_ =
max(begin_,1);
107 number_ =
max(number_,0);
108 if(end_-begin_ < number_)
112 " number is greater than the interval defined by begine and end ["<<
113 begin_<<
" "<<end_<<
"), resetting it to "<<end_-begin_<<
endl;
115 number_ = end_-begin_;
118 if(!selectAllPointsInRange())
T getValOrSet(const word &keyword, const T &setVal) const
selectRandom(const pointStructure &pStruct, const dictionary &dict)
bool selectAllPointsInRange()
#define warningInFunction
std::set< Key, std::less< Key >, std::allocator< Key > > Set
virtual word globalName() const
iOstream & endl(iOstream &os)
int32Vector selectedPoints_
#define fatalErrorInFunction
dictionary & subDict(const word &keyword)
T max(const Vector< T, Allocator > &v)
T getVal(const word &keyword) const
T min(const Vector< T, Allocator > &v)