MantisBT - VTK
View Issue Details
0002923VTK(No Category)public2006-02-28 18:402016-08-12 09:54
Jens Henrik Goebbert 
Dave DeMarle 
highmajoralways
closedmoved 
 
 
0002923: problem subclassing vtkClassLocator
The class vtkNeighborCells (defined(!) in vtkCellLocator.cxx) should be defined in the header-file vtkCellLocator.h.

While trying to subclass vtkCellLocator to add the function
      void FindCellsWithinRadius (double radius, double x[3], vtkIdList *result);
I found these problem.

Right now it is not possible to subclass vtkCellLocator and access functions of vtkNeighborCell-objects.
(I do not know of the possibility for forward declaration of member-functions I could use in my cxx-file of the subclass)
No tags attached.
Issue History
2008-11-30 09:13Mathieu MalaterreAssigned ToMathieu Malaterre => David Cole
2011-01-19 09:58David ColeAssigned ToDavid Cole =>
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-06-05 17:34Jean-Christophe Fillion-RobinNote Added: 0030950
2013-07-22 19:17Dave DeMarleNote Added: 0031219
2013-07-22 19:17Dave DeMarleStatusbacklog => expired
2013-07-22 19:17Dave DeMarleAssigned To => Dave DeMarle
2016-08-12 09:54Kitware RobotNote Added: 0036836
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0030950)
Jean-Christophe Fillion-Robin   
2013-06-05 17:34   
Does the problem still occur with VTK 5.10 ? VTK 6 ?
(0031219)
Dave DeMarle   
2013-07-22 19:17   
The class structure will need to be restructured to allow subclassing.
If this is still important in 6.0.0, please reopen.
(0036836)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.