I know that you can add readers for different types of data files in order to paravise, however, everything says to do a bunch of VTK things in C ++ and (possibly worse) recompile paraview so that it knows about your file format data. On the other hand, paraview also supports python scripts . This may be a disadvantage of getting to know VTK, but to me it seems like I can manipulate VTK objects with pvpython. Is there a way to dynamically add a reader to paraview using pvpython?
source share