AtOutputIterator type and methods. More...
#include "ai_string.h"Go to the source code of this file.
Functions | |
AtOutputIterator Methods | |
| AI_API bool | AiOutputIteratorGetNext (struct AtOutputIterator *iter, AtString *output_name, int *pixel_type, const void **bucket_data) |
| Get information about the next output connected to a driver. More... | |
| AI_API void | AiOutputIteratorReset (struct AtOutputIterator *iter) |
| Reset an output iterator. More... | |
| AI_API AtNode * | AiOutputIteratorGetFilter (struct AtOutputIterator *iter) |
| Get the filter associated with the current output. More... | |
| AI_API bool | AiOutputIteratorIsHalf (struct AtOutputIterator *iter) |
| Is the current output is half format. More... | |
| AI_API AtString | AiOutputIteratorGetLayerName (struct AtOutputIterator *iter) |
| Get the name of the targer layer of the current output. More... | |
| AI_API AtNode * | AiOutputIteratorGetCamera (struct AtOutputIterator *iter) |
| Get the camera associated with the current output. More... | |
AtOutputIterator type and methods.