------------------------------------------------------------------------------
| 417 | } |
| 418 | //------------------------------------------------------------------------------ |
| 419 | int vtkParallelCoordinatesView::SetFunctionBrushLine2(double* p1, double* p2) |
| 420 | { |
| 421 | this->SetBrushLine(3, p1, p2); |
| 422 | return 1; |
| 423 | } |
| 424 | |
| 425 | //------------------------------------------------------------------------------ |
| 426 | int vtkParallelCoordinatesView::SetBrushLine(int line, double* p1, double* p2) |
no test coverage detected