[Paraview] time aware custom reader

Dominik Szczerba dominik at itis.ethz.ch
Mon Aug 4 17:18:32 EDT 2008


In my RequestInformation() I do:



outInfo->Set(vtkStreamingDemandDrivenPipeline::TIME_STEPS(), 
&TimeStepValues.front(), (vtkTypeUInt32)numTimesteps);

outInfo->Set(vtkStreamingDemandDrivenPipeline::TIME_RANGE(), timeRange, 
2);



TimeStepValues and timeRange are sure valid, I display them for a check 
in RequestData.

However, Paraview does not see this info upon file load, the Information 
tab does not list any time steps. What am I doing wrong?

Dominik

-- 
Dominik Szczerba, Ph.D.
Foundation for Research
on Information Technologies in Society
http://www.itis.ethz.ch


More information about the ParaView mailing list