Home
last modified time | relevance | path

Searched refs:domChannels (Results 1 – 4 of 4) sorted by relevance

/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.4/dom/
H A DdomFx_surface_format_hint_common.h29 class domChannels;
31 typedef daeSmartRef<domChannels> domChannelsRef;
39 class domChannels : public daeElement
68 domChannels(DAE& dae) : daeElement(dae), _value() {} in domChannels() function
72 virtual ~domChannels() {} in ~domChannels()
76 virtual domChannels &operator=( const domChannels &cpy ) { (void)cpy; return *this; }
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/1.4/dom/
H A DdomFx_surface_format_hint_common.cpp47 mea->setElementType( domFx_surface_format_hint_common::domChannels::registerElement(dae) ); in registerElement()
84 domFx_surface_format_hint_common::domChannels::create(DAE& dae) in create()
86 …ce_format_hint_common::domChannelsRef ref = new domFx_surface_format_hint_common::domChannels(dae); in create()
92 domFx_surface_format_hint_common::domChannels::registerElement(DAE& dae) in registerElement()
100 meta->registerClass(domFx_surface_format_hint_common::domChannels::create); in registerElement()
108 ma->setOffset( daeOffsetOf( domFx_surface_format_hint_common::domChannels , _value )); in registerElement()
113 meta->setElementSize(sizeof(domFx_surface_format_hint_common::domChannels)); in registerElement()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DdaeRAnimations.cpp269 domChannel_Array domChannels = pDomAnimation->getChannel_array(); in processAnimationChannels() local
270 for (size_t i=0; i < domChannels.getCount(); i++) in processAnimationChannels()
272 processChannel(domChannels[i], sources, tcm); in processAnimationChannels()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeRAnimations.cpp269 domChannel_Array domChannels = pDomAnimation->getChannel_array(); in processAnimationChannels() local
270 for (size_t i=0; i < domChannels.getCount(); i++) in processAnimationChannels()
272 processChannel(domChannels[i], sources, tcm); in processAnimationChannels()