[vtkusers] deriving a class from vtkMultipleInputOutputFilter

Lauren O'Donnell odonnell at ai.mit.edu
Fri Aug 24 07:44:34 EDT 2001


Does anyone have an example of a class derived from this one?

I am trying to do a single-input, variable number of outputs filter.
The superclass does not seem to allocate my outputs for me when for
example in the constructor of my class I do: this->SetNumberOfOutputs(num)

Should I need to allocate my own output volumes?

Thanks for any info!

Lauren O'Donnell


P.S. I am deriving a class from cvs version 1.3 of the .cxx and .h files
(the rest of my vtk code is release 3.2, yes this is odd but I am hoping 
ok).







More information about the vtkusers mailing list