Go to the documentation of this file.
28 #include "triSurface.H"
37 inline bool surfAndLabel::less::operator()
44 return surf[
one.index_].region() < surf[two.index_].region();
59 operator[](faceI).index_ = faceI;
75 newIndices[i] = operator[](i).index_;
Scalar comparison function used for sorting.
labelList indices() const
Return the list of sorted point indices.
#define forAll(list, i)
Loop across all elements in list.
A class representing the concept of 1 (scalar(1.0)) used to avoid unnecessary manipulations for objec...
Triangulated surface description with patch information.
label size() const
Return the number of elements in the UList.
void setSize(const label)
Reset size of List.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
sortLabelledTri(const triSurface &)
Construct from surface, sorting the faces according to patch.