Vuo  2.3.2
Classes | Enumerations | Functions
VuoDisplacement.h File Reference

Description

VuoDisplacement C type definition.

Definition in file VuoDisplacement.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoDisplacement_struct
 List type. More...
 

Enumerations

enum  VuoDisplacement { VuoDisplacement_Transverse , VuoDisplacement_Longitudinal }
 The direction in which to move vertices. More...
 

Functions

VuoDisplacement VuoDisplacement_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoDisplacement_getJson (const VuoDisplacement value)
 Encodes value as a JSON object. More...
 
VuoList_VuoDisplacement VuoDisplacement_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDisplacement_getSummary (const VuoDisplacement value)
 Returns a compact string representation of value. More...
 
VuoDisplacement VuoDisplacement_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDisplacement_getString (const VuoDisplacement value)
 Automatically generated function. More...
 
void VuoDisplacement_retain (VuoDisplacement value)
 Automatically generated function. More...
 
void VuoDisplacement_release (VuoDisplacement value)
 Automatically generated function. More...
 
#define VuoList_VuoDisplacement_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoDisplacement_structVuoList_VuoDisplacement
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoDisplacement_TYPE_DEFINED

#define VuoList_VuoDisplacement_TYPE_DEFINED

List type.

Definition at line 14 of file VuoDisplacement.h.

Typedef Documentation

◆ VuoList_VuoDisplacement

List type.