G4GraphicsSystemList Class Reference

#include <G4GraphicsSystemList.hh>


Public Member Functions

void remove (G4VGraphicsSystem *)


Detailed Description

Definition at line 38 of file G4GraphicsSystemList.hh.


Member Function Documentation

void G4GraphicsSystemList::remove ( G4VGraphicsSystem  ) 

Definition at line 31 of file G4GraphicsSystemList.cc.

00031                                                                    {
00032   G4GraphicsSystemListIterator iGS;
00033   for (iGS = begin(); iGS != end(); ++iGS) {
00034     if (*iGS == graphicsSystem) break;
00035   }
00036   if (iGS != end()) erase(iGS);
00037 }


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