------------------------------------------------------------------------------
| 411 | |
| 412 | //------------------------------------------------------------------------------ |
| 413 | int vtkParallelCoordinatesView::SetFunctionBrushLine1(double* p1, double* p2) |
| 414 | { |
| 415 | this->SetBrushLine(2, p1, p2); |
| 416 | return 1; |
| 417 | } |
| 418 | //------------------------------------------------------------------------------ |
| 419 | int vtkParallelCoordinatesView::SetFunctionBrushLine2(double* p1, double* p2) |
| 420 | { |
no test coverage detected