I was wondering if there was a way to instantiate a superclass that, let's say, can switch between vtkPolyDataAlgorithm and vtkImageAlgorithm.
I have a reader that (as of now) converts the data within a protobuf file to image data. But currently, I have multiple protobuf files with different information. However, the file extension is still .pbuf, and it seems that the reader xml parsers the files based off this input. So would it be easier to change the filename? Or is there a way to switch between the two algorithm classes? Thanks for your time! Kevin E. Dean -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information within this email or its attachments. If you have received this email in error, please report the error to the sender by return email and delete this communication from your records.
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
