|
Katana Plug-in APIs 0.1
|
Description of an Attribute output as a result to the output scene graph through a call to interface.setAttr(). More...
#include <FnOpDescriptionBuilder.h>
Public Member Functions | |
| OutputAttrDescription (AttrTypeDescription type, const std::string &name) | |
| std::string | getAtLocation () const |
| Get the specific location that Attribute will be written to, if any. | |
| void | setAtLocation (const std::string &atLocation) |
| Set a specific location that the Attribute will be written to, if any. This should be used if the Attribute is always written to a specific location (e.g. /root/world), rather than dynamically, based on where the Op is run. | |
Description of an Attribute output as a result to the output scene graph through a call to interface.setAttr().
Description of an Attribute used as an output to the scene graph.
| Foundry::Katana::FnOpDescription::OutputAttrDescription::OutputAttrDescription | ( | AttrTypeDescription | type, |
| const std::string & | name | ||
| ) | [inline] |
1.7.3