G4SceneList Class Reference

#include <G4SceneList.hh>


Public Member Functions

void remove (G4Scene *)


Detailed Description

Definition at line 38 of file G4SceneList.hh.


Member Function Documentation

void G4SceneList::remove ( G4Scene  ) 

Definition at line 31 of file G4SceneList.cc.

00031                                        {
00032   G4SceneListIterator iScene;
00033   for (iScene = begin(); iScene != end(); ++iScene) {
00034     if (*iScene == scene) break;
00035   }
00036   if (iScene != end()) erase(iScene);
00037 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:20 2013 for Geant4 by  doxygen 1.4.7