TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/plugin/interact/overlay.hpp File Reference
#include <ofxsInteract.h>
#include <tuttle/plugin/opengl/gl.h>
Include dependency graph for overlay.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

global namespace of the project


namespace  tuttle::plugin
namespace  tuttle::plugin::overlay

Functions

template<typename Point2 >
void tuttle::plugin::overlay::displayCross (const Point2 &p, const double marge)
template<typename Point2 >
void tuttle::plugin::overlay::displayPointRect (const Point2 &p, const Point2 &size)
template<typename Point2 >
void tuttle::plugin::overlay::displayPointRect (const Point2 &p, const double marge)
template<typename Rect >
void tuttle::plugin::overlay::displayRect (const Rect &r, const double marge=0)
template<typename Point2 >
void tuttle::plugin::overlay::displayRect (const Point2 &a, const Point2 &b, const double marge=0)
template<typename Point2 >
void tuttle::plugin::overlay::drawCurve (const std::vector< Point2 > &vec)
template<typename Point2 >
void tuttle::plugin::overlay::drawCurves (const std::vector< std::vector< Point2 > > &vec)