$Author: hdeling $
$Revision: 1.3 $
$Log: tclModules.tcl,v $
Revision 1.3 2002/01/30 16:47:57 hdeling
corrected graph display
Revision 1.2 2002/01/02 16:03:11 jdlemare
add completion.tcl in the tclModules.tcl script
Revision 1.1 2001/12/13 19:20:30 jdlemare
*** empty log message ***
Revision 1.4 2001/12/04 17:50:16 jdlemare
add position in histogramm
Revision 1.3 2001/11/08 14:25:47 jdlemare
remove functions from the namespace to run zdoc
Revision 1.2 2001/10/05 16:06:44 hdeling
added scene graph tcl command
Revision 1.1 2001/08/27 10:12:09 jdlemare
add the TCL_SHELLS instead of interface.tcl
Revision 1.15 2001/07/16 15:15:49 hdeling
improved plot of histogram
Revision 1.14 2001/07/16 14:04:48 hdeling
changed display histogram
Revision 1.13 2001/06/01 08:49:08 hdeling
added histogram procedures
Revision 1.12 2001/05/17 15:00:50 hdeling
updated mpeg procedure
Revision 1.11 2001/05/03 13:22:11 hdeling
put in the background the execution of the mpeg-viewer program
Revision 1.10 2000/12/06 14:58:56 hdeling
added mpeg creation script
Revision 1.9 2000/12/05 15:11:40 hdeling
adding mainLoop at the end of command file dump
Revision 1.8 1999/04/26 15:58:41 aguimond
corrected typo with module slider command.
$Id: tclModules.tcl,v 1.3 2002/01/30 16:47:57 hdeling Exp $
| bgerror | |
| Comments | |
| Arguments | str |
| Used by | |
| Uses | modules::displayString |
proc bgerror { str } { |
|
| completion | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval completion { |
|
| completion::commandCompletion | |
| Comments | perform command name completion on first str word |
| Arguments | str |
| Used by | |
| Uses | |
proc completion::commandCompletion { str } { |
|
| completion::commonPrefix | |
| Comments | Find the longest common prefix |
| Arguments | names |
| Used by | |
| Uses | |
proc completion::commonPrefix { names } { |
|
| completion::completion | |
| Comments | perform command name completion if str has only one word or file name completion on last word otherwise |
| Arguments | str |
| Used by | |
| Uses | |
proc completion::completion { str } { |
|
| completion::fileCompletion | |
| Comments | perform file name completion on last str word |
| Arguments | str |
| Used by | |
| Uses | |
proc completion::fileCompletion { str } { |
|
| modules | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval modules { |
|
| modules::colorToRgb | |
| Comments | |
| Arguments | color |
| Used by | modules::selectColor modules::selectColorStr |
| Uses | |
proc modules::colorToRgb { color } { |
|
| modules::createHistogramGraph | |
| Comments | |
| Arguments | histo graph minVal nbBuckets |
| Used by | modules::drawHistogramInFrame |
| Uses | |
proc modules::createHistogramGraph { histo graph minVal nbBuckets} { |
|
| modules::displayHelp | |
| Comments | |
| Arguments | msg |
| Used by | modules::help |
| Uses | |
proc modules::displayHelp { msg } { |
|
| modules::displayMessage | |
| Comments | |
| Arguments | str |
| Used by | modules::evaluate modules::setResult |
| Uses | modules::displayString |
proc modules::displayMessage { str } { |
|
| modules::displayString | |
| Comments | |
| Arguments | str color |
| Used by | modules::displayMessage bgerror |
| Uses | |
proc modules::displayString { str color } { |
|
| modules::drawHistogramInFrame | |
| Comments | |
| Arguments | frame histo color |
| Used by | modules::plotHistogram inrimage::thresholdDialog |
| Uses | modules::createHistogramGraph |
proc modules::drawHistogramInFrame { frame histo {color "#E8E0D2"}} { |
|
| modules::dumpCommandsToFile | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
proc modules::dumpCommandsToFile { } { |
|
| modules::dumpResultsToFile | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
proc modules::dumpResultsToFile { } { |
|
| modules::entryDialog | |
| Comments | |
| Arguments | root color title initVal cmd fg |
| Used by | |
| Uses | |
proc modules::entryDialog { root color title initVal cmd {fg black} } { |
|
| modules::evaluate | |
| Comments | |
| Arguments | commandStr |
| Used by | |
| Uses | modules::displayMessage |
proc modules::evaluate { commandStr } { |
|
| modules::flushCommands | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
proc modules::flushCommands { } { |
|
| modules::flushResults | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
proc modules::flushResults { } { |
|
| modules::help | |
| Comments | |
| Arguments | color |
| Used by | |
| Uses | modules::displayHelp |
proc modules::help { color } { |
|
| modules::historyDown | |
| Comments | |
| Arguments | parent |
| Used by | |
| Uses | |
proc modules::historyDown { parent } { |
|
| modules::historyUp | |
| Comments | |
| Arguments | parent |
| Used by | |
| Uses | |
proc modules::historyUp { parent } { |
|
| modules::interface | |
| Comments | end of interface |
| Arguments | parent color |
| Used by | |
| Uses | |
proc modules::interface { parent color } { |
|
| modules::menusubstitute | |
| Comments | |
| Arguments | str tag elt |
| Used by | |
| Uses | |
proc modules::menusubstitute { str tag elt } { |
|
| modules::mpeg | |
| Comments | |
| Arguments | name encode play factor from nb |
| Used by | |
| Uses | |
proc modules::mpeg { name {encode mpeg_encode} {play xanim} {factor 1} {from 0} {nb 4} } { |
|
| modules::plotHistogram | |
| Comments | |
| Arguments | histo color subcolor |
| Used by | |
| Uses | modules::drawHistogramInFrame |
proc modules::plotHistogram { histo {color "#E8E0D2"} {subcolor "#D8D0C2"}} { |
|
| modules::rgbToColor | |
| Comments | |
| Arguments | str |
| Used by | |
| Uses | |
proc modules::rgbToColor {str } { |
|
| modules::scaleDialog | |
| Comments | |
| Arguments | root color title from to initVal cmd resolution fg |
| Used by | |
| Uses | |
proc modules::scaleDialog { root color title from to initVal cmd {resolution 1.0} {fg black} } { |
|
| modules::sceneGraph | |
| Comments | |
| Arguments | dim |
| Used by | |
| Uses | |
proc modules::sceneGraph { { dim 2D} } { |
|
| modules::selectColor | |
| Comments | |
| Arguments | str |
| Used by | graphics3D::viewer3DMenu graphics2D::installSurfaceViewMenu contour::installContourLineMenu isosurface::installIsocontourDisplayMenu inrimage::installROIMenu contour::installContourDisplayMenu triangulation::installTrianViewMenu inrimage::installLandmarkSetMenu contour::installActiveContour2DEdgeMenu graphics2D::addCamera2DMenu contour::installContourVertexMenu |
| Uses | modules::colorToRgb |
proc modules::selectColor {str} { |
|
| modules::selectColorStr | |
| Comments | |
| Arguments | str |
| Used by | triangulation::installMainTriangulation3DMenu graphics3D::installRectangle3DMenu SM2::selectZone tetrahedrisation::installTetra3DDisplayMenu graphics3D::installSphereMenu SM2::installSM2 |
| Uses | modules::colorToRgb |
proc modules::selectColorStr {str} { |
|
| modules::setCommand | |
| Comments | |
| Arguments | cmd |
| Used by | |
| Uses | |
proc modules::setCommand { cmd } { |
|
| modules::setPartialCommand | |
| Comments | |
| Arguments | cmd |
| Used by | |
| Uses | |
proc modules::setPartialCommand { cmd } { |
|
| modules::setResult | |
| Comments | |
| Arguments | res |
| Used by | |
| Uses | modules::displayMessage |
proc modules::setResult { res } { |
|