<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello<br>
    <br>
    I'm trying to use the possiblity of the vtkCompositePipeline in
    order to use multiple core to process data.<br>
    <br>
    As far as i understand, i need to cut my data into seperate piece to
    fill a vtkMultiBlockDataSet and then all filter, even not
    composite/multiblock aware filter whould work fine with it.<br>
    <br>
    But i've tried to put a vtkMultiBlockDataSet into a
    vtkOutlineFilter, but i got&nbsp; <br>
    <br>
    vtkStreamingDemandDrivenPipeline (0x181e5e0): Input for connection
    index 0 on input port index 0 for algorithm
    vtkOutlineFilter(0x181cc30) is of type vtkMultiBlockDataSet, but a
    vtkDataSet is required.<br>
    <br>
    Any idea, example, toturial shwoing how to use this
    vtkCompositePipeline? Only the filter listed <a
href="http://www.vtk.org/doc/nightly/html/classvtkMultiBlockDataSetAlgorithm.html">here</a>
    will work with vtkMuliBlockDataSet? Do the use of
    vtkCompositeDataPipeline will allow parallelism in my software?<br>
    <br>
    Thanks<br>
    <br>
    Mathieu<br>
  </body>
</html>