<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, May 18, 2015 at 10:27 AM, Rostislav Khlebnikov <span dir="ltr"><<a href="mailto:rostislav.khlebnikov@kcl.ac.uk" target="_blank">rostislav.khlebnikov@kcl.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Dear VTK developers,<br>
<br>
I have come across an issue when using vtkGeometryFilter on an adaptor of my dataset which uses vtkUnstructuredGridBase. Apparently, the vtkGeometryFilter has not been adapted to use the vtkUnstructuredGridBase interface and simply uses a static_cast<vtkUnstructuredGrid *> in its UnstructuredGridExecute() method. Was this class overlooked during the transition to vtkUnstructuredGridBase? For now I can probably use the vtkDataSetSurfaceFilter filter as a workaround, but I assume that this is a bug and it should probably be fixed at some point<br></blockquote><div><br></div><div>At this point, there are a lot of filters that won't work with the vtkUnstructuredGridBase and vtkMappedDataArray interfaces. These are newer, experimental features that are currently only used in a handful of applications. If you end up needing to adapt any filters, etc to use them, consider sharing the modifications on gitlab so we can improve support.</div><div><br></div><div>More info: <a href="http://www.vtk.org/Wiki/VTK/InSituDataStructures">http://www.vtk.org/Wiki/VTK/InSituDataStructures</a></div><div><br></div><div>Dave</div></div></div></div>