Skip to content
Snippets Groups Projects
Commit 99031292 authored by Sean McBride's avatar Sean McBride
Browse files

Added macros just like vtkSetMacro/vtkGetMacro that work with 'enum class'

Since C++11 'enum class' does not implicitly convert to integers, the existing vtkSetMacro/vtkGetMacro can't work with them.

Added two new macros vtkSetEnumMacro/vtkGetEnumMacro that do work.

They are not yet used anywhere.
parent 56370a66
No related merge requests found
Loading
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