Vuo  2.3.2
Macros | Enumerations | Functions
VuoVertexAttribute

Description

Data associated with a vertex of a 3D mesh.

Enumerations

enum  VuoVertexAttribute {
  VuoVertexAttribute_Position , VuoVertexAttribute_Normal , VuoVertexAttribute_Tangent , VuoVertexAttribute_Bitangent ,
  VuoVertexAttribute_TextureCoordinateChecker , VuoVertexAttribute_TextureCoordinateGradient
}
 Data associated with a vertex of a 3D mesh. More...
 

Functions

VuoVertexAttribute VuoVertexAttribute_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoVertexAttribute_getJson (const VuoVertexAttribute value)
 Encodes value as a JSON object. More...
 
VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoVertexAttribute_getSummary (const VuoVertexAttribute value)
 Returns a compact string representation of value. More...
 
bool VuoVertexAttribute_areEqual (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if the two values are equal. More...
 
bool VuoVertexAttribute_isLessThan (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if valueA is less than valueB. More...
 
VuoVertexAttribute VuoVertexAttribute_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoVertexAttribute_getString (const VuoVertexAttribute value)
 Automatically generated function. More...
 
void VuoVertexAttribute_retain (VuoVertexAttribute value)
 Automatically generated function. More...
 
void VuoVertexAttribute_release (VuoVertexAttribute value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoVertexAttribute

Data associated with a vertex of a 3D mesh.

Definition at line 28 of file VuoVertexAttribute.h.

Function Documentation

◆ VuoVertexAttribute_areEqual()

bool VuoVertexAttribute_areEqual ( const VuoVertexAttribute  valueA,
const VuoVertexAttribute  valueB 
)

Returns true if the two values are equal.

Definition at line 119 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_getAllowedValues()

VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 83 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_getJson()

struct json_object* VuoVertexAttribute_getJson ( const VuoVertexAttribute  value)

Encodes value as a JSON object.

Definition at line 62 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_getString()

char* VuoVertexAttribute_getString ( const VuoVertexAttribute  value)

Automatically generated function.

◆ VuoVertexAttribute_getSummary()

char* VuoVertexAttribute_getSummary ( const VuoVertexAttribute  value)

Returns a compact string representation of value.

Definition at line 98 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_isLessThan()

bool VuoVertexAttribute_isLessThan ( const VuoVertexAttribute  valueA,
const VuoVertexAttribute  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 127 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_makeFromJson()

VuoVertexAttribute VuoVertexAttribute_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"normal"

Definition at line 35 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_makeFromString()

VuoVertexAttribute VuoVertexAttribute_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoVertexAttribute_release()

void VuoVertexAttribute_release ( VuoVertexAttribute  value)

Automatically generated function.

◆ VuoVertexAttribute_retain()

void VuoVertexAttribute_retain ( VuoVertexAttribute  value)

Automatically generated function.