[vtkusers] VTK6.3.0 and ghost levels

Berk Geveci berk.geveci at kitware.com
Mon Sep 14 10:46:23 EDT 2015


Hi Andreas,

There are still multiple levels of ghost cells. The difference is that they
are no longer marked by their level. Rather, we are using that unsigned
char / cell to encode other information (as a bit field). This works
because algorithms are no longer required to strip the ghost level they
requested. Rather, the removal now happens at the end of the pipeline. It
is still possible for consumers to request multiple ghost levels and for
sources to produce them. Note that the only sources that really support
this are the structured data sources and filters like D3.

Best,
-berk

On Mon, Sep 14, 2015 at 5:08 AM, Andreas Buykx <A.Buykx at tnodiana.com> wrote:

> Hi,
>
>
>
> I have read the kitware blog post about the change in handling of ghost
> levels in VTK6.3.0, and I understand that there are no longer multiple
> levels of ghost cells. However there is still the
> vtkStreamingDemandDrivenPipeline key UPDATE_NUMBER_OF_GHOST_LEVELS that is
> being updated throughout the pipeline. Could you please explain how this
> key is related to the new ghost-level behavior?
>
>
>
> Thanks a lot,
>
> Andreas Buykx
> ____________________________________________________________
> TNO DIANA BV is a limited liability company registered in the trade
> register of the Chamber of Commerce as TNO DIANA BV with registered number
> 27252655.
> ____________________________________________________________
> This e-mail and its contents are subject to the DISCLAIMER at
> http://tnodiana.com/content/Disclaimer
> ____________________________________________________________
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150914/f9281048/attachment.html>


More information about the vtkusers mailing list