TuttleOFX
1
|
#include <ParamInteger3D.hpp>
Public Member Functions | |
ParamInteger3D (INode &effect, const std::string &name, const ofx::attribute::OfxhParamDescriptor &descriptor) | |
ParamInteger3D * | clone () const |
clone this parameter | |
Ofx3DPointI | getDefault () const |
void | getValue (int &x, int &y, int &z) const OFX_EXCEPTION_SPEC |
void | getValueAtTime (const OfxTime time, int &x, int &y, int &z) const OFX_EXCEPTION_SPEC |
void | setValue (const int &x, const int &y, const int &z, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC |
void | setValueAtTime (const OfxTime time, const int &x, const int &y, const int &z, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC |
Definition at line 13 of file ParamInteger3D.hpp.
tuttle::host::attribute::ParamInteger3D::ParamInteger3D | ( | INode & | effect, |
const std::string & | name, | ||
const ofx::attribute::OfxhParamDescriptor & | descriptor | ||
) |
Definition at line 9 of file ParamInteger3D.cpp.
References tuttle::host::ofx::attribute::OfxhMultiDimParam< ParamInteger, 3 >::_controls.
Referenced by clone().
ParamInteger3D* tuttle::host::attribute::ParamInteger3D::clone | ( | ) | const [inline, virtual] |
clone this parameter
Implements tuttle::host::ofx::attribute::OfxhParam.
Definition at line 18 of file ParamInteger3D.hpp.
References ParamInteger3D().
Ofx3DPointI tuttle::host::attribute::ParamInteger3D::getDefault | ( | ) | const |
Definition at line 20 of file ParamInteger3D.cpp.
References tuttle::host::ofx::attribute::OfxhMultiDimParam< ParamInteger, 3 >::_controls.
void tuttle::host::attribute::ParamInteger3D::getValue | ( | int & | x, |
int & | y, | ||
int & | z | ||
) | const |
Definition at line 30 of file ParamInteger3D.cpp.
void tuttle::host::attribute::ParamInteger3D::getValueAtTime | ( | const OfxTime | time, |
int & | x, | ||
int & | y, | ||
int & | z | ||
) | const |
Definition at line 37 of file ParamInteger3D.cpp.
void tuttle::host::attribute::ParamInteger3D::setValue | ( | const int & | x, |
const int & | y, | ||
const int & | z, | ||
const ofx::attribute::EChange | change | ||
) |
Definition at line 44 of file ParamInteger3D.cpp.
void tuttle::host::attribute::ParamInteger3D::setValueAtTime | ( | const OfxTime | time, |
const int & | x, | ||
const int & | y, | ||
const int & | z, | ||
const ofx::attribute::EChange | change | ||
) |
Definition at line 52 of file ParamInteger3D.cpp.