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