TuttleOFX
1
|
#include <WarpPlugin.hpp>
Data Fields | |
std::vector< point2< Scalar > > | _inPoints |
std::vector< point2< Scalar > > | _outPoints |
std::vector< point2< Scalar > > | _tgtPointsIn |
std::vector< point2< Scalar > > | _tgtPointsOut |
std::vector< point2< Scalar > > | _buildPoints |
std::vector< point2< Scalar > > | _bezierIn |
std::vector< point2< Scalar > > | _bezierOut |
bool | _activateWarp |
double | _rigiditeTPS |
std::size_t | _nbPoints |
double | _transition |
EParamMethod | _method |
Definition at line 21 of file WarpPlugin.hpp.
bool tuttle::plugin::warp::WarpProcessParams< Scalar >::_activateWarp |
Definition at line 35 of file WarpPlugin.hpp.
std::vector< point2<Scalar> > tuttle::plugin::warp::WarpProcessParams< Scalar >::_bezierIn |
Definition at line 32 of file WarpPlugin.hpp.
std::vector< point2<Scalar> > tuttle::plugin::warp::WarpProcessParams< Scalar >::_bezierOut |
Definition at line 33 of file WarpPlugin.hpp.
std::vector< point2<Scalar> > tuttle::plugin::warp::WarpProcessParams< Scalar >::_buildPoints |
Definition at line 30 of file WarpPlugin.hpp.
std::vector< point2<Scalar> > tuttle::plugin::warp::WarpProcessParams< Scalar >::_inPoints |
Definition at line 24 of file WarpPlugin.hpp.
EParamMethod tuttle::plugin::warp::WarpProcessParams< Scalar >::_method |
Definition at line 40 of file WarpPlugin.hpp.
std::size_t tuttle::plugin::warp::WarpProcessParams< Scalar >::_nbPoints |
Definition at line 37 of file WarpPlugin.hpp.
Referenced by tuttle::plugin::warp::WarpPlugin::isIdentity().
std::vector< point2<Scalar> > tuttle::plugin::warp::WarpProcessParams< Scalar >::_outPoints |
Definition at line 25 of file WarpPlugin.hpp.
double tuttle::plugin::warp::WarpProcessParams< Scalar >::_rigiditeTPS |
Definition at line 36 of file WarpPlugin.hpp.
std::vector< point2<Scalar> > tuttle::plugin::warp::WarpProcessParams< Scalar >::_tgtPointsIn |
Definition at line 27 of file WarpPlugin.hpp.
std::vector< point2<Scalar> > tuttle::plugin::warp::WarpProcessParams< Scalar >::_tgtPointsOut |
Definition at line 28 of file WarpPlugin.hpp.
double tuttle::plugin::warp::WarpProcessParams< Scalar >::_transition |
Definition at line 38 of file WarpPlugin.hpp.