list_t* tvGetLinks (tvBase *from, tvLinkType sel)

Returns a list of all links of a given type associated with a rendering instance

Documentation

Returns a list of all links of a given type associated with a rendering instance.
Returns:
(possibly empty) list of handles to linked rendering instances.
Parameters:
from - handle to rendering state
sel - type of links to query
See Also:
tvLinkType, list_t


Back to TerraVision API Home Page