vtk_is_a_class
Check if a class name is a valid VTK class. Returns true if it exists in the VTK API, false otherwise.
Instructions
Check if a given name is a valid VTK class. Returns true if it exists in the VTK API, false otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Name to check (e.g., 'vtkPolyDataMapper') |