|
|
| KnobBinding (const GeomOpEngine &engine, const char *knobName) |
| |
|
| KnobBinding (const KnobBinding &other)=default |
| |
|
| operator bool () const |
| | Returns true if the reference to the knob is valid.
|
| |
|
Knob * | knob () const |
| | Returns the bound knob, if there is one.
|
| |
|
bool | isAnimated () const |
| | Returns true if the knob is animated.
|
| |
|
bool | isUniform () const |
| | Returns true if the knob is not animated.
|
| |
|
const Authoring::Mode | getAuthoringMode () const |
| | Returns the authoring mode of the knob.
|
| |
| OutputContext | getContext (const fdk::TimeValue &time=fdk::defaultTimeValue(), int view=-1) const |
| |
| template<class T > |
| T | get (int view=-1) const |
| |
| template<class T > |
| T | get (const fdk::TimeValue &time, int view=-1) const |
| |
| const char * | getText () const |
| |
A class which gives a read handle onto a Knob, allowing GeomEngines to fetch knob values and query animation state.