Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool3x3

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; }