[Paraview] UPDATE_TIME_INDEX not part of Paraview 2.6

David C Thompson dcthomp at sandia.gov
Tue Feb 6 20:25:06 EST 2007


> I was trying to recompile my ParaView modules and I get the error:
> 
> /Users/mjackson/Task_4/Workspace/PVDislocation/ 
> vtkPrdsDislocationReader.cpp:80: error: 'UPDATE_TIME_INDEX' is not a  
> member of 'vtkStreamingDemandDrivenPipeline'
> 
> The offending line is:
>    outInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_INDEX 
> (), this->GetTimeStep() );
> 
> This used to work in ParaView 2.4.4 and I vaguely remember that time  
> support was being changed in PV 2.6. Could someone explain what I  
> should be using now?
The VTK Wiki has some notes on this:
	http://www.vtk.org/Wiki/VTK/Time_Support#Design
It's a good overview of the changes, but not a detailed programming
guide.

	David



More information about the ParaView mailing list