[vtkusers] Iterate over vtkInformation

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Feb 28 21:04:53 EST 2018


I believe you're looking for vtkInformationIterator.

Utkarsh

On Wed, Feb 28, 2018 at 11:35 AM, Doug Hoppes <dhoppes at mbfbioscience.com> wrote:
> Hey all,
>
>
>
>                 For a vtkprop, I need to set some custom attributes (i.e.
> allowSecureDeletion, etc).  So, the main way to do this is to set a property
> key (in a vtkinformation object) and then access the property later on.
>
>
>
>                 The problem is that I need the original custom key pointer
> to access the property.  However, I don’t have access to that property
> object since I’m looping through all of the vtkprops and want to ask it if
> the specific property key exists.
>
>
>
> Dougie
>
>
>
>
> _______________________________________________
> 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:
> https://vtk.org/mailman/listinfo/vtkusers
>


More information about the vtkusers mailing list