Skip to content
  • Timothée Couble's avatar
    Add vtkEmulatedTimeAlgorithm, a LiveSource based algorithm · c264269b
    Timothée Couble authored
    This feature enables algorithms to be updated at regular time intervals,
    based on defined timesteps and a "real time" clock, leveraging
    ParaView LiveSource concept.
    
    This algorithm should be inherited by a temporal source, reader or filter.
    
    Introduce a new boolean xml attribute `emulated_time` for LiveSource tag.
    When enabled, the proxy is expected to inherite from vtkEmulatedTimeAlgorithm.
    c264269b