Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
struct json_object * VuoVertexAttribute_getJson (const VuoVertexAttribute value)
 Encodes value as a JSON object.
 
VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoVertexAttribute_getSummary (const VuoVertexAttribute value)
 Returns a compact string representation of value.
 
bool VuoVertexAttribute_areEqual (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if the two values are equal.
 
bool VuoVertexAttribute_isLessThan (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if valueA is less than valueB.
 
char * VuoVertexAttribute_getString (const VuoVertexAttribute value)
 Automatically generated function.
 
void VuoVertexAttribute_retain (VuoVertexAttribute value)
 Automatically generated function.
 
void VuoVertexAttribute_release (VuoVertexAttribute value)
 Automatically generated function.
 

Macro Definition Documentation

◆ VuoVertexAttribute_SUPPORTS_COMPARISON

#define VuoVertexAttribute_SUPPORTS_COMPARISON

Definition at line 37 of file VuoVertexAttribute.h.

Enumeration Type Documentation

◆ VuoVertexAttribute

Data associated with a vertex of a 3D mesh.

Definition at line 27 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 117 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 81 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_getJson()

struct json_object * VuoVertexAttribute_getJson ( const VuoVertexAttribute  value)

Encodes value as a JSON object.

Definition at line 60 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 96 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 125 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 33 of file VuoVertexAttribute.c.

◆ VuoVertexAttribute_release()

void VuoVertexAttribute_release ( VuoVertexAttribute  value)

Automatically generated function.

◆ VuoVertexAttribute_retain()

void VuoVertexAttribute_retain ( VuoVertexAttribute  value)

Automatically generated function.