[Paraview] Reader for data file containing multiple kinds of data?

Olesen, Mark Mark.Olesen at emcontechnologies.com
Fri Jul 25 10:41:33 EDT 2008


> mesh they live on.  So the reader cannot derive from,
> e.g., vtkUnstructuredGridAlgorithm (like the example at
> http://www.paraview.org/Wiki/ParaView:Extend), as the
> data is not all on an unstructured grid.

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.



More information about the ParaView mailing list