Cortex  10.0.0-a4
Public Member Functions | Protected Member Functions | List of all members
IECoreNuke::Warp Class Referenceabstract

#include <Warp.h>

Inherits Iop.

Public Member Functions

 Warp (Node *node)
 

Protected Member Functions

virtual Imath::V2f warp (const Imath::V2f &outputPixel) const =0
 
virtual void knobs (DD::Image::Knob_Callback f)
 
virtual void _validate (bool forReal)
 
virtual void _request (int x, int y, int r, int t, const DD::Image::ChannelSet &channels, int count)
 
virtual void engine (int y, int x, int r, const DD::Image::ChannelSet &channels, DD::Image::Row &out)
 

Detailed Description

A base class to simplify the implementation of Iops which apply an arbitrary distortion to an image.

Member Function Documentation

virtual Imath::V2f IECoreNuke::Warp::warp ( const Imath::V2f &  outputPixel) const
protectedpure virtual

Must be implemented by subclasses to return the pixel position from the input that should be used to fill the outputPixel. This function will be called from multiple threads.


The documentation for this class was generated from the following file: