Skip to content
  • David Gobbi's avatar
    Allow cmake to python-wrap the vtkSOADataArrayTemplate. · 758e56c7
    David Gobbi authored
    One modification to vtkSOADataArrayTemplate.h was needed: the method
    FastDownCast() had to be excluded from wrapping because the wrappers
    could not resolve the "ValueType" typedef in the return value:
        vtkSOADataArrayTemplate<ValueType> * FastDownCast();
    Typedefs used as template arguments are not resolved in this context,
    perhaps the wrappers can eventually support this use case.
    758e56c7