Voxvision  1
Creating and manipulating voxel octrees
Data Fields
vox_module Struct Reference

Module info structure. More...

#include <modules.h>

Data Fields

int type
 A module class.
 
struct vox_module_methods * methods
 Methods of the module (actually, this field may be anything you like).
 

Detailed Description

Module info structure.

Each module must have a function called module_init() which returns pointer to a value of this type. It contains the module's class and its methods.


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