------------------------------------------------------------------------------
| 404 | |
| 405 | //------------------------------------------------------------------------------ |
| 406 | int vtkParallelCoordinatesView::SetAngleBrushLine(double* p1, double* p2) |
| 407 | { |
| 408 | this->SetBrushLine(1, p1, p2); |
| 409 | return 1; |
| 410 | } |
| 411 | |
| 412 | //------------------------------------------------------------------------------ |
| 413 | int vtkParallelCoordinatesView::SetFunctionBrushLine1(double* p1, double* p2) |
no test coverage detected