[vtkusers] VTK Time support
Dan Lipsa
dan.lipsa at kitware.com
Fri May 22 10:07:37 EDT 2015
You can see the vtk class used by a particular ParaView filter in
./ParaViewCore/ServerManager/SMApplication/Resources/filters.xml
Search for the filter name in name="..." attribute, the class will be
specified in class="...".
There is also a readers.xml file in the same folder to look for readers.
Dan
On Thu, May 21, 2015 at 6:45 PM, Evan Kao <tossin at gmail.com> wrote:
> Thanks for the explanation. I had another related question when it comes
> to reading (and possibly writing) data as a time series. Is it possible to
> emulate in VTK say a very simple Paraview pipeline, where I basically just
> apply 2 classes, a reader and a streaming filter e.g. the equivalent of
> File > Open, Filters > Temporal Interpolator in Paraview? And if so, which
> readers/file formats could work?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150522/3d4f69ac/attachment.html>
More information about the vtkusers
mailing list