FEM Post: Handle wireframe with internal wires

This commit is contained in:
Stefan Tröger
2016-03-20 10:27:37 +01:00
committed by wmayer
parent 945aee1d1c
commit 95d1e8244f
2 changed files with 15 additions and 5 deletions

View File

@@ -141,8 +141,8 @@ protected:
vtkSmartPointer<vtkGeometryFilter> m_surface;
vtkSmartPointer<vtkAppendPolyData> m_surfaceEdges;
vtkSmartPointer<vtkOutlineCornerFilter> m_outline;
vtkSmartPointer<vtkExtractEdges> m_wireframe;
vtkSmartPointer<vtkVertexGlyphFilter> m_points;
vtkSmartPointer<vtkExtractEdges> m_wireframe, m_wireframeSurface;
vtkSmartPointer<vtkVertexGlyphFilter> m_points, m_pointsSurface;
private:
void updateProperties();