Home
last modified time | relevance | path

Searched refs:arrow_source (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/viz/src/
Dshapes.cpp152 vtkSmartPointer<vtkArrowSource> arrow_source = vtkSmartPointer<vtkArrowSource>::New(); in WArrow() local
153 arrow_source->SetShaftRadius(thickness); in WArrow()
154 arrow_source->SetTipRadius(thickness * 3.0); in WArrow()
155 arrow_source->SetTipLength(thickness * 10.0); in WArrow()
169 …vtkSmartPointer<vtkPolyData> polydata = VtkUtils::TransformPolydata(arrow_source->GetOutputPort(),… in WArrow()