ENH: sampledPatch: access to patchIDs.

This commit is contained in:
mattijs
2018-12-10 15:21:48 +00:00
parent 9103b199b9
commit fc13c20cc8

View File

@ -146,6 +146,11 @@ protected:
return patchStart_;
}
const labelList& patchIndex() const
{
return patchIndex_;
}
const labelList& patchFaceLabels() const
{
return patchFaceLabels_;