Searched refs:line_source (Results 1 – 1 of 1) sorted by relevance
1064 vtkSmartPointer<vtkLineSource> line_source = vtkSmartPointer<vtkLineSource>::New(); in WTrajectorySpheres() local1065 line_source->SetPoint1(curr.val); in WTrajectorySpheres()1066 line_source->SetPoint2(lend.val); in WTrajectorySpheres()1067 line_source->Update(); in WTrajectorySpheres()1068 vtkSmartPointer<vtkPolyData> polydata_ = line_source->GetOutput(); in WTrajectorySpheres()