Skip to content

Support wrapping for Implicit Arrays

Generate non templated implicit arrays subclasses at build time. Add them to the wrapping.

For instance vtkConstantArray<double> can now be instanciated through vtkConstantDoubleArray(). This also works in python.

Fixes #19295 (closed)

Edited by Nicolas Vuaille

Merge request reports