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

@@ -61,6 +61,10 @@ public:
vtkCornerAnnotation* GetAnnotation() { return m_Annotation; }
vtkCameraOrientationWidget* GetCameraWidget(){ return m_CameraWidget; }
// Grid control
void SetGridVisible(bool visible);
bool GetGridVisible() const;
protected:
void SetupPipeline(vtkRenderWindowInteractor* iren);