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

Method SetFunctionBrushLine1

Views/Infovis/vtkParallelCoordinatesView.cxx:413–417  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

SelectDataMethod · 0.95

Calls 1

SetBrushLineMethod · 0.95

Tested by

no test coverage detected