In C++ programming, the SoSeparator.unref method is used to decrease the reference count of a SoNode or SoPath object. This method is typically used when an object is no longer needed and needs to be released from memory. When the reference count reaches zero, the object is automatically deleted. By using the unref method, developers can manage memory efficiently and prevent memory leaks in their C++ applications.
C++ (Cpp) SoSeparator::unref - 28 examples found. These are the top rated real world C++ (Cpp) examples of SoSeparator::unref extracted from open source projects. You can rate examples to help us improve the quality of examples.