TuttleOFX  1
tuttle::host::attribute::ParamDouble2D Class Reference

#include <ParamDouble2D.hpp>

Inheritance diagram for tuttle::host::attribute::ParamDouble2D:
Collaboration diagram for tuttle::host::attribute::ParamDouble2D:

Public Member Functions

 ParamDouble2D (INode &effect, const std::string &name, const ofx::attribute::OfxhParamDescriptor &descriptor)
ParamDouble2Dclone () const
 clone this parameter
OfxPointD getDefault () const
void getValue (double &x, double &y) const OFX_EXCEPTION_SPEC
void getValueAtTime (const OfxTime time, double &x, double &y) const OFX_EXCEPTION_SPEC
void setValue (const double &x, const double &y, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC
void setValueAtTime (const OfxTime time, const double &x, const double &y, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC
void setValue (const int &x, const int &y, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC
void setValueAtTime (const OfxTime time, const int &x, const int &y, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC

Detailed Description

Definition at line 11 of file ParamDouble2D.hpp.


Constructor & Destructor Documentation

tuttle::host::attribute::ParamDouble2D::ParamDouble2D ( INode effect,
const std::string &  name,
const ofx::attribute::OfxhParamDescriptor descriptor 
)

Member Function Documentation

ParamDouble2D* tuttle::host::attribute::ParamDouble2D::clone ( ) const [inline, virtual]

clone this parameter

Implements tuttle::host::ofx::attribute::OfxhParam.

Definition at line 16 of file ParamDouble2D.hpp.

References ParamDouble2D().

Here is the call graph for this function:

OfxPointD tuttle::host::attribute::ParamDouble2D::getDefault ( ) const
void tuttle::host::attribute::ParamDouble2D::getValue ( double &  x,
double &  y 
) const

Definition at line 28 of file ParamDouble2D.cpp.

void tuttle::host::attribute::ParamDouble2D::getValueAtTime ( const OfxTime  time,
double &  x,
double &  y 
) const

Definition at line 34 of file ParamDouble2D.cpp.

void tuttle::host::attribute::ParamDouble2D::setValue ( const double &  x,
const double &  y,
const ofx::attribute::EChange  change 
)

Definition at line 40 of file ParamDouble2D.cpp.

Referenced by setValue().

void tuttle::host::attribute::ParamDouble2D::setValue ( const int &  x,
const int &  y,
const ofx::attribute::EChange  change 
) [inline]

Definition at line 27 of file ParamDouble2D.hpp.

References setValue().

Here is the call graph for this function:

void tuttle::host::attribute::ParamDouble2D::setValueAtTime ( const OfxTime  time,
const double &  x,
const double &  y,
const ofx::attribute::EChange  change 
)

Definition at line 47 of file ParamDouble2D.cpp.

Referenced by setValueAtTime().

void tuttle::host::attribute::ParamDouble2D::setValueAtTime ( const OfxTime  time,
const int &  x,
const int &  y,
const ofx::attribute::EChange  change 
) [inline]

Definition at line 31 of file ParamDouble2D.hpp.

References setValueAtTime().

Here is the call graph for this function:


The documentation for this class was generated from the following files: