activate grid button and widget size

This commit is contained in:
AndreaRigoni
2026-03-17 22:56:56 +00:00
parent 553bb7fd61
commit 92a06f6274
7 changed files with 210 additions and 2 deletions

View File

@@ -62,7 +62,11 @@ private:
void InstallPipe();
void UninstallPipe();
void SetupGridButton();
void UpdateGridButtonPosition();
vtkRenderWindow *m_RenderWindow;
vtkSmartPointer<class vtkButtonWidget> m_GridButton;
};
// template <> class Tie<Viewer> {