Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float3x1

2171 		 * The domCg_float3x1 value of the text data of this element. 
2173 domCg_float3x1 _value;
2178 * @return Returns a domCg_float3x1 reference of the _value array.
2180 domCg_float3x1 &getValue() { return _value; }
2183 * @return Returns a constant domCg_float3x1 reference of the _value array.
2185 const domCg_float3x1 &getValue() const { return _value; }
2190 void setValue( const domCg_float3x1 &val ) { _value = val; }