Skip to content

Ensure vtkVariant stream associated with << operator is set back to "dec".

This commit will ensure that the "base" of stream used to output vtkVariant storing VTK object is restored to "dec". Otherwise, any integer streamed afterward would be displayed in hexadecimal base.

Merge request reports