Skip to content

Add a python version of MultiScaleConverter.

T.J. Corona requested to merge tjcorona/smtk:python-multiscale-converter into master

This commit adds the python equivalent of the c++ MultiScaleConverter executable. In the process, it adds Shiboken bindings for VTKDataConverter and adds an additional constructor to mesh::CellSet to accept a python- friendly vector of cell ids (as opposed to a mesh::HandleRange, which would require wrapping Moab classes).

Merge request reports