Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
simage_param_data Struct Reference

Data Fields

int type
 
char * name
 
union {
   int   integerdata
 
   float   floatdata
 
   double   doubledata
 
   char *   stringdata
 
   void *   pointerdata
 
   void(*   functiondata )()
 
data
 
struct simage_param_datanext
 

Field Documentation

◆ type

int simage_param_data::type

◆ name

char* simage_param_data::name

◆ integerdata

int simage_param_data::integerdata

◆ floatdata

float simage_param_data::floatdata

◆ doubledata

double simage_param_data::doubledata

◆ stringdata

char* simage_param_data::stringdata

◆ pointerdata

void* simage_param_data::pointerdata

◆ functiondata

void(* simage_param_data::functiondata) ()

◆ data

union { ... } simage_param_data::data

◆ next

struct simage_param_data* simage_param_data::next

The documentation for this struct was generated from the following file: