Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

object_functions_list Struct Reference


Data Fields

int(* get_points_function )(object_struct *, Point *[])
int(* get_normals_function )(object_struct *, Vector *[])
Colour_flags *(* get_colours_function )(object_struct *, Colour *[])
void(* set_colours_function )(object_struct *, Colour[])
Surfprop *(* get_surfprop_function )(object_struct *)
STRING(* get_name_function )(object_struct *)
void(* delete_function )(object_struct *)

Field Documentation

void(* object_functions_list::delete_function)(object_struct *)
 

Referenced by delete_object().

Colour_flags*(* object_functions_list::get_colours_function)(object_struct *, Colour *[])
 

Referenced by get_object_colours().

STRING(* object_functions_list::get_name_function)(object_struct *)
 

Referenced by get_object_name().

int(* object_functions_list::get_normals_function)(object_struct *, Vector *[])
 

Referenced by get_object_normals().

int(* object_functions_list::get_points_function)(object_struct *, Point *[])
 

Referenced by get_object_points().

Surfprop*(* object_functions_list::get_surfprop_function)(object_struct *)
 

Referenced by get_object_surfprop().

void(* object_functions_list::set_colours_function)(object_struct *, Colour[])
 

Referenced by set_object_colours().


The documentation for this struct was generated from the following file:
Generated on Wed Jul 28 09:11:24 2004 for BICPL by doxygen 1.3.7