OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domCg_bool2x3
(Results
1 - 2
of
2
) sorted by null
/external/collada/include/1.4/dom/
domCg_param_type.h
732
* The
domCg_bool2x3
value of the text data of this element.
734
domCg_bool2x3
_value;
739
* @return Returns a
domCg_bool2x3
reference of the _value array.
741
domCg_bool2x3
&getValue() { return _value; }
744
* @return Returns a constant
domCg_bool2x3
reference of the _value array.
746
const
domCg_bool2x3
&getValue() const { return _value; }
751
void setValue( const
domCg_bool2x3
&val ) { _value = val; }
[
all
...]
domTypes.h
105
typedef domCg_ListOfBool
domCg_bool2x3
;
[
all
...]
Completed in 47 milliseconds