Re: [Paraview] Two issues with time-dependent data

2017-09-13 Thread Schuld, Heinrich
(vtk.vtkStreamingDemandDrivenPipeline.TIME_RANGE(), timeRange, 2) outInfo.Set(vtk.vtkStreamingDemandDrivenPipeline.TIME_STEPS(), timeRange, 2) timeSteps=range(0,maxTime+1) outInfo.Set(vtk.vtkStreamingDemandDrivenPipeline.TIME_STEPS(), timeSteps, len(timeSteps)) -Ursprüngliche Nachricht- Von: Schuld, Heinrich Gesendet

Re: [Paraview] Two issues with time-dependent data

2017-07-07 Thread Schuld, Heinrich
in it. But I was hoping to use the already present functionalities of ParaView. Cheers, Heinrich -Ursprüngliche Nachricht- Von: Cory Quammen [mailto:cory.quam...@kitware.com] Gesendet: Donnerstag, 6. Juli 2017 21:54 An: Schuld, Heinrich <sch...@ist.rwth-aachen.de> Cc: paraview@paravi

[Paraview] Two issues with time-dependent data

2017-06-30 Thread Schuld, Heinrich
Hello all, we are working on a filter which provides a time-dependent, periodic dataset. During validation of the filter, we encountered two issues, which we think, we cannot solve on our own. 1. In RequestInformation of the filter, we provide the pipeline just with a TIME_RANGE. This