it would be nicer to replace the c arrays by c++ objects (std::vector or std::array when possible). The current memory management seems brittle. _Originally posted by @tvercaut in https://github.com/Project-MONAI/MONAI/issues/3698#issuecomment-1020327709_
it would be nicer to replace the c arrays by c++ objects (std::vector or std::array when possible). The current memory management seems brittle.
Originally posted by @tvercaut in #3698 (comment)