Move the interpreter attribute so it's now an attribute of the vtkStream class
Loading
System updates will be applied on Mar 14th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
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.