Home
last modified time | relevance | path

Searched refs:MyDoubleInstance (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/
H A DhostDemoParamInstance.cpp92 MyDoubleInstance::MyDoubleInstance(MyEffectInstance* effect, in MyDoubleInstance() function in MyHost::MyDoubleInstance
99 OfxStatus MyDoubleInstance::get(double& d) in get()
106 OfxStatus MyDoubleInstance::get(OfxTime time, double& d) in get()
113 OfxStatus MyDoubleInstance::set(double) in set()
118 OfxStatus MyDoubleInstance::set(OfxTime time, double) in set()
123 OfxStatus MyDoubleInstance::derive(OfxTime time, double&) in derive()
128 OfxStatus MyDoubleInstance::integrate(OfxTime time1, OfxTime time2, double&) in integrate()
H A DhostDemoParamInstance.h54 class MyDoubleInstance : public OFX::Host::Param::DoubleInstance {
59MyDoubleInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor& …
H A DhostDemoEffectInstance.cpp170 return new MyDoubleInstance(this,name,descriptor); in newParam()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/
H A DhostDemoParamInstance.cpp92 MyDoubleInstance::MyDoubleInstance(MyEffectInstance* effect, in MyDoubleInstance() function in MyHost::MyDoubleInstance
99 OfxStatus MyDoubleInstance::get(double& d) in get()
106 OfxStatus MyDoubleInstance::get(OfxTime time, double& d) in get()
113 OfxStatus MyDoubleInstance::set(double) in set()
118 OfxStatus MyDoubleInstance::set(OfxTime time, double) in set()
123 OfxStatus MyDoubleInstance::derive(OfxTime time, double&) in derive()
128 OfxStatus MyDoubleInstance::integrate(OfxTime time1, OfxTime time2, double&) in integrate()
H A DhostDemoParamInstance.h54 class MyDoubleInstance : public OFX::Host::Param::DoubleInstance {
59MyDoubleInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor& …
H A DhostDemoEffectInstance.cpp170 return new MyDoubleInstance(this,name,descriptor); in newParam()