FEM: vtk DataAtPoint, implementation

This commit is contained in:
mkhizenz
2018-01-23 06:38:49 +01:00
committed by wmayer
parent bfd9b27be9
commit 2a42f71543
14 changed files with 654 additions and 5 deletions

View File

@@ -146,6 +146,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_PostCreateWarpVectorFilter"
<< "FEM_PostCreateDataAlongLineFilter"
<< "FEM_PostCreateLinearizedStressesFilter"
<< "FEM_PostCreateDataAtPointFilter"
<< "Separator"
<< "FEM_PostCreateFunctions";
#endif
@@ -254,6 +255,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_PostCreateWarpVectorFilter"
<< "FEM_PostCreateDataAlongLineFilter"
<< "FEM_PostCreateLinearizedStressesFilter"
<< "FEM_PostCreateDataAtPointFilter"
<< "Separator"
<< "FEM_PostCreateFunctions";
#endif