#include <G4VisListManager.hh>
template<typename T>
class G4VisListManager< T >
Definition at line 43 of file G4VisListManager.hh.
Definition at line 78 of file G4VisListManager.hh.
80 typename std::map<G4String, T*>::iterator iter = fMap.begin();
82 while (iter != fMap.end()) {
Definition at line 117 of file G4VisListManager.hh.
119 if (0 == fMap.size()) {
120 G4cout<<
" None"<<std::endl;
124 ostr<<
" Current: "<<fpCurrent->Name()<<std::endl;
128 typename std::map<G4String, T*>::const_iterator iter = fMap.find(name);
130 if (iter != fMap.end()) {
131 iter->second->Print(ostr);
134 ostr<<name<<
" not found "<<std::endl;
138 typename std::map<G4String, T*>::const_iterator iter = fMap.begin();
139 while (iter != fMap.end()) {
140 iter->second->Print(ostr);
G4GLOB_DLL std::ostream G4cout
Definition at line 101 of file G4VisListManager.hh.
103 typename std::map<G4String, T*>::const_iterator iter = fMap.find(name);
105 if (iter != fMap.end()) fpCurrent = fMap[name];
108 ed <<
"Key \"" << name <<
"\" has not been registered";
110 (
"G4VisListManager<T>::SetCurrent(T* ptr) ",
111 "visman0102",
JustWarning, ed,
"Non-existent name");
std::ostringstream G4ExceptionDescription
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
The documentation for this class was generated from the following file: