Yes possible. There is some support in the code to add new data types, but the path is kind of obscure (I'ld have to look too) because the need doesn't arise all that often. The 5 main vtkDataSet types are pretty capable after all. A recent example of a new data type to be added was vtkPistonDataObject. You might grep that to see that path.
David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Feb 26, 2015 at 3:43 AM, Kit Chambers <[email protected]> wrote: > Hi Everyone, > > I have a custom data type that does not fit that nicely into any of the > standard VTK data types. My thinking is the best way to handle it would be > to create a plugin that has a derived data type of the "nearest" VTK data > object and possibly some associated filters+ representations. Is this > possible and or a good idea? > > Does anyone have experience or examples of this? > > Cheers > > Kit > _______________________________________________ > 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 >
_______________________________________________ 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
