Skip to content
Snippets Groups Projects
Commit 712b3c1e authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: add getter

parent 759b4c3d
Branches 2076-develop-package-names-3
No related tags found
No related merge requests found
......@@ -61,9 +61,13 @@ public:
itkTypeMacro(PointSetExtractROI, PointSetToPointSetFilter);
/** Set/Get Start methods */
itkGetMacro(StartX, unsigned long);
itkGetMacro(StartY, unsigned long);
itkSetMacro(StartX, unsigned long);
itkSetMacro(StartY, unsigned long);
/** Set/Get Size methods */
itkGetMacro(SizeX, unsigned long);
itkGetMacro(SizeY, unsigned long);
itkSetMacro(SizeX, unsigned long);
itkSetMacro(SizeY, unsigned long);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment