Skip to content

Commit

Permalink
ENH: Add getter macro for boolean ivar
Browse files Browse the repository at this point in the history
Add getter macro for boolean ivar.
  • Loading branch information
jhlegarreta authored and dzenanz committed Apr 17, 2022
1 parent 7cd8b76 commit 755e894
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class ITK_TEMPLATE_EXPORT FastMarchingImageToNodePairContainerAdaptor : public O
SetForbiddenImage(const ImageType * iImage);

itkSetMacro(IsForbiddenImageBinaryMask, bool);
itkGetConstMacro(IsForbiddenImageBinaryMask, bool);
itkBooleanMacro(IsForbiddenImageBinaryMask);

/** \brief Get resulting Alive Points container*/
Expand Down

0 comments on commit 755e894

Please sign in to comment.