![]() |
Bsoft 2.1.4
Bernard's software package
|
A shared object to manage micrograph parameter files in TCL/Tk. More...
#include <tk.h>
#include "tcltk_bbox.h"
#include "tcltk_bimage.h"
#include "mg_img_proc.h"
#include "mg_select.h"
#include "mg_particle_select.h"
#include "mg_pick.h"
#include "mg_ctf.h"
#include "mg_extract.h"
#include "rwmg.h"
#include "linked_list.h"
#include "timer.h"
#include "utilities.h"
#include <sys/stat.h>
Functions | |
Tcl_Obj * | box_count (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_count (Bparticle *part, Bbadarea *bad, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_ids (Bparticle *part, Bbadarea *bad, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_location (Bparticle *part, Bbadarea *bad, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_fom (Bparticle *part, Bbadarea *bad, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_fom_min (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_fom_max (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_select (Bparticle *part, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_select (Bparticle *part, Bbadarea *bad, Vector3< float > rad, double badrad, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_select_min (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_select_max (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_move (Bparticle *part, Bbadarea *bad, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_create (Bmicrograph *mg, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_create (Breconstruction *rec, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_renumber (Bparticle *part, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_delete (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_delete (Bmicrograph *mg, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_delete (Breconstruction *rec, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_center (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_update_template (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_pickcc (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_pickvar (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | box_extract (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | do_box (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Variables | |
int | verbose |
Bimage * | imglist |
Bimage * | imgtemp |
A shared object to manage micrograph parameter files in TCL/Tk.
Tcl_Obj * box_center | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_count | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_create | ( | Bmicrograph * | mg, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_create | ( | Breconstruction * | rec, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_delete | ( | Bmicrograph * | mg, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_delete | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_delete | ( | Breconstruction * | rec, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_extract | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_fom_max | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_fom_min | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_pickcc | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_pickvar | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_renumber | ( | Bparticle * | part, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_select | ( | Bparticle * | part, |
Bbadarea * | bad, | ||
Vector3< float > | rad, | ||
double | badrad, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_select | ( | Bparticle * | part, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_select_max | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_select_min | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * box_update_template | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * do_box | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
|
extern |
|
extern |
|
extern |