rmlSetModelOutputNames

Sets up model output node names.

If this function is not called, all leaf graph nodes are considered to be output.

rml_status rmlSetModelOutputNames(

rml_model model,

const rml_strings* names);

API

Main

Parameters

Parameter

Input/Output

Description

model

input

A valid model handle.

names

output

A pointer to a structure with output names.

Return and Status Codes

Returns one of the following status codes:

  • RML_OK if the operation is successful

  • RML_ERROR_BAD_PARAMETER if model or names is invalid

To get more details in case of failure, call rmlGetLastError().