Skip to content
  • Bill Lorensen's avatar
    DOC: The array produced by the filter is SelectedPoints. · 6d825275
    Bill Lorensen authored
    The documentation states that the name of the output vtkDataArray is
    "SelectedPointsArray". In fact the array name is "SelectedPoints".
    
    The implementation does initially set the array name to
    SelectedPointsArray, but later resets it to SelectedPoints.
    
    This MR corrects the documentaion and also removes the extraneous call
    to hits->SetName("SelectedPointsArray");
    6d825275