[vtkusers] vtkExodusIIReader usage
Jochen
jochen.kling at email.de
Fri Jun 1 13:52:24 EDT 2012
Hi,
you can't use an object of type vtkMultiBlockDataSet as the direct input to
a filter or a unstructuredgird.
An object of type vtkMultiBlockDataSet consists of multiple blocks.
One of the blocks is a vtkUnstructuredGrid object (I assume it's the first
block)
Can't remember at the moment how to retrieve this unstructured grid.
Just have a look at the vtkMultiBlockDataSet object in your debugger.
Assuming your are using Microsoft Visual Studio you can also go to the
"Immediate Window" and type
?yourVtkMultiBlockDataSet
This should help you to find the unstructured grid block and give you an
idea about how to retrieve it.
with best regards
Jochen
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkExodusIIReader-usage-tp5713537p5713541.html
Sent from the VTK - Users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120601/20167545/attachment.htm>
More information about the vtkusers
mailing list