Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int3x3

3610 		 * The domCg_int3x3 value of the text data of this element. 
3612 domCg_int3x3 _value;
3617 * @return Returns a domCg_int3x3 reference of the _value array.
3619 domCg_int3x3 &getValue() { return _value; }
3622 * @return Returns a constant domCg_int3x3 reference of the _value array.
3624 const domCg_int3x3 &getValue() const { return _value; }
3629 void setValue( const domCg_int3x3 &val ) { _value = val; }