22 #include <Inventor/nodes/SoGroup.h>
37 m_controller(controller), m_system(
sys),
79 for (
int i = 0;
i<nodegroup->getNumChildren();++
i) {
80 SoNode *
n = nodegroup->getChild(
i);
81 if (
n->getTypeId().isDerivedFrom(SoGenericBox::getClassTypeId())) {
82 if (
static_cast<SoGenericBox*
>(
n)->drawEdgeLines.getValue()!=showvol)
83 static_cast<SoGenericBox*
>(
n)->drawEdgeLines.setValue(showvol);
84 }
else if (
n->getTypeId().isDerivedFrom(SoGroup::getClassTypeId())) {
104 it->second->updateShownOutlines();