Geant4-11
Public Member Functions
G4SceneList Class Reference

#include <G4SceneList.hh>

Inheritance diagram for G4SceneList:

Public Member Functions

void remove (G4Scene *)
 

Detailed Description

Definition at line 37 of file G4SceneList.hh.

Member Function Documentation

◆ remove()

void G4SceneList::remove ( G4Scene scene)

Definition at line 30 of file G4SceneList.cc.

30 {
32 for (iScene = begin(); iScene != end(); ++iScene) {
33 if (*iScene == scene) break;
34 }
35 if (iScene != end()) erase(iScene);
36}
std::vector< G4Scene * >::iterator G4SceneListIterator
Definition: G4SceneList.hh:42

The documentation for this class was generated from the following files: