Changeset 1238 for trunk/source/visualization/management/src
- Timestamp:
- Mar 3, 2010, 5:51:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/management/src/G4VSceneHandler.cc
r1168 r1238 471 471 472 472 void G4VSceneHandler::RequestPrimitives (const G4VSolid& solid) { 473 #ifdef G4DEBUG_VIS_MANAGEMENT 474 printf("G4VSceneHandler::RequestPrimitives\n"); 475 #endif 473 476 BeginPrimitives (*fpObjectTransformation); 474 477 G4NURBS* pNURBS = 0; … … 517 520 break; 518 521 } 522 #ifdef G4DEBUG_VIS_MANAGEMENT 523 printf("G4VSceneHandler::RequestPrimitives BEFORE END\n"); 524 #endif 519 525 EndPrimitives (); 526 #ifdef G4DEBUG_VIS_MANAGEMENT 527 printf("G4VSceneHandler::RequestPrimitives END\n"); 528 #endif 520 529 } 521 530 522 531 void G4VSceneHandler::ProcessScene (G4VViewer&) { 532 #ifdef G4DEBUG_VIS_MANAGEMENT 533 printf("G4VSceneHandler::ProcessScene\n"); 534 #endif 523 535 524 536 if (!fpScene) return; … … 655 667 656 668 fMarkForClearingTransientStore = tmpMarkForClearingTransientStore; 669 #ifdef G4DEBUG_VIS_MANAGEMENT 670 printf("G4VSceneHandler::ProcessScene END\n"); 671 #endif 657 672 } 658 673
Note:
See TracChangeset
for help on using the changeset viewer.
