MantisBT - VTK
View Issue Details
0000531VTK(No Category)public2004-01-21 16:022011-01-13 17:00
Mathieu Malaterre 
Mathieu Malaterre 
lowminoralways
closedfixed 
 
 
0000531: Possible error in the documentation of vtkEdgeTable->GetNextEdge
Dear All,

It appears to me, from an exam of VTK 4.2.2 source code, that the
documentation of the method GetNextEdge is not agreeing with the actual
impelmentation:

1) The documentations says: "Method return value is zero if list is
exhausted; non-zero otherwise".

2) It seams to me that actually the method will return -1 if the list is
exausted and a non negative value otherwise.


Best Regards,

Andrea Borsic.
No tags attached.
Issue History
2010-11-29 17:59Mathieu MalaterreSource_changeset_attached => VTK master a2c2a4d2
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-06-16 13:11Zack GalbreathCategory => (No Category)

Notes
(0000534)
Mathieu Malaterre   
2004-01-21 16:04   
Dox from cxx and header file didn't match. Fixed in CVS.