[Dcmlib] R: vtkGdcmReader and vtkProcessObject
Mathieu Malaterre
mathieu.malaterre at kitware.com
Mon Jun 5 15:48:54 CEST 2006
luca.picello at gmail.com wrote:
> with
> vtkProcessObject* source = (vtkProcessObject*)(aCaller);
>
> it works.
> any suggestion is welcome
Change your compiler ! This can't be or this is simply an adress (a
void* basically) and you cannot use it as a ProcessObject anyway.
See:
http://www.vtk.org/doc/nightly/html/classvtkProcessObject.html
It's a leaf, nothing derives from it in VTK 5.x
Mathieu
More information about the Dcmlib
mailing list