Lines Matching refs:getValue
31 * + R-values: Nodes must implement getValue() in some way. Value
61 virtual ExecConstValueAccess getValue (void) const = DE_NULL;
77 ExecConstValueAccess getValue (void) const { return m_valueAccess; }
119 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); }
137 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); }
156 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); }
174 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); }
199 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); }
222 ExecConstValueAccess getValue (void) const { return m_child->getValue(); }
241 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getType()); }
263 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueType); }