[vtkusers] Creating an array of vtkVolume16Reader objects
    MaDMaX 
    arrighe at gmail.com
       
    Thu Nov 30 06:36:20 EST 2006
    
    
  
Hi all,
I need to create an array of vtkvolume16reader objects, but the dimension of
this array is unknown at compile time.
Basically I would like to write something like this...
vtkVolume16Reader *v = new  vtkVolume16Reader[dimension];
...but that's obviously wrong because vtkVolume16Reader() is protected.
How  am I supposed to solve this problem?
Sorry if this sounds trivial to you, best regards, Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20061130/77654d3e/attachment.htm>
    
    
More information about the vtkusers
mailing list