Home
last modified time | relevance | path

Searched refs:setEntityProperty (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ovis/include/opencv2/
H A Dovis.hpp135 CV_WRAP virtual void setEntityProperty(const String& name, int prop, const Scalar& value) = 0;
138 CV_WRAP virtual void setEntityProperty(const String& name, int prop, const String& value,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ovis/samples/
H A Dovis_demo.py21 owin.setEntityProperty("sinbad", cv.ovis.ENTITY_ANIMBLEND_MODE, 1) # 1 = cumulative
H A Dovis_demo.cpp41 …owin->setEntityProperty("sinbad", ovis::EntityProperty::ENTITY_ANIMBLEND_MODE, Scalar(1)); // 1 = … in main()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DEntity.h377 void setEntityProperty(EntityProperty ep, bool value=true);
H A DEntity.cpp360 void Entity::setEntityProperty(EntityProperty ep, bool value) in setEntityProperty() function in Entity
H A DScriptInterface.cpp7268 e->setEntityProperty((EntityProperty)lua_tointeger(L, 2), getBool(L, 3)); in luaFunc()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ovis/src/
H A Dovis.cpp724 …void setEntityProperty(const String& name, int prop, const String& value, int subEntityIdx) CV_OVE… in setEntityProperty() function in cv::ovis::WindowSceneImpl
741 void setEntityProperty(const String& name, int prop, const Scalar& value) CV_OVERRIDE in setEntityProperty() function in cv::ovis::WindowSceneImpl