Hello, I'd like to browse a given VTK pipeline, where filters are connected with a->SetInputConnection(b->GetOutputPort()), i.e. get a pointer to every filter in the pipeline. Is it possible to do? Where do I start? Can I browse it starting with a vtkRenderer? Thank you! Andrew