I am writing a reader plugin and would like to make the plugin do something slightly different in case a time series is loaded.
How do I get the number of files in a time series or how what is the simplest way to identify whether I have a time series or a single file?
Ok, so you want to do something different than what the vtkFileSeriesReader is doing ? In that case you will need to implement your own vtkFileSeriesReader (or inherit from it) in order to do that.