The IData class is used to represent data that is created by the API objects, and returned to the caller. The data arrays are created in the same address space as the caller application, and the data can be accessed directly. For ease of use, it is recommended to never use the IData interface directly, but instead through an sp[...]Data (e.g. spBoolData, spRidData etc) object, which inherits from a CountedPointer of IData, and that also adds help code and conversions.
Definition at line 226 of file SimplygonSDK.h.