fixed vtk containerbox handler

This commit is contained in:
AndreaRigoni
2026-03-18 21:32:33 +00:00
parent 0e8ac47fcf
commit cca29ef837
16 changed files with 279 additions and 272 deletions

View File

@@ -86,6 +86,8 @@ public:
void SetSelected(bool selected = true);
bool IsSelected() const;
virtual void Update();
virtual void ConnectInteractor(class vtkRenderWindowInteractor *interactor);
protected: