39 const char* CCalVisualisable::pathName=0;
54 theParameters[
Sensitive] = visParameters(
true);
56 theParameters[
Support] = visParameters(
false);
57 theParameters[
Cable] = visParameters(
false);
63 theParameters[
v].rColor=r;
64 theParameters[
v].gColor=
g;
65 theParameters[
v].bColor=
b;
72 ed <<
"ERROR: " <<
visEnvName <<
" environmental variable not set!"
74 ed <<
" Set it and restart." <<
G4endl;
75 G4Exception(
"CCalVisualisable::setPath()",
"ccal007",
82 G4cerr <<
"ERROR: No file was specified from which to read Visualisation parameters"
89 G4cout <<
" ==> Opening file " << visFile
90 <<
" to read visualisation parameters..."
96 G4cout <<
"Viualisable : Path " << pathname <<
" FIle " << visFile <<
G4endl;
100 G4cout <<
"WARNING: Could not read " << visFile <<
G4endl;
101 G4cout <<
" Default visualization parameters will be used." <<
G4endl;
110 if (viewvol==
"Sensitive")
112 else if (viewvol==
"Electronics")
114 else if (viewvol==
"Support")
116 else if (viewvol==
"Absorber")
118 else if (viewvol==
"Cable")
120 else if (viewvol==
"OtherServices")
122 else if (viewvol==
"PseudoVolumes")
126 G4cerr <<
"WARNING: Unknown type of visualisable object \"" << viewvol
131 int isvisible, wireframe;
134 is >> isvisible >> r >> g >> b >> wireframe >>
jump;
136 r=checkColorRange(r,
'R');
137 g=checkColorRange(g,
'G');
138 b=checkColorRange(b,
'B');
143 << r <<
" " << g <<
" "<< b <<
tab
146 theParameters[vt]=visParameters(isvisible, r, g, b, wireframe);
159 double CCalVisualisable::checkColorRange(
double cvalue,
char ctype)
const {
161 G4cerr <<
"ERROR: In " << visFile <<
". Color " << ctype <<
"="
162 << cvalue <<
" > 1" <<
G4endl;
167 G4cerr <<
"ERROR: In " << visFile <<
". Color " << ctype <<
"="
168 << cvalue <<
" < 0" <<
G4endl;
bool openGeomFile(std::ifstream &is, const G4String &pathname, const G4String &filename)
std::ostringstream G4ExceptionDescription
std::istream & jump(std::istream &)
std::ifstream & readName(std::ifstream &, G4String &)
G4GLOB_DLL std::ostream G4cout
std::ostream & tab(std::ostream &)
void setColor(visType v, double r, double g, double b)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
CCalVisualisable(G4String file)
G4GLOB_DLL std::ostream G4cerr