MCPcopy Create free account
hub / github.com/Geant4/geant4 / AddPrimitive

Method AddPrimitive

source/visualization/Vtk/src/G4VtkQtSceneHandler.cc:49–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{}
48
49void G4VtkQtSceneHandler::AddPrimitive(const G4Polyline& polyline)
50{
51#ifdef G4VTKDEBUG
52 G4cout << fpModel->GetGlobalDescription() << " " << fpModel->GetType() << G4endl;
53#endif
54
55 // Normal base class behaviour
56 G4VtkSceneHandler::AddPrimitive(polyline);
57}
58
59void G4VtkQtSceneHandler::AddPrimitive(const G4Text& text)
60{

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected