![]() |
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_bfil.h"
#include "mg_extract.h"
#include "mg_helix.h"
#include "mg_select.h"
#include "rwmg.h"
#include "linked_list.h"
#include "timer.h"
#include "utilities.h"
#include <sys/stat.h>
Functions | |
Tcl_Obj * | filament_count (Bproject *project) |
Tcl_Obj * | filament_count (Bfield *field) |
Tcl_Obj * | filament_count (Bmicrograph *mg) |
Tcl_Obj * | filament_count (Breconstruction *rec) |
Tcl_Obj * | filament_delete (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | filament_delete (Bmicrograph *mg, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | filament_delete (Breconstruction *rec, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | filament_extract (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | filament_profile (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | filament_center (Bmicrograph *mg, Breconstruction *rec, Bimage *p, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | filament_to_particles (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | node_count (Bproject *project) |
Tcl_Obj * | node_count (Bfield *field) |
Tcl_Obj * | node_count (Bmicrograph *mg) |
Tcl_Obj * | node_count (Breconstruction *rec) |
Tcl_Obj * | node_ids (Bfilament *fillist) |
Tcl_Obj * | node_location (Bfilament *fillist, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | node_select (Bfilament *fillist, double radius, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | node_move (Bfilament *fillist, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | node_create (Bfilament **fillist, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | node_delete (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | node_delete (Bmicrograph *mg, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | node_delete (Breconstruction *rec, int objc, Tcl_Obj *CONST objv[]) |
Tcl_Obj * | do_filament (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
int | filament_renumber (Bfilament *fil) |
Tcl_Obj * | do_node (Bproject *project, int objc, Tcl_Obj *CONST objv[]) |
Variables | |
int | verbose |
Bimage * | imglist |
A shared object to manage micrograph parameter files in TCL/Tk.
Tcl_Obj * do_filament | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * do_node | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * filament_center | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * filament_count | ( | Bfield * | field | ) |
Tcl_Obj * filament_count | ( | Bmicrograph * | mg | ) |
Tcl_Obj * filament_count | ( | Bproject * | project | ) |
Tcl_Obj * filament_count | ( | Breconstruction * | rec | ) |
Tcl_Obj * filament_delete | ( | Bmicrograph * | mg, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * filament_delete | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * filament_delete | ( | Breconstruction * | rec, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * filament_extract | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * filament_profile | ( | Bmicrograph * | mg, |
Breconstruction * | rec, | ||
Bimage * | p, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
int filament_renumber | ( | Bfilament * | fil | ) |
Tcl_Obj * filament_to_particles | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * node_count | ( | Bfield * | field | ) |
Tcl_Obj * node_count | ( | Bmicrograph * | mg | ) |
Tcl_Obj * node_count | ( | Bproject * | project | ) |
Tcl_Obj * node_count | ( | Breconstruction * | rec | ) |
Tcl_Obj * node_create | ( | Bfilament ** | fillist, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * node_delete | ( | Bmicrograph * | mg, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * node_delete | ( | Bproject * | project, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * node_delete | ( | Breconstruction * | rec, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * node_ids | ( | Bfilament * | fillist | ) |
Tcl_Obj * node_location | ( | Bfilament * | fillist, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * node_move | ( | Bfilament * | fillist, |
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Tcl_Obj * node_select | ( | Bfilament * | fillist, |
double | radius, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
|
extern |
|
extern |