<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
With multiple output objects, you get a list of output items, and than
you apply filters based on which output item you have selected. I think
the default is the first output.<br>
<br>
Multiple output items have to have a defined number of outputs at
compile time, so if you have a dynamic number of objects in the file,
you will have to look at multiblock. The only warning I have about
multiblock is that currently you cannot use a multiblock item for both
input and source for a filter (unless this is a bug).<br>
<br>
Olesen, Mark wrote:
<blockquote
 cite="mid:E05ABC9A7FBFB942B70D7533AF5BE68D02A3DD5B@augexmsg001.euro.corp.dir"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">mesh they live on.  So the reader cannot derive from,
e.g., vtkUnstructuredGridAlgorithm (like the example at
<a class="moz-txt-link-freetext" href="http://www.paraview.org/Wiki/ParaView:Extend">http://www.paraview.org/Wiki/ParaView:Extend</a>), as the
data is not all on an unstructured grid.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There are a few readers in VTK/IO that are derived from a
vtkMultiBlockDataSetAlgorithm that might be useful for reference:

  vtkFLUENTReader.h
  vtkGenericEnSightReader.h
  vtkMultiBlockPLOT3DReader.h
  vtkOpenFOAMReader.h

The multi-block-dataset can hold various data types.

If you wish to have multiple output ports (say a different port for each
data type), the only example I saw in VTK/IO is this one: 
  vtkGaussianCubeReader


I unfortunately don't know how multi-port output gets connected with the
rest of the pipeline.  
 
/mark
This e-mail message and any attachments may contain 
legally privileged, confidential or proprietary Information, 
or information otherwise protected by law of EMCON 
Technologies, its affiliates, or third parties. This notice 
serves as marking of its "Confidential" status as defined 
in any confidentiality agreements concerning the sender 
and recipient. If you are not the intended recipient(s), 
or the employee or agent responsible for delivery of this 
message to the intended recipient(s), you are hereby 
notified that any dissemination, distribution or copying 
of this e-mail message is strictly prohibited. 
If you have received this message in error, please 
immediately notify the sender and delete this e-mail 
message from your computer.

_______________________________________________
ParaView mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
  </pre>
</blockquote>
<br>
</body>
</html>