vtk_get_class_semantic_methods
Retrieves the semantic methods of a VTK class by excluding dunder, private, and infrastructure methods, providing only relevant callables for API validation.
Instructions
Get non-boilerplate callable methods for a VTK class. Excludes dunder methods, private methods, and VTK infrastructure methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | VTK class name (e.g., 'vtkContourFilter') |