static int MYDEBUG = 0;
#endif
-static int INCMEMORY = 4;
-
//============================================================================
VISU::ColoredPrs3d_i::
myLabelColor[0] = aLabelColor.red() / 255;
myLabelColor[1] = aLabelColor.green() / 255;
myLabelColor[2] = aLabelColor.blue() / 255;
+
+ return this;
}
VISU::Storable*
myFieldName = VISU::Storable::FindValue(theMap,"myFieldName").latin1();
myIteration = VISU::Storable::FindValue(theMap,"myIteration").toInt();
+ myAddToStudy = false; //SRN Added 21/06/2003 SAL2983: to avoid addition of the new ScalarMap to study.
+
Build(true);
TSuperClass::Restore(theMap);
myLabelColor[1] = VISU::Storable::FindValue(theMap,"myLabelColor[1]").toFloat();
myLabelColor[2] = VISU::Storable::FindValue(theMap,"myLabelColor[2]").toFloat();
- myAddToStudy = false; //SRN Added 21/06/2003 SAL2983: to avoid addition of the new ScalarMap to study.
-
return this;
}