Hi all,<div>First off, sorry for the "cross post". I wasn't sure if this was a request for functionality or just an FAQ type question.</div><div><br><div>If have a custom reader written in java is it possible to make a vtkProgrammableSource to wrap it that is "time aware"?</div>
<div>I saw this wiki entry:</div><div><a href="http://www.paraview.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters.#Producing_Data_with_Timesteps_.28Source.29">http://www.paraview.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters.#Producing_Data_with_Timesteps_.28Source.29</a>
</div><div><br></div><div>But it's not clear to me how this make the source time aware. My understanding is that the source needs to implement</div><div>RequestInformation and RequestData to handle time steps requested by the executive. I can't tell from the example</div>
<div>1) if or how it is implementing the RequestInformation and RequestData</div><div>2) If this same pattern is applicable in java</div><div>3) do these only work in paraview, ie can I replicate this somehow in a VTK app</div>
<div><br></div><div>Thanks in advanced</div><div><br></div><div>Gerrick</div></div>