MantisBT - VTK
View Issue Details
0012114VTK(No Category)public2011-04-20 23:412013-07-23 12:05
xunlei 
Dave DeMarle 
lowtextalways
closedfixed 
 
6.1.0 
0012114: vtkDataArraySelection::GetArrayIndex() manual error
vtkDataArraySelection::GetArrayIndex() is described as "get an index of the array containing name within the enabled arrays". This is actually the functionality of vtkDataArraySelection::GetEnabledArrayIndex().
The source code vtkDataArraySelection.cxx verifies the above inconsistency.
source code:
http://www.koders.com/cpp/fidE99EEC1299CDFC14078137B289DA3F7CDBE8DC0C.aspx?s=windows.h [^]

manual:
http://www.vtk.org/doc/nightly/html/classvtkDataArraySelection.html#a9822f68e0d604576fbded224403a2ba9 [^]
No tags attached.
Issue History
2011-04-20 23:41xunleiNew Issue
2013-06-05 15:38Jean-Christophe Fillion-RobinNote Added: 0030911
2013-07-22 20:18Dave DeMarleAssigned To => Dave DeMarle
2013-07-22 20:18Dave DeMarleStatusbacklog => todo
2013-07-22 20:19Dave DeMarleNote Added: 0031276
2013-07-22 20:19Dave DeMarleStatustodo => active development
2013-07-23 12:05Dave DeMarleNote Added: 0031320
2013-07-23 12:05Dave DeMarleStatusactive development => closed
2013-07-23 12:05Dave DeMarleResolutionopen => fixed
2013-07-23 12:05Dave DeMarleFixed in Version => 6.1.0

Notes
(0030911)
Jean-Christophe Fillion-Robin   
2013-06-05 15:38   
Would be great if you could submit a patch using Gerrit. For more details see http://www.vtk.org/Wiki/VTK/Git/Develop [^]

Thanks
Jc
(0031276)
Dave DeMarle   
2013-07-22 20:19   
http://review.source.kitware.com/#/c/12040/ [^]
(0031320)
Dave DeMarle   
2013-07-23 12:05   
http://review.source.kitware.com/#/t/3023/ [^]