ldpk
|
The baseclass for Nuke plugins around LDPK-based lens distortion models. In order to implement a Nuke plugin, derive from this class. More...
#include <nuke_ld_3de4_base.h>
Public Member Functions | |
nuke_ld_3de4_base (Node *node, ldm_type *ldm) | |
void | knobs (DD::Image::Knob_Callback f) |
void | _validate (bool) |
void | _request (int x, int y, int r, int t, DD::Image::ChannelMask channels, int count) |
void | engine (int y, int x, int r, DD::Image::ChannelMask channels, DD::Image::Row &out) |
Static Public Attributes | |
static const DD::Image::Iop::Description | description |
The baseclass for Nuke plugins around LDPK-based lens distortion models. In order to implement a Nuke plugin, derive from this class.