|
HDK
|
#include <ROP_RenderList.h>
Definition at line 23 of file ROP_RenderList.h.
|
inline |
Definition at line 26 of file ROP_RenderList.h.
| ROP_RenderList::~ROP_RenderList | ( | ) |
| bool ROP_RenderList::addItem | ( | const ROP_RenderItemHandle & | item, |
| const ROP_RenderDepParms & | parms | ||
| ) |
| ROP_RenderItemHandle ROP_RenderList::addItemDependency | ( | const ROP_RenderItemHandle & | item | ) |
| void ROP_RenderList::assignRenderInfo | ( | const char * | job_tag | ) |
| void ROP_RenderList::dependMerge | ( | ROP_RenderList & | merge_list | ) |
|
inline |
Definition at line 44 of file ROP_RenderList.h.
| void ROP_RenderList::getDependencyLeaves | ( | UT_Array< ROP_RenderItemHandle > & | leaves | ) | const |
Obtain a list of items that don't depend on any other item in the list.
| void ROP_RenderList::getDependencyRoots | ( | UT_Array< ROP_RenderItemHandle > & | roots | ) | const |
Obtain a list of items that nobody depends on in the list.
| void ROP_RenderList::mergeAndClear | ( | ROP_RenderList & | merge_list, |
| bool | append | ||
| ) |
|
inline |
Definition at line 46 of file ROP_RenderList.h.
|
inline |
Definition at line 48 of file ROP_RenderList.h.
| void ROP_RenderList::print | ( | std::ostream & | os, |
| bool | full_path, | ||
| bool | condense_range | ||
| ) | const |
| ROP_RenderItemHandle ROP_RenderList::removeItem | ( | unsigned int | i | ) |
| void ROP_RenderList::replaceDependencies | ( | const ROP_RenderItemHandle & | item, |
| const ROP_RenderItemHandle & | newitem | ||
| ) |
| void ROP_RenderList::replaceOldDependencies | ( | const ROP_RenderItemHandle & | item | ) | const |
| void ROP_RenderList::resortDependencies | ( | ) |