Definition at line 25 of file VP1RawDataCommonData.cxx.
◆ setShowVolumeOutlines()
void VP1RawDataCommonData::Imp::setShowVolumeOutlines |
( |
SoGroup * |
nodegroup, |
|
|
bool |
showvol |
|
) |
| |
|
static |
Definition at line 77 of file VP1RawDataCommonData.cxx.
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())) {
◆ showVolOutlines
bool VP1RawDataCommonData::Imp::showVolOutlines = false |
◆ transform2handle
The documentation for this class was generated from the following file: