OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domCg_bool3x3
(Results
1 - 2
of
2
) sorted by null
/external/collada/include/1.4/dom/
domCg_param_type.h
984
* The
domCg_bool3x3
value of the text data of this element.
986
domCg_bool3x3
_value;
991
* @return Returns a
domCg_bool3x3
reference of the _value array.
993
domCg_bool3x3
&getValue() { return _value; }
996
* @return Returns a constant
domCg_bool3x3
reference of the _value array.
998
const
domCg_bool3x3
&getValue() const { return _value; }
1003
void setValue( const
domCg_bool3x3
&val ) { _value = val; }
[
all
...]
domTypes.h
109
typedef domCg_ListOfBool
domCg_bool3x3
;
[
all
...]
Completed in 1637 milliseconds