Bsoft 2.1.4
Bernard's software package
bshow.cpp File Reference

A shared object to load Bsoft image files in TCL/Tk. More...

#include <tk.h>
#include "tcltk_bimage.h"
#include "tcltk_bmg.h"
#include "tcltk_bmodel.h"
#include "file_util.h"
#include "timer.h"
#include "utilities.h"

Functions

int Bshow_Init (Tcl_Interp *interp)
 
int Bshow_SafeInit (Tcl_Interp *interp)
 

Variables

int verbose
 
string command
 
Bimageimglist = NULL
 
Bprojectproject = NULL
 
Bmodelmodel = NULL
 
Bimageimgtemp = NULL
 

Detailed Description

A shared object to load Bsoft image files in TCL/Tk.

Author
Bernard Heymann
Date
Created: 20010210
Modified: 20200514

Function Documentation

◆ Bshow_Init()

int Bshow_Init ( Tcl_Interp *  interp)

◆ Bshow_SafeInit()

int Bshow_SafeInit ( Tcl_Interp *  interp)

Variable Documentation

◆ command

string command
extern

◆ imglist

Bimage* imglist = NULL

◆ imgtemp

Bimage* imgtemp = NULL

◆ model

Bmodel* model = NULL

◆ project

Bproject* project = NULL

◆ verbose

int verbose
extern