Hi Aurelien,
I'm not sure if I understand, isn't the information of what you get from TR in the IDL help, here:
http://www.exelisvis.com/docs/TRIANGU...
Triangles
A named variable that, on exit, contains the list of triangles in the Delaunay triangulation of the points specified by the X and Y arguments. Triangles is a longword array dimensioned (3, number of triangles), where Triangles[0, i],Triangles[1, i], and Triangles[2, i] contain the indices of the vertices of the i-th triangle (i.e., X[Tr[*, i]]and Y[Triangles[*, i]] are the X and Y coordinates of the vertices of the i-th triangle).
Are you looking for something else?
Cheers,
Fernando