VTK Memory Management

Good morning, could someone direct me to documentation on VTK memory management. How do you handle large image sets and processing without special hardware?

Hello Doug,

for generell memory management take a look at the smart pointer tutorial, which helped me a lot when starting with VTK:
https://vtk.org/Wiki/VTK/Tutorials/SmartPointers

Additionally, the VTK FAQ page has a section for handling large data sets:
https://vtk.org/Wiki/VTK/FAQ#How_to_handle_large_data_sets_in_VTK

Hope this helps.