Move the interpreter attribute so it's now an attribute of the vtkStream class
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