47{
48
49 SetTypeName(G4String(
"G4VtkPolydataSpherePipeline"));
50
51
54 G4double lineWidth = pVisAttributes->GetLineWidth();
55
56
57 vtkSmartPointer<vtkRegularPolygonSource> polygonSource =
58 vtkSmartPointer<vtkRegularPolygonSource>::New();
59 polygonSource->SetNumberOfSides(4);
60 polygonSource->SetRadius(
vc.fSize);
61
62
63 auto glyphFilter = vtkSmartPointer<vtkVertexGlyphFilter>::New();
66
67
68 mapper->SetInputConnection(glyphFilter->GetOutputPort());
69
70 GetActor()->GetProperty()->SetLineWidth(lineWidth);
72 GetActor()->GetProperty()->SetOpacity(opacity);
74
75 GetActor()->GetProperty()->SetRenderPointsAsSpheres(
true);
76 GetActor()->GetProperty()->SetPointSize(
vc.fSize * 5);
77
79}
static G4bool GetColour(const G4String &key, G4Colour &result)
G4double GetAlpha() const
G4double GetGreen() const
void SetTypeName(G4String typeNameIn)
vtkSmartPointer< vtkPolyData > polydata
vtkSmartPointer< vtkPolyDataMapper > mapper
virtual vtkSmartPointer< vtkActor > GetActor()
void AddFilter(vtkSmartPointer< vtkPolyDataAlgorithm > f)
G4VtkPolydataPipeline(G4String name, const G4VtkVisContext &vc)