OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domFloat3
(Results
1 - 19
of
19
) sorted by null
/external/collada/include/1.4/dom/
domBox.h
46
* The
domFloat3
value of the text data of this element.
48
domFloat3
_value;
53
* @return Returns a
domFloat3
reference of the _value array.
55
domFloat3
&getValue() { return _value; }
58
* @return Returns a constant
domFloat3
reference of the _value array.
60
const
domFloat3
&getValue() const { return _value; }
65
void setValue( const
domFloat3
&val ) { _value = val; }
domEllipsoid.h
39
* The
domFloat3
value of the text data of this element.
41
domFloat3
_value;
46
* @return Returns a
domFloat3
reference of the _value array.
48
domFloat3
&getValue() { return _value; }
51
* @return Returns a constant
domFloat3
reference of the _value array.
53
const
domFloat3
&getValue() const { return _value; }
58
void setValue( const
domFloat3
&val ) { _value = val; }
domTargetableFloat3.h
34
* The
domFloat3
value of the text data of this element.
36
domFloat3
_value;
52
* @return Returns a
domFloat3
reference of the _value array.
54
domFloat3
&getValue() { return _value; }
57
* @return Returns a constant
domFloat3
reference of the _value array.
59
const
domFloat3
&getValue() const { return _value; }
64
void setValue( const
domFloat3
&val ) { _value = val; }
domCommon_newparam_type.h
202
class
domFloat3
;
204
typedef daeSmartRef<
domFloat3
> domFloat3Ref;
207
class
domFloat3
: public daeElement
216
* The ::
domFloat3
value of the text data of this element.
218
::
domFloat3
_value;
223
* @return Returns a ::
domFloat3
reference of the _value array.
225
::
domFloat3
&getValue() { return _value; }
228
* @return Returns a constant ::
domFloat3
reference of the _value array.
230
const ::
domFloat3
&getValue() const { return _value; }
235
void setValue( const ::
domFloat3
&val ) { _value = val;
[
all
...]
domFx_basic_type_common.h
650
class
domFloat3
;
652
typedef daeSmartRef<
domFloat3
> domFloat3Ref;
655
class
domFloat3
: public daeElement
664
* The ::
domFloat3
value of the text data of this element.
666
::
domFloat3
_value;
671
* @return Returns a ::
domFloat3
reference of the _value array.
673
::
domFloat3
&getValue() { return _value; }
676
* @return Returns a constant ::
domFloat3
reference of the _value array.
678
const ::
domFloat3
&getValue() const { return _value; }
683
void setValue( const ::
domFloat3
&val ) { _value = val;
[
all
...]
domGles_basic_type_common.h
647
class
domFloat3
;
649
typedef daeSmartRef<
domFloat3
> domFloat3Ref;
652
class
domFloat3
: public daeElement
661
* The ::
domFloat3
value of the text data of this element.
663
::
domFloat3
_value;
668
* @return Returns a ::
domFloat3
reference of the _value array.
670
::
domFloat3
&getValue() { return _value; }
673
* @return Returns a constant ::
domFloat3
reference of the _value array.
675
const ::
domFloat3
&getValue() const { return _value; }
680
void setValue( const ::
domFloat3
&val ) { _value = val;
[
all
...]
domInstance_rigid_body.h
78
* The
domFloat3
value of the text data of this element.
80
domFloat3
_value;
85
* @return Returns a
domFloat3
reference of the _value array.
87
domFloat3
&getValue() { return _value; }
90
* @return Returns a constant
domFloat3
reference of the _value array.
92
const
domFloat3
&getValue() const { return _value; }
97
void setValue( const
domFloat3
&val ) { _value = val; }
144
* The
domFloat3
value of the text data of this element.
146
domFloat3
_value;
151
* @return Returns a
domFloat3
reference of the _value array
[
all
...]
domFx_annotate_type_common.h
643
class
domFloat3
;
645
typedef daeSmartRef<
domFloat3
> domFloat3Ref;
648
class
domFloat3
: public daeElement
657
* The ::
domFloat3
value of the text data of this element.
659
::
domFloat3
_value;
664
* @return Returns a ::
domFloat3
reference of the _value array.
666
::
domFloat3
&getValue() { return _value; }
669
* @return Returns a constant ::
domFloat3
reference of the _value array.
671
const ::
domFloat3
&getValue() const { return _value; }
676
void setValue( const ::
domFloat3
&val ) { _value = val;
[
all
...]
domGlsl_param_type.h
403
class
domFloat3
;
405
typedef daeSmartRef<
domFloat3
> domFloat3Ref;
408
class
domFloat3
: public daeElement
442
domFloat3
(DAE& dae) : daeElement(dae), _value() {}
446
virtual ~
domFloat3
() {}
450
virtual
domFloat3
&operator=( const
domFloat3
&cpy ) { (void)cpy; return *this; }
[
all
...]
domGles_pipeline_settings.h
[
all
...]
domCg_param_type.h
[
all
...]
domGl_pipeline_settings.h
[
all
...]
domTypes.h
33
typedef domListOfFloats
domFloat3
;
[
all
...]
/external/collada/src/1.4/dom/
domCommon_newparam_type.cpp
65
mea->setElementType( domCommon_newparam_type::
domFloat3
::registerElement(dae) );
224
domCommon_newparam_type::
domFloat3
::create(DAE& dae)
226
domCommon_newparam_type::domFloat3Ref ref = new domCommon_newparam_type::
domFloat3
(dae);
232
domCommon_newparam_type::
domFloat3
::registerElement(DAE& dae)
240
meta->registerClass(domCommon_newparam_type::
domFloat3
::create);
248
ma->setOffset( daeOffsetOf( domCommon_newparam_type::
domFloat3
, _value ));
253
meta->setElementSize(sizeof(domCommon_newparam_type::
domFloat3
));
domFx_annotate_type_common.cpp
106
mea->setElementType( domFx_annotate_type_common::
domFloat3
::registerElement(dae) );
513
domFx_annotate_type_common::
domFloat3
::create(DAE& dae)
515
domFx_annotate_type_common::domFloat3Ref ref = new domFx_annotate_type_common::
domFloat3
(dae);
521
domFx_annotate_type_common::
domFloat3
::registerElement(DAE& dae)
529
meta->registerClass(domFx_annotate_type_common::
domFloat3
::create);
537
ma->setOffset( daeOffsetOf( domFx_annotate_type_common::
domFloat3
, _value ));
542
meta->setElementSize(sizeof(domFx_annotate_type_common::
domFloat3
));
domGlsl_param_type.cpp
82
mea->setElementType( domGlsl_param_type::
domFloat3
::registerElement(dae) );
411
domGlsl_param_type::
domFloat3
::create(DAE& dae)
413
domGlsl_param_type::domFloat3Ref ref = new domGlsl_param_type::
domFloat3
(dae);
419
domGlsl_param_type::
domFloat3
::registerElement(DAE& dae)
427
meta->registerClass(domGlsl_param_type::
domFloat3
::create);
435
ma->setOffset( daeOffsetOf( domGlsl_param_type::
domFloat3
, _value ));
440
meta->setElementSize(sizeof(domGlsl_param_type::
domFloat3
));
domFx_basic_type_common.cpp
106
mea->setElementType( domFx_basic_type_common::
domFloat3
::registerElement(dae) );
633
domFx_basic_type_common::
domFloat3
::create(DAE& dae)
635
domFx_basic_type_common::domFloat3Ref ref = new domFx_basic_type_common::
domFloat3
(dae);
641
domFx_basic_type_common::
domFloat3
::registerElement(DAE& dae)
649
meta->registerClass(domFx_basic_type_common::
domFloat3
::create);
657
ma->setOffset( daeOffsetOf( domFx_basic_type_common::
domFloat3
, _value ));
662
meta->setElementSize(sizeof(domFx_basic_type_common::
domFloat3
));
[
all
...]
domGles_basic_type_common.cpp
106
mea->setElementType( domGles_basic_type_common::
domFloat3
::registerElement(dae) );
615
domGles_basic_type_common::
domFloat3
::create(DAE& dae)
617
domGles_basic_type_common::domFloat3Ref ref = new domGles_basic_type_common::
domFloat3
(dae);
623
domGles_basic_type_common::
domFloat3
::registerElement(DAE& dae)
631
meta->registerClass(domGles_basic_type_common::
domFloat3
::create);
639
ma->setOffset( daeOffsetOf( domGles_basic_type_common::
domFloat3
, _value ));
644
meta->setElementSize(sizeof(domGles_basic_type_common::
domFloat3
));
[
all
...]
domCg_param_type.cpp
190
mea->setElementType( domCg_param_type::
domFloat3
::registerElement(dae) );
[
all
...]
Completed in 3179 milliseconds