Skip to content

Move the interpreter attribute so it's now an attribute of the vtkStream class

MelanieCarriere requested to merge moveInterpreterAsVtkStreamAttribute into master

The class vtkStream had a method setInterpreter() and getInterpreter() but did not have an attribute Interpreter.
The interpreter was declared in the sub classes vtkLidarStream or vtkPositionOrientationStream.
This MR move the attribute Interpreter from sub classes to the super class.

Edited by MelanieCarriere

Merge request reports