|
TuttleOFX
1
|
#include "interact.hpp"#include <ofxsInteract.h>#include <boost/gil/utilities.hpp>#include <boost/math/special_functions/pow.hpp>

Go to the source code of this file.
Data Structures | |
| class | tuttle::plugin::interact::InteractObject |
| A base class for all object to use in interact or overlay. All sub classes needs to implement virtual functions from OFX::InteractI. More... | |
Namespaces | |
| namespace | tuttle |
global namespace of the project | |
| namespace | tuttle::plugin |
| namespace | tuttle::plugin::interact |
Typedefs | |
| typedef double | tuttle::plugin::interact::Scalar |
| typedef boost::gil::point2 < Scalar > | tuttle::plugin::interact::Point2 |