Skip to content

Add Set/Get macros for STL container types

Currently, STL containers cannot use the generic vtkSetMacro/vtkGetMacro types since those macros require a "<<" operator within vtkDebugMacro. This commit adds macros for STL container types that are identical to vtkSetMacro/vtkGetMacro, but omit vtkDebugMacro.

Merge request reports