Bsoft object
struct Bfilnode
Source:
include/mg_processing.h
Description:
Filament node parameter structure.
Features:
Parameters defining a filament node.
Code:
struct Bfilnode {
Bfilnode* next;
// Next node in list
int id;
// Filament node number (starts at 1)
Vector3
loc;
// Coordinates in the micrograph or tomogram
} ;
Other objects included:
struct Bfilnode
Generated by bdoc.pl on Mon Jun 15 11:55:12 2009
Back to the Bsoft home