Skip to content

Commit

Permalink
Update ITK Filter template
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Sep 30, 2024
1 parent 275787a commit 391eb18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Plugins/ITKImageProcessing/tools/filter.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ public:
*/
Parameters parameters() const override;

/**
* @brief Returns parameters version integer.
* Initial version should always be 1.
* Should be incremented everytime the parameters change.
* @return VersionType
*/
VersionType parametersVersion() const override;

/**
* @brief Returns a copy of the filter.
* @return
Expand Down

0 comments on commit 391eb18

Please sign in to comment.