Description | |||||||||||
Used to analyzes the features and components that belong to a pipeline (specified by its pipeline feature, belongs to the top model) and builds a network data structure. | |||||||||||
Synopsis | |||||||||||
#include <ProPiping.h> | |||||||||||
ProError | ProPipelineNetworkEval | ( | |||||||||
ProFeature* pipeline | |||||||||||
/* (In) | |||||||||||
The feature handle of the pipeline feature | |||||||||||
*/ | |||||||||||
ProPnetwork* network | |||||||||||
/* (Out) | |||||||||||
The handle of the network structure. The handle is an opaque pointer to a structure which is accessed by functions starting with ProPnetwork. The data in the underlying data structure is allocated by the function and should be freed when no longer needed by calling ProPnetworkFree(). | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|