vtk_get_class_role
Identify the pipeline role of any VTK class, such as input, filter, or output, to understand its function in a visualization pipeline.
Instructions
Get the pipeline role of a VTK class. Returns one of: input, filter, properties, renderer, scene, infrastructure, output, utility, color
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | VTK class name (e.g., 'vtkPolyDataMapper') |