Home
last modified time | relevance | path

Searched refs:setInterpolationType (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/kwave/kwave-21.12.3/libkwave/
H A DCurve.cpp61 setInterpolationType(m_interpolation.find(t)); in fromCommand()
100 void Kwave::Curve::setInterpolationType(Kwave::interpolation_t type) in setInterpolationType() function in Kwave::Curve
H A DCurve.h143 void setInterpolationType(Kwave::interpolation_t type);
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLInterpolationTypeSource.h44 …void setInterpolationType(COLLADAFW::AnimationCurve::InterpolationType interpolationType) { mInter… in setInterpolationType() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLLibraryAnimationsLoader.cpp400 mCurrentAnimationCurve->setInterpolationType(COLLADAFW::AnimationCurve::INTERPOLATION_LINEAR ); in end__sampler()
683 mCurrentAnimationCurve->setInterpolationType(interpolationType); in begin__input____InputLocal()
731 interpolationTypeSource->setInterpolationType( interpolationType ); in data__Name_array()
735 interpolationTypeSource->setInterpolationType( COLLADAFW::AnimationCurve::INTERPOLATION_MIXED); in data__Name_array()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/Timing/
H A DVisualTimeline.h189 void setInterpolationType(InterpolationType anInterpolationType);
H A DVisualAnimation.h224 void setInterpolationType(InterpolationType anInterpolationType);
H A DVisualAnimation.cpp351 void VisualAnimation::setInterpolationType(InterpolationType anInterpolationType) { in setInterpolationType() function in VisualAnimation
352 this->theTimeline->setInterpolationType(anInterpolationType); in setInterpolationType()
H A DVisualTimeline.cpp373 void VisualTimeline::setInterpolationType(InterpolationType anInterpolationType) { in setInterpolationType() function in VisualTimeline
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DDialogResample.h72 …void setInterpolationType(pp_int32 interpolationType) { this->interpolationType = interpolationTyp… in setInterpolationType() function
/dports/misc/visp/visp-3.4.0/tutorial/simulator/image/
H A Dtutorial-image-simulator.cpp49 sim.setInterpolationType(vpImageSimulator::BILINEAR_INTERPOLATION); in main()
/dports/graphics/photivo/photivo/Sources/
H A DptCurveWindow.cpp157 void ptCurveWindow::setInterpolationType() { in setInterpolationType() function in ptCurveWindow
666 connect(FLinearIpolAction, SIGNAL(triggered()), this, SLOT(setInterpolationType())); in createMenuActions()
672 connect(FSplineIpolAction, SIGNAL(triggered()), this, SLOT(setInterpolationType())); in createMenuActions()
676 connect(FCosineIpolAction, SIGNAL(triggered()), this, SLOT(setInterpolationType())); in createMenuActions()
H A DptCurveWindow.h108 void setInterpolationType();
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMTurbulenceField.h57 void setInterpolationType(unsigned int intr) in setInterpolationType() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWAnimationCurve.h127 …void setInterpolationType(InterpolationType interpolationType) { mInterpolationType = interpolatio… in setInterpolationType() function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DSampledField.h704 int setInterpolationType(const InterpolationKind_t interpolationType);
720 int setInterpolationType(const std::string& interpolationType);
H A DSampledField.cpp648 SampledField::setInterpolationType(const InterpolationKind_t interpolationType) in setInterpolationType() function in SampledField
667 SampledField::setInterpolationType(const std::string& interpolationType) in setInterpolationType() function in SampledField
1487 return_value = setInterpolationType(value); in setAttribute()
2646 return (sf != NULL) ? sf->setInterpolationType(interpolationType) : in SampledField_setInterpolationType()
2659 return (sf != NULL) ? sf->setInterpolationType(interpolationType) : in SampledField_setInterpolationTypeAsString()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/animation/frontend/
H A Dqkeyframe.h115 void setInterpolationType(InterpolationType interp) Q_DECL_NOTHROW in setInterpolationType() function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimDblGrid.h147 void setInterpolationType (InterpType interp);
/dports/misc/visp/visp-3.4.0/example/moments/image/
H A DservoMomentImage.cpp154 imsim_start.setInterpolationType(vpImageSimulator::BILINEAR_INTERPOLATION); in initScene()
159 m_imsim.setInterpolationType(vpImageSimulator::BILINEAR_INTERPOLATION); in initScene()
/dports/misc/visp/visp-3.4.0/modules/robot/include/visp3/robot/
H A DvpImageSimulator.h231 void setInterpolationType(const vpInterpolationType interplt) { this->interp = interplt; } in setInterpolationType() function
/dports/misc/visp/visp-3.4.0/tutorial/visual-servo/ibvs/
H A Dtutorial-ibvs-4pts-image-tracking.cpp51 sim_.setInterpolationType(vpImageSimulator::BILINEAR_INTERPOLATION); in vpVirtualGrabber()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/java/spatial/
H A Dspatial_example1.java213 sampledField.setInterpolationType("linear"); in main()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DTestWriteSpatialExtension.cpp282 …fail_unless(sampledField->setInterpolationType(SPATIAL_INTERPOLATIONKIND_LINEAR) == LIBSBML_OPERAT… in START_TEST()
566 fail_unless(sampledField.setInterpolationType("linear") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
790 …fail_unless(sampledField->setInterpolationType(SPATIAL_INTERPOLATIONKIND_LINEAR) == LIBSBML_OPERAT… in START_TEST()
1038 fail_unless(sampledField->setInterpolationType("linear") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
/dports/misc/visp/visp-3.4.0/example/direct-visual-servoing/
H A DphotometricVisualServoing.cpp256 sim.setInterpolationType(vpImageSimulator::BILINEAR_INTERPOLATION); in main()
H A DphotometricVisualServoingWithoutVpServo.cpp257 sim.setInterpolationType(vpImageSimulator::BILINEAR_INTERPOLATION); in main()

12