Skip to content
Snippets Groups Projects
Commit fc13c20c authored by mattijs's avatar mattijs
Browse files

ENH: sampledPatch: access to patchIDs.

parent 9103b199
No related merge requests found
...@@ -146,6 +146,11 @@ protected: ...@@ -146,6 +146,11 @@ protected:
return patchStart_; return patchStart_;
} }
const labelList& patchIndex() const
{
return patchIndex_;
}
const labelList& patchFaceLabels() const const labelList& patchFaceLabels() const
{ {
return patchFaceLabels_; return patchFaceLabels_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment