Public Member Functions | |
OutputPort (const char *_name, KnobType _type, void *_sampler_func) | |
Public Attributes | |
const char * | name |
Pointer to the name string - no local copy is made! | |
KnobType | type |
Type of port. | |
void * | sampler_func |
Sampler function, cast to correct class using 'type'. | |
DD::Image::ChannelSet | color_channels |
Port's output color channels (cached result from validateShader()) | |
bool | have_rgb |
Does port provide Chans RGB? (cached result from validateShader()) | |
bool | have_alpha |
Does port provide Chan_Alpha? (cached result from validateShader()) | |
Friends | |
std::ostream & | operator<< (std::ostream &o, const OutputPort &b) |
Nuke-specific output mapping
©2024 The Foundry Visionmongers, Ltd. All Rights Reserved. |