FEM Post: Command for creation of post pipeline from result

This commit is contained in:
Stefan Tröger
2015-11-14 12:14:02 +01:00
committed by wmayer
parent d0a8f6d820
commit 43a298ee24
7 changed files with 358 additions and 36 deletions

View File

@@ -83,6 +83,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
Gui::ToolBarItem* post = new Gui::ToolBarItem(root);
post->setCommand("Post Processing");
*post << "Fem_PostApplyChanges"
<< "Fem_PostPipelineFromResult"
<< "Separator"
<< "Fem_PostCreateClipFilter"
<< "Fem_PostCreateScalarClipFilter"