<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 20, 2016 at 5:32 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>It would still have been nice if there were protected getters for some of the protected variables in vtkInteractorObserver such as EventCallbackCommand, to make them accessible from Python subclasses.</div></div></div></div></blockquote><div><br></div><div>It wouldn't help.  Python subclasses can only access the public methods of their VTK superclasses. Python does not rigorously support the idea of "protected" access.</div><div><br></div><div> - David</div></div><br></div></div>