Using VTK filters with the python interactor?

Are there any instructions for how you can use the python interpreter to apply different vtk filters? For example, the vtkcurvatures filter? Also, does anyone know if there is a VTK filter that works within slicer to differentiate the spread of network like structures (blood vessels for example) to color density patterns? For example, coloring high densities of the vessels one color, and low densities another?

Pretty much anything you can do in VTK is available via the slicer python console. There are a bunch of examples. You can look around the [VTK examples](https://lorensen.github.io/VTKExamples/site/} and if you find a filter that does what you want it should be easy to make use of it in Slicer.

Slicer programming tutorials (such as the PerkLab bootcamp tutorial) show some specifics about how to connect VTK filter inputs and outputs to Slicer.