Home
last modified time | relevance | path

Searched defs:setInterpolationType (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLInterpolationTypeSource.h44 …void setInterpolationType(COLLADAFW::AnimationCurve::InterpolationType interpolationType) { mInter… in setInterpolationType() function
/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/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/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMTurbulenceField.h57 void setInterpolationType(unsigned int intr) in setInterpolationType() function
/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/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWAnimationCurve.h127 …void setInterpolationType(InterpolationType interpolationType) { mInterpolationType = interpolatio… in setInterpolationType() function
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/Timing/
H A DVisualTimeline.cpp373 void VisualTimeline::setInterpolationType(InterpolationType anInterpolationType) { in setInterpolationType() function in VisualTimeline
H A DVisualAnimation.cpp351 void VisualAnimation::setInterpolationType(InterpolationType anInterpolationType) { in setInterpolationType() function in VisualAnimation
/dports/audio/kwave/kwave-21.12.3/libkwave/
H A DCurve.cpp100 void Kwave::Curve::setInterpolationType(Kwave::interpolation_t type) in setInterpolationType() function in Kwave::Curve
/dports/graphics/photivo/photivo/Sources/
H A DptCurveWindow.cpp157 void ptCurveWindow::setInterpolationType() { in setInterpolationType() function in ptCurveWindow
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
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
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DDMDA.pyx425 def setInterpolationType(self, interp_type): member in DMDA