How to make use of vtkPVRenderView

Hello!

I have a plugin which is a class inherited from vtkDatasetAlgorithm

I want to Select Points from within the server part of the plugin, how could I achieve that?
Could I use vtkPVRenderView to get access to the renderer to add actor and manually select anything?

Help me please, I am really stuck here