Debian porting: CRASH after trying to create StreamLines presentation.
}
}
+void VISU::DeformedShape_i::Update()
+{
+ TSuperClass::Update();
+}
VISU::Storable* VISU::DeformedShape_i::Create(const char* theMeshName, VISU::Entity theEntity,
const char* theFieldName, int theIteration)
typedef VISU::DeformedShape TInterface;
VISU_DeformedShapePL* GetDeformedShapePL(){ return myDeformedShapePL;}
+ virtual void Update();
+
protected:
virtual void DoHook();
}
}
+void VISU::PrsMerger_i::Update()
+{
+ TSuperClass::Update();
+}
+
VISU_Actor*
VISU::PrsMerger_i
::CreateActor(const Handle(SALOME_InteractiveObject)& theIO, bool toSupressShrinking)
VISU_PrsMergerPL* GetPrsMergerPL(){ return myPrsMergerPL;}
+ virtual void Update();
+
protected:
virtual void DoHook();
virtual const char* GetIconName();