[vtk-developers] equivalent to vtkImageReader2 for polydata

David Cole david.cole at kitware.com
Fri Jan 29 14:38:42 EST 2010


On Fri, Jan 29, 2010 at 2:28 PM, Brad King <brad.king at kitware.com> wrote:

> Berk Geveci wrote:
> > I did not suggest implementing a base for unstructured grid readers. I
> > suggested implementing a base of all readers, something like
> > vtkAbstractDataReader.
> > ALL VTK readers would be a descendant of this class.
>
> This recreates the problem Michel asked about earlier.  Does a poly data
> reader derive from vtkPolyDataAlgorithm or vtkAbstractDataReader?
> Without multiple inheritance we need to choose.


How about a vtkPolyDataReadingAlgorithm that uses a vtkPolyDataReader
internally...?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100129/a1c8c5b4/attachment.html>


More information about the vtk-developers mailing list