Commit b5e0e6d8 authored by remi cresson's avatar remi cresson
Browse files

ENH: the CacheLessLabelImageToVectorData can retrieve the field name of the geometry

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -144,6 +144,8 @@ public: ...@@ -144,6 +144,8 @@ public:
void GenerateInputRequestedRegion() {}; void GenerateInputRequestedRegion() {};
std::string GetFieldName() { return vectorizeFilter->GetFieldName(); }
protected: protected:
CacheLessLabelImageToVectorData(); CacheLessLabelImageToVectorData();
~CacheLessLabelImageToVectorData() ITK_OVERRIDE; ~CacheLessLabelImageToVectorData() ITK_OVERRIDE;
......
Supports Markdown
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