-
- Downloads
Provide unique id for vtk objects based on memory address
This change allows us to keep track of vtk objects when exporting a scene description. It relies on the fact that the memory address of objects does not change frequently, if ever.
Showing
- Web/Core/Testing/Python/CMakeLists.txt 5 additions, 0 deletionsWeb/Core/Testing/Python/CMakeLists.txt
- Web/Core/Testing/Python/TestObjectId.py 19 additions, 0 deletionsWeb/Core/Testing/Python/TestObjectId.py
- Web/Core/vtkWebApplication.cxx 9 additions, 0 deletionsWeb/Core/vtkWebApplication.cxx
- Web/Core/vtkWebApplication.h 8 additions, 0 deletionsWeb/Core/vtkWebApplication.h
Web/Core/Testing/Python/TestObjectId.py
0 → 100644
Please register or sign in to comment