TuttleOFX  1
OFX::RegionOfInterestSetter Class Reference

Class used to set regions of interest on a clip in OFX::ImageEffect::getRegionsOfInterest. More...

#include <ofxsImageEffect.h>

Public Member Functions

virtual void setRegionOfInterest (const Clip &clip, const OfxRectD &RoI)=0
 function to set the RoI of a clip, pass in the clip to set the RoI of, and the RoI itself
virtual ~RegionOfInterestSetter ()=0

Detailed Description

Class used to set regions of interest on a clip in OFX::ImageEffect::getRegionsOfInterest.

This is a base class, the actual class is private and you don't need to see the glue involved.

Definition at line 797 of file ofxsImageEffect.h.


Constructor & Destructor Documentation

OFX::RegionOfInterestSetter::~RegionOfInterestSetter ( ) [pure virtual]

Definition at line 59 of file ofxsImageEffect.cpp.


Member Function Documentation


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