Home
last modified time | relevance | path

Searched refs:VISIBLE_XML (Results 1 – 2 of 2) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DCML.cpp368 t->addBoolAttribute(VISIBLE_XML, BondsVis); in WriteXML()
373 t->addBoolAttribute(VISIBLE_XML, CoordsVis); in WriteXML()
378 t->addBoolAttribute(VISIBLE_XML, EnergyVis); in WriteXML()
383 t->addBoolAttribute(VISIBLE_XML, FreqVis); in WriteXML()
388 t->addBoolAttribute(VISIBLE_XML, SurfacesVis); in WriteXML()
393 t->addBoolAttribute(VISIBLE_XML, InputBVis); in WriteXML()
398 t->addBoolAttribute(VISIBLE_XML, PrefVis); in WriteXML()
403 t->addBoolAttribute(VISIBLE_XML, ZMatVis); in WriteXML()
1468 if (child->getAttributeValue(VISIBLE_XML,temp)) in ReadXML()
1474 if (child->getAttributeValue(VISIBLE_XML,temp)) in ReadXML()
[all …]
H A DCML.h491 #define VISIBLE_XML "visible" macro