MCPcopy Create free account
hub / github.com/Kitware/VTK / SetAngleBrushLine

Method SetAngleBrushLine

Views/Infovis/vtkParallelCoordinatesView.cxx:406–410  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

SelectDataMethod · 0.95

Calls 1

SetBrushLineMethod · 0.95

Tested by

no test coverage detected