[vtkusers] RequestData in VTK 5.8 and 5.10?

Kilgus, Thomas t.kilgus at Dkfz-Heidelberg.de
Fri Nov 23 03:17:41 EST 2012


Does anyone have an idea why the RequestData() method is called in VTK 5.8 but not in VTK 5.10? Or what did change between these versions?

Regards
Thomas


Nov 11, 2012; 4:56pm, Utkarsh Ayachit wrote:
Thomas,

vtkMaskPoints::MaximumNumberOfPoints is being set to VTK_LARGE_ID in the constructor of vtkMaskPoints. So its default value is indeed expected to be large. The real issue seems to be that the code in your filter's RequestData() where the MaximumNumberOfPoints is set to 5000 doesn't get called. It's hard to say why it's not being called at all.

Utkarsh


On Wed, Nov 7, 2012 at 8:54 AM, Kilgus, Thomas <[hidden email]> wrote:

Thomas Kilgus
German Cancer Research Center (DKFZ)
Div. Medical and Biological Informatics
Junior group: Computer-assisted Interventions (E131)
Im Neuenheimer Feld 280
69120 Heidelberg, Germany
Phone: +49(0) 6221-42-3545

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121123/5f508e21/attachment.htm>


More information about the vtkusers mailing list