#include <GeomOpMixIns.h>
|
|
| TransformGeomOpI (const std::string &name="transform") |
| |
|
| TransformGeomOpI (const TransformKnobs::KnobParams ¶ms) |
| |
|
int | axisInput () const |
| |
|
fdk::Mat4d | handlesParentTransform (ViewerContext *ctx, const GeomOp *op, const std::string &primPath) const |
| |
|
void | knobs (Knob_Callback f, GeomOp *op) |
| | Sets up an axis knob in op.
|
| |
|
const TransformKnobs * | transformKnobs () const |
| |
Implements the transform behaviour for GeomOps. GeomOp plugins that wish to have this behaviour should inherit from this class and call TransformGeomOpI::knobs from its knobs method to set up the required knobs.