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

#include <ParamInteger3D.hpp>

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

Public Member Functions

 ParamInteger3D (INode &effect, const std::string &name, const ofx::attribute::OfxhParamDescriptor &descriptor)
ParamInteger3Dclone () 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

Detailed Description

Definition at line 13 of file ParamInteger3D.hpp.


Constructor & Destructor Documentation

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

Member Function Documentation

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().

Here is the call graph for this function:

Ofx3DPointI tuttle::host::attribute::ParamInteger3D::getDefault ( ) const
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.


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