ReconstructMe SDK
2.6.43-0
Real-time 3D reconstruction engine
|
Memory Management Rules and Thread Safety
This page familiarizes you with principal management rules and thread safety of the ReconstructMe API.
The lifetime of pointers provided by the ReconstructMe SDK or to the ReconstructMe SDK is subject to the following rules
The following snippet shows the above rules applied to out- and ref-parameters.
The following snippet shows the above rules applied to in-parameters.
In general each instance of a reme_context_t object has to be called by a single thread.