85 xercesc::DOMElement* colElement =
NewElement(
"color");
94 xercesc::DOMElement* colorrefElement =
NewElement(
"colorref");
95 colorrefElement->setAttributeNode(
NewAttribute(
"ref",name));
96 volumeElement->appendChild(colorrefElement);
98 G4cout <<
"Written color attribute (R,G,B,A) is: "
99 << r <<
", " <<
g <<
", " <<
b <<
", " <<
a <<
" !" <<
G4endl;
107 std::vector<const G4VisAttributes*>::const_iterator
pos =
110 if (pos !=
fAttribs.end()) { booking =
false; }