Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half3x3

4923 		 * The domCg_half3x3 value of the text data of this element. 
4925 domCg_half3x3 _value;
4930 * @return Returns a domCg_half3x3 reference of the _value array.
4932 domCg_half3x3 &getValue() { return _value; }
4935 * @return Returns a constant domCg_half3x3 reference of the _value array.
4937 const domCg_half3x3 &getValue() const { return _value; }
4942 void setValue( const domCg_half3x3 &val ) { _value = val; }