[FEM] fix pipeline recompute issue
- after a simulation was run, the pipelines and its childs are recomputed but its shape coloring is not updated. - also update XML documentation - also remove comment in tasks.py for now
This commit is contained in:
@@ -95,8 +95,10 @@ public:
|
||||
|
||||
virtual SoSeparator* getFrontRoot(void) const;
|
||||
|
||||
//observer for the color bar
|
||||
// observer for the color bar
|
||||
virtual void OnChange(Base::Subject< int >& rCaller, int rcReason);
|
||||
// update color bar
|
||||
void updateMaterial();
|
||||
|
||||
// handling when object is deleted
|
||||
virtual bool onDelete(const std::vector<std::string>&);
|
||||
@@ -123,7 +125,6 @@ protected:
|
||||
bool setupPipeline();
|
||||
void updateVtk();
|
||||
void setRangeOfColorBar(double min, double max);
|
||||
void updateMaterial();
|
||||
|
||||
SoCoordinate3* m_coordinates;
|
||||
SoIndexedPointSet* m_markers;
|
||||
|
||||
Reference in New Issue
Block a user