I'm writing a plugin in QGIS and I'd like to generate a TIN surface using a vector layer with x,y and z (interpolation attribute).
The idea is to visualize the same result like in the Interpolation plugin but optimize it in my plugin, to facilitate users.
Does such a function exist?
Can I communicate with the Interpolation plugin to generate the result?



