refactor: improve Object property management with duplicate prevention, memory cleanup, and updated VTK interface tests

This commit is contained in:
AndreaRigoni
2026-04-10 12:18:15 +00:00
parent dfd33e9a9c
commit 22262d3dc6
7 changed files with 41 additions and 20 deletions

View File

@@ -24,3 +24,5 @@ int main() {
std::cout << "Tests passed (compilation and manual instantiation)!" << std::endl;
return 0;
}