| 47 | {} |
| 48 | |
| 49 | void 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 | |
| 59 | void G4VtkQtSceneHandler::AddPrimitive(const G4Text& text) |
| 60 | { |