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

@@ -44,5 +44,5 @@ BOOST_AUTO_TEST_CASE(vtkStructuredGridTest) {
viewer.Start();
}
BOOST_CHECK(grid_viewer.GetWidget() != nullptr);
BOOST_CHECK(grid_viewer.GetProp() != nullptr);
}