Bsoft object
struct Bfilament
Source:
include/mg_processing.h
Description:
Filament parameter structure.
Features:
Parameters defining a filament.
Code:
struct Bfilament {
Bfilament* next;
// Next filament in list
Bstring ffil;
// Filament image file name
int id;
// Filament number (starts at 1)
Bfilnode* node;
// Linked list of nodes
} ;
Other objects included:
struct Bfilament
struct Bfilnode
class Bstring
Generated by bdoc.pl on Wed May 9 11:41:56 2012
Back to the Bsoft home