[Paraview] Rendering a sub-class of vtkImageData in paraview

Berk Geveci berk.geveci at kitware.com
Tue Jun 29 20:59:24 EDT 2010


This would probably require changing the ParaView code in a few places. I
suspect that we have things like

if (classname == "vtkImageData")

all over the place. However, there may be a better solution. Can you explain
what additional information you are storing in this subclass?

-berk

On Tue, Jun 29, 2010 at 12:15 PM, Lord, John (UK)
<John.Lord at baesystems.com>wrote:

>  Hi,
>
> I have written a sub-class of vtkImageData that holds additional
> information for processing the data further down the pipeline.  When a
> filter outputs my sub-class, Paraview gives the message "Cannot show the
> data in the current view although the view reported that it can show the
> data."
>
> How do I tell Paraview that it should render my sub-class in the same way
> as a vtkImageData object.
>
> Regards,
> John
>
> BAE Systems (Operations) Limited
> Registered Office: Warwick House, PO Box 87, Farnborough Aerospace Centre,
> Farnborough, Hants, GU14 6YU, UK
> Registered in England & Wales No: 1996687
>
>
> ********************************************************************
> This email and any attachments are confidential to the intended
> recipient and may also be privileged. If you are not the intended
> recipient please delete it from your system and notify the sender.
> You should not copy it or use it for any purpose nor disclose or
> distribute its contents to any other person.
> ********************************************************************
>
>
> _______________________________________________
> 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 ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100629/f0764c5b/attachment.htm>


More information about the ParaView mailing list