Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoMathExpressionList.h File Reference

Description

VuoMathExpressionList C type definition.

Classes

struct  VuoMathExpressionList
 An ordered list of mathematical expressions. More...
 

Functions

VuoMathExpressionList VuoMathExpressionList_make (VuoList_VuoText expressions)
 Creates a VuoMathExpressionList with the given math expressions.
 
VuoMathExpressionList VuoMathExpressionList_valueFromJson (json_object *js)
 Decodes the JSON object to create a new value.
 
json_object * VuoMathExpressionList_jsonFromValue (const VuoMathExpressionList me)
 Encodes the value as a JSON object.
 
char * VuoMathExpressionList_summaryFromValue (const VuoMathExpressionList me)
 Returns a string representation of the value.
 
VuoDictionary_VuoText_VuoReal VuoMathExpressionList_calculate (const VuoMathExpressionList expressionList, const VuoDictionary_VuoText_VuoReal variablesAndValues)
 Returns the output variables and values that result from evaluating the math expressions with the given input variables and values.
 
VuoMathExpressionList VuoMathExpressionList_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoMathExpressionList_stringFromValue (const VuoMathExpressionList value)
 Automatically generated function.
 
void VuoMathExpressionList_retain (VuoMathExpressionList value)
 Automatically generated function.
 
void VuoMathExpressionList_release (VuoMathExpressionList value)
 Automatically generated function.