::Restore(SALOMEDS::Study_ptr theStudy,
const Storable::TRestoringMap& theMap)
{
+ if(!TSuperClass::Restore(theStudy, theMap))
+ return NULL;
+
QString aMeshName = VISU::Storable::FindValue(theMap,"myScalarMeshName");
- VISU::Entity anEntity = VISU::Entity(VISU::Storable::FindValue(theMap,"myScalarFieldName").toInt());
+ VISU::Entity anEntity = VISU::Entity(VISU::Storable::FindValue(theMap,"myScalarEntity").toInt());
QString aFieldName = VISU::Storable::FindValue(theMap,"myScalarFieldName");
- int aTimeStampNumber = VISU::Storable::FindValue(theMap,"myScalarFieldName").toInt();
-
- if(!TSuperClass::Restore(theStudy, theMap))
- return NULL;
+ int aTimeStampNumber = VISU::Storable::FindValue(theMap,"myScalarIteration").toInt();
SetScalarField(aMeshName,
aFieldName,