Hi,
I ported my reader-type ParaView plugin to CMB without any change. It works fine, but the imported mesh does not appear in the “Resources” panel. How can I implement a plugin that imports the mesh in the resources, each mesh part (e.g. a block corresponding to a boundary segment) appears in the resources? As far as I understand, this is needed so that I can work with SMTK.
I would like to mimic the behaviour when I open, for instance, a .mesh file in Truchas, it offers to import it into smtk::session::vtk::Resource. Opening the same file in ParaView, I see that it was the IOSS reader that loaded it as a vtkPartitionedDataSetCollection object.