Searched refs:arrow_source (Results 1 – 1 of 1) sorted by relevance
152 vtkSmartPointer<vtkArrowSource> arrow_source = vtkSmartPointer<vtkArrowSource>::New(); in WArrow() local153 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()