Pipeline
Inherited: None
Description
The Pipeline class allows users to manage render tasks and their connections within a pipeline. Users can query information about render tasks, their names, and links between them. The class also provides methods for loading and saving user-specific data related to the pipeline.
Public Methods
Pipeline::Link |
renderTaskLink (int index) const |
std::string |
renderTaskName (int index) const |
int |
renderTasksCount () const |
int |
renderTasksLinksCount () const |
Static Methods
None
Methods Description
Pipeline::Link Pipeline::renderTaskLink (int index) const
Returns the link information for the render task at the specified index.
std::string Pipeline::renderTaskName (int index) const
Returns the name of the render task at the specified index.
int Pipeline::renderTasksCount () const
Returns the number of render tasks in the pipeline.
int Pipeline::renderTasksLinksCount () const
Returns the number of links between render tasks in the pipeline.