Hi all,
<br>
I need to create an array of vtkvolume16reader objects, but the
dimension of this array is unknown at compile time.
<br>
Basically I would like to write something like this...
<br>
<br>
vtkVolume16Reader *v = new vtkVolume16Reader[dimension];
<br>
<br>
...but that's obviously wrong because vtkVolume16Reader() is protected.
<br>
How am I supposed to solve this problem?
<br>
Sorry if this sounds trivial to you, best regards, Max