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

Method SetFunctionBrushLine2

Views/Infovis/vtkParallelCoordinatesView.cxx:419–423  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

SelectDataMethod · 0.95

Calls 1

SetBrushLineMethod · 0.95

Tested by

no test coverage detected