Bsoft object
struct Bbadarea
Source:
include/mg_processing.h
Description:
Structure to mark a bad area.
Features:
3D coordinates for the center of the bad area.
Code:
struct Bbadarea {
Bbadarea* next;
// Next bad area in list
Vector3
loc;
// Coordinates in the micrograph or tomogram
} ;
Other objects included:
struct Bbadarea
Generated by bdoc.pl on Mon Jun 15 11:55:12 2009
Back to the Bsoft home