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
int id;
// Bad area number
Vector3
loc;
// Coordinates in the micrograph or tomogram
} ;
Other objects included:
struct Bbadarea
Generated by bdoc.pl on Wed May 9 11:41:56 2012
Back to the Bsoft home