TuttleOFX
1
|
#include <tuttle/plugin/global.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
namespace | tuttle::plugin |
namespace | tuttle::plugin::warp |
Enumerations | |
enum | tuttle::plugin::warp::EParamMethod { tuttle::plugin::warp::eParamMethodCreation = 0, tuttle::plugin::warp::eParamMethodDelete, tuttle::plugin::warp::eParamMethodMove } |
Variables | |
static const std::size_t | tuttle::plugin::warp::kMaxNbPoints = 20 |
static const float | tuttle::plugin::warp::lineWidth = 0.5 |
static const float | tuttle::plugin::warp::pointWidth = 3.0 |
static const int | tuttle::plugin::warp::seuil = 15 |
static const float | tuttle::plugin::warp::positionOrigine = -200.0 |
static const std::string | tuttle::plugin::warp::kClipSourceB = "B" |
static const std::string | tuttle::plugin::warp::kParamMethod = "method" |
static const std::string | tuttle::plugin::warp::kParamMethodCreation = "creation" |
static const std::string | tuttle::plugin::warp::kParamMethodDelete = "delete" |
static const std::string | tuttle::plugin::warp::kParamMethodMove = "move" |
static const std::string | tuttle::plugin::warp::kParamOverlay = "overlay" |
static const std::string | tuttle::plugin::warp::kParamInverse = "inverse" |
static const std::string | tuttle::plugin::warp::kParamNbPoints = "nbPoints" |
static const std::string | tuttle::plugin::warp::kParamTransition = "transition" |
static const std::string | tuttle::plugin::warp::kParamReset = "reset" |
static const std::string | tuttle::plugin::warp::kParamNextCurve = "nextCurve" |
static const std::string | tuttle::plugin::warp::kParamSetKey = "setKey" |
static const std::string | tuttle::plugin::warp::kParamGroupSettings = "settings" |
static const std::string | tuttle::plugin::warp::kParamNbPointsBezier = "Points Bezier" |
static const std::string | tuttle::plugin::warp::kParamRigiditeTPS = "Rigidite TPS" |
static const std::string | tuttle::plugin::warp::kParamGroupIn = "groupIn" |
static const std::string | tuttle::plugin::warp::kParamPointIn = "pIn" |
static const std::string | tuttle::plugin::warp::kParamOverlayIn = "overlayIn" |
static const std::string | tuttle::plugin::warp::kParamOverlayInColor = "overlayInColor" |
static const std::string | tuttle::plugin::warp::kParamGroupOut = "groupOut" |
static const std::string | tuttle::plugin::warp::kParamPointOut = "pOut" |
static const std::string | tuttle::plugin::warp::kParamOverlayOut = "overlayOut" |
static const std::string | tuttle::plugin::warp::kParamOverlayOutColor = "overlayOutColor" |
static const std::string | tuttle::plugin::warp::kParamGroupTgtIn = "groupTgtIn" |
static const std::string | tuttle::plugin::warp::kParamPointTgtIn = "pTangenteIn" |
static const std::string | tuttle::plugin::warp::kParamOverlayTgtIn = "overlayTgtIn" |
static const std::string | tuttle::plugin::warp::kParamOverlayTgtInColor = "overlayTangentInColor" |
static const std::string | tuttle::plugin::warp::kParamGroupTgtOut = "groupTgtOut" |
static const std::string | tuttle::plugin::warp::kParamPointTgtOut = "pTangenteOut" |
static const std::string | tuttle::plugin::warp::kParamOverlayTgtOut = "overlayTgtOut" |
static const std::string | tuttle::plugin::warp::kParamOverlayTgtOutColor = "overlayTangentOutColor" |
static const std::string | tuttle::plugin::warp::kParamGroupCurveBegin = "groupCurveBegin" |
static const std::string | tuttle::plugin::warp::kParamCurveBegin = "pCurveBegin" |
static const std::string | tuttle::plugin::warp::kParamGroupOverlay = "groupOverlay" |