-
- Downloads
"README.rst" did not exist on "2a581c30e4111f63a4b88478f58a7473c2fea8f0"
Add methods to switch vtkCellArray default storage at runtime.
Add a static bool and method `SetDefaultStorageIs64Bit(bool)` to change the default storage used by vtkCellArray to 32 or 64 bit. This supports a use-case where most models are small enough to use 32bit internal storage, saving memory, but if a large model is detected on load, the default can be switched to 64bit going forward.
Showing
- Common/DataModel/vtkCellArray.cxx 6 additions, 0 deletionsCommon/DataModel/vtkCellArray.cxx
- Common/DataModel/vtkCellArray.h 23 additions, 11 deletionsCommon/DataModel/vtkCellArray.h
- Documentation/release/dev/switch-cellarray-default-storage-runtime.md 12 additions, 0 deletions...n/release/dev/switch-cellarray-default-storage-runtime.md
Loading
Please register or sign in to comment