<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello again,<br>
    <br>
    Another question: How can I open a temporal file series from a c++
    code? Could someone point out a file/example that I can use to take
    inspiration from?<br>
    <br>
    And an update in a previous question:<br>
    <blockquote cite="mid:5744DB0F.7030504@gmail.com" type="cite"> I
      still have some problems to address:<br>
      <ol>
        <li><strike>When I click on Apply button in the filter with my
            custom widget the RequestData() method of my
            vtkPolyDataAlgorithm subclass is not being called, but if I
            change the parameters of any filter before this one in the
            pipeline then it's called. Do you know what's going wrong
            here? Maybe I'm forgetting to call something like
            pqPropertyWidget::changeAvailable()?</strike></li>
      </ol>
    </blockquote>
    <br>
    Not a problem anymore: from the vtkSetMacro code I found out that I
    should call this->Modified().<br>
    <br>
    <blockquote cite="mid:5744DB0F.7030504@gmail.com" type="cite">
      <ol>
      </ol>
      <ul>
        <li>I would like to have one of the properties of my widget to
          be populated with the names of the input arrays. Can I do it
          from the C++ code?</li>
      </ul>
    </blockquote>
    <br>
    This I still don't know how to do it.<br>
    <br>
    Best,<br>
    <br>
    Ellon<br>
  </body>
</html>