[vtkusers] is demand driven pipeline wrapped in python?

Mathieu Malaterre mathieu.malaterre at gmail.com
Thu Feb 26 05:51:38 EST 2009


On Sun, Feb 22, 2009 at 9:33 AM, Dominik Szczerba <dominik at itis.ethz.ch> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> by doing
>
> executive.SetUpdateTimeSteps(0,0.0)
>
> I am getting an error:
>
> AttributeError: SetUpdateTimeSteps
>
> Or did I forget to import something?

double* are not wrap AFAIK (in this particular case it would be nice
to have double*+length mapped to a PyList).

You only have access to:

>>> import vtk
>>> help(vtk.vtkStreamingDemandDrivenPipeline().SetUpdateTimeStep)
Help on built-in function SetUpdateTimeStep:

SetUpdateTimeStep(...)
    V.SetUpdateTimeStep(int, float) -> int
    C++: int SetUpdateTimeStep (int port, double time);

     Get/Set the update extent for output ports that use Temporal Extents


-- 
Mathieu



More information about the vtkusers mailing list