/usr/share/xcrysden/Tcl/saveState.tcl is in xcrysden-data 1.5.60-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 | #############################################################################
# Author: #
# ------ #
# Anton Kokalj Email: Tone.Kokalj@ijs.si #
# Department of Physical and Organic Chemistry Phone: x 386 1 477 3523 #
# Jozef Stefan Institute Fax: x 386 1 477 3811 #
# Jamova 39, SI-1000 Ljubljana #
# SLOVENIA #
# #
# Source: $XCRYSDEN_TOPDIR/Tcl/saveState.tcl
# ------ #
# Copyright (c) 1996-2003 by Anton Kokalj #
#############################################################################
proc saveState {} {
global saveState
# --------------------------------------------------
# first remember the loaded file
# --------------------------------------------------
set wID [saveStruct:_xsfFile]; # wID == write-file channel ID
puts $wID {
# ======================================================================== #
# #
# STATE-PART OF THE FILE #
# #
# ======================================================================== #
}
# --------------------------------------------------
# definition of xcMisc & printSetup
# --------------------------------------------------
global xcMisc
saveState:header "definition of xcMisc array"
puts $wID "array set xcMisc [list [array get xcMisc]]"
global printSetup
if { [array exists printSetup] } {
saveState:header "definition of printSetup"
puts $wID "array set printSetup [list [array get printSetup]]"
}
# --------------------------------------------------
# display watch-cursor
# --------------------------------------------------
saveState:header "display \"waiting\" toplevel and watch-cursor"
puts $wID "set wait_window \[DisplayUpdateWidget \"Reconstructing\" \"Reconstructing the structure and display parameters. Please wait\"\]"
puts $wID "SetWatchCursor"
puts $wID "set xcCursor(dont_update) 1"
# --------------------------------------------------
# remember the size of the main window
# --------------------------------------------------
saveState:header "size of the main window fonts"
set w [winfo width .]
set h [winfo height .]
puts $wID "wm geometry . ${w}x${h}"
# --------------------------------------------------
# create all fonts
# --------------------------------------------------
saveState:beginHeader "create fonts"
foreach font [font names] {
puts $wID "saveState:fontCreate $font [font actual $font]"
}
saveState:endHeader
# --------------------------------------------------
# display-mode
# --------------------------------------------------
global light mode2D mode3D dispmode style3D viewer translationStep rotstep
saveState:beginHeader "take care of display-mode"
puts $wID "set translationStep $translationStep"
puts $wID "set rotstep $rotstep"
puts $wID "set light $light"
puts $wID "Lighting $light"
puts $wID "array set mode2D [list [array get mode2D]]"
puts $wID "array set mode3D [list [array get mode3D]]"
puts $wID "array set dispmode [list [array get dispmode]]"
puts $wID "saveState:displayMode"
puts $wID "set style3D(draw) $style3D(draw); Style3D draw $style3D(draw)"
puts $wID "set style3D(shade) $style3D(shade); Style3D shade $style3D(shade)"
puts $wID "set viewer(rot_zoom_button_mode) $viewer(rot_zoom_button_mode); Viewer:rotZoomButtonMode"
saveState:endHeader
# ------------------------------------------------------------------------
# Take care of MODIFY menu parameters
# ------------------------------------------------------------------------
# This item must be the first one:
# Number of Units Drawn (must be after DISPLAY-menu checkbuttons)
global nxdir nydir nzdir
saveState:header "Number of Units Drawn"
puts $wID "set nxdir $nxdir"
puts $wID "set nydir $nydir"
puts $wID "set nzdir $nzdir"
# Atomic-Labels/Fonts
global atomLabel
saveState:beginHeader "Atomic-Labels/Fonts"
puts $wID "array set atomLabel [list [array get atomLabel]]"
puts $wID "set t \[ModAtomLabels\]"
puts $wID ".mesa xc_setfont \
[list $atomLabel(globalFont)] \
[list $atomLabel(globalFont.brightColor)] \
[list $atomLabel(globalFont.darkColor)]"
foreach name [array names atomLabel *.atomFont.label] {
#regsub ?switches? exp string subSpec varName
regsub -- {\.atomFont\.label$} $name {} id
puts $wID ".mesa xc_setatomlabel $id \
[list $atomLabel($id.atomFont.label)] \
[list $atomLabel($id.atomFont.font)] \
[list $atomLabel($id.atomFont.brightColor)] \
[list $atomLabel($id.atomFont.darkColor)]"
}
puts $wID "ModAtomLabels:advancedCheckButton default"
puts $wID "ModAtomLabels:advancedCheckButton custom"
puts $wID "ModAtomLabels:advancedCloseUpdate dummy update"
puts $wID "CancelProc \$t"
saveState:endHeader
saveState:beginHeader "Various colors"
# Atomic-Color
global mody
saveState:_foreachAtomicType $mody(L_ATCOL_ONE) $mody(D_ATCOL_ONE)
# Unibond-Color
puts $wID "xc_newvalue .mesa $mody(L_UNIBONDCOLOR) [xc_getvalue $mody(D_UNIBONDCOLOR)] 1.0"
# Crystal Cell's Color
global cellcol
puts $wID "xc_newvalue .mesa $mody(L_FRAMECOL) [xc_getvalue $mody(D_FRAMECOL)]"
saveState:endHeader
# balls/spacefill based on covalent or van der Waals ?
global radio
#if { $radio(ball) == "Balls based on covalent radii" } {
# puts $wID "xc_newvalue .mesa $mody(L_BALL_COV)"
#} elseif { $radio(ball) == "Balls based on Van der Waals radii" } {
# puts $wID "xc_newvalue .mesa $mody(L_BALL_VDW)"
#}
if { $radio(space) == "SpaceFill based on covalent radii" } {
puts $wID "xc_newvalue .mesa $mody(L_SPACE_COV)"
} elseif { $radio(space) == "SpaceFill based on Van der Waals radii" } {
puts $wID "xc_newvalue .mesa $mody(L_SPACE_VDW)"
}
# chemical connectivity factor, ball-factor, ball/stick ratio, point-radius, ...
saveState:header "Various parameters"
# on Thu 17 Aug, this has been skipped from below loop L_ATRAD_SCALE D_ATRAD_SCALE
foreach {newValueID getValueID} {
L_COV_SCALE D_COVF
L_BALLF D_BALLF
L_RODF D_RODF
L_WFLINEWIDTH D_WFLINEWIDTH
L_PLLINEWIDTH D_PLLINEWIDTH
L_FRAMELINEWIDTH D_FRAMELINEWIDTH
L_OUTLINEWIDTH D_OUTLINEWIDTH
L_WF3DLINEWIDTH D_WF3DLINEWIDTH
L_PLRADIUS D_PLRADIUS
L_FRAMERODF D_FRAMERODF
L_TESSELLATION D_TESSELLATION
L_PERSPECTIVEBACK D_PERSPECTIVEBACK
L_PERSPECTIVEFOVY D_PERSPECTIVEFOVY
L_PERSPECTIVEFRONT D_PERSPECTIVEFRONT
L_BACKGROUND D_BACKGROUND
} {
puts $wID "xc_newvalue .mesa $mody($newValueID) [xc_getvalue $mody($getValueID)]"
}
# Lights
global glLight
if { [info exists glLight(nlights)] } {
saveState:beginHeader "OpenGL Lights"
puts $wID "array set glLight [list [array get glLight]]"
for {set i 0} {$i < $glLight(nlights)} {incr i} {
puts $wID "glLight:update .mesa $i"
}
saveState:endHeader
}
# Materials/Fog/Antialias
global glModParam
if { [array exists glModParam] } {
saveState:beginHeader "Materials/Fog/Antialias"
puts $wID "array set glModParam [list [array get glModParam]]"
puts $wID "glModParam:Materials:Update .mesa"
puts $wID "glModParam:DepthCuing:Update .mesa"
puts $wID "glModParam:AntiAlias:Update .mesa"
saveState:endHeader
}
# Forces ...
global forceVec
if { [array exists forceVec] } {
saveState:beginHeader "Forces"
puts $wID "array set forceVec [list [array get forceVec]]"
puts $wID "xc_forces .mesa scalefunction $forceVec(scalefunction)"
puts $wID "xc_forces .mesa threshold $forceVec(threshold)"
puts $wID "xc_forces .mesa lengthfactor $forceVec(lengthfactor)"
puts $wID "forceUpdate .mesa"
saveState:endHeader
}
# H-bonds
global Hbonds
if { [array exists Hbonds] } {
if { [info exists Hbonds(colorID)] } {
set _hbonds_color_id $Hbonds(colorID)
unset Hbonds(colorID)
}
saveState:beginHeader "H-bonds"
puts $wID "array set Hbonds [list [array get Hbonds]]"
puts $wID "HbondsSetting:update .mesa"
saveState:endHeader
if { [info exists _hbonds_color_id] } {
set Hbonds(colorID) $_hbonds_color_id
}
}
# Molecular Surfaces ...
global pDen
if { [info exists pDen(nsurface)] } {
saveState:beginHeader "Molecular-Surface"
puts $wID "array set pDen [list [array get pDen]]"
for {set i 0} {$i < $pDen(nsurface)} {incr i} {
set pDen($i,type_old) unknown
puts $wID "set pDen($i,ident) \[xc_molsurfreg .mesa\]"
puts $wID "PseudoDen:_xc_molsurf $i"
}
saveState:endHeader
}
# ------------------------------------------------------------------------
# DISPLAY-menu checkbuttons
# ------------------------------------------------------------------------
global check
saveState:header "Various displays (i.e. checkbuttons of DISPLAY menu)"
puts $wID "array set check [list [array get check]]"
foreach cmd {
CrdSist AtomLabels CrysFrames Unibond {forceVectors .mesa} {Hbonds .mesa}
WignerSeitz Perspective
} {
puts $wID $cmd
}
# ------------------------------------------------------------------------
# DISPLAY-menu radiobuttons
# ------------------------------------------------------------------------
global periodic
saveState:header "Various displays (i.e. radiobuttons DISPLAY menu)"
puts $wID "array set radio [list [array get radio]]"
if { $periodic(dim) > 0 } {
foreach cmd {
{CellMode 1}
DispFramesAs
} {
puts $wID $cmd
}
}
global radio
if { $radio(ball) == "Balls based on covalent radii" } {
puts $wID "xc_newvalue .mesa $mody(L_BALL_COV)"
} elseif { $radio(ball) == "Balls based on Van der Waals radii" } {
puts $wID "xc_newvalue .mesa $mody(L_BALL_VDW)"
}
# ------------------------------------------------------------------------
# This is from MODIFY menu, but should presumably be here ?!?!?
#
# Wigner-Seitz Cell (BEWARE: for Wigner-Setz we should know the
# cell-mode [prim,conv])
# ------------------------------------------------------------------------
global ws wsp wsc ws_lfpos ws_npos
if { $periodic(dim) > 2 } {
saveState:beginHeader "Wigner-Seitz Cell"
puts $wID "set check(wigner) 1"
puts $wID "WignerSeitz"
foreach array {ws wsp wsc ws_lfpos ws_npos} {
if { [array exists $array] } {
puts $wID "array set $array [list [array get $array]]"
}
}
puts $wID "SetWignerSeitzInit; update; SetWignerSeitz_OK test; SetWignerSeitz_Cancel .wgnset"
saveState:endHeader
}
# t.k: testing
# Atomic Radii
saveState:beginHeader "Atomic radii"
saveState:_foreachAtomicType $mody(L_ATRAD_ONE) $mody(D_ATRAD_ONE)
saveState:_foreachAtomicType $mody(L_RCOV_ONE) $mody(D_RCOV_ONE)
saveState:endHeader
# t.k./
# ------------------------------------------------------------------------
# TOOLS-menu
# ------------------------------------------------------------------------
xcDebug -stderr "saving colSh ..."
# color scheme
global colSh
if { [array exists colSh] } {
saveState:header "load appropriate color-scheme"
puts $wID "array set colSh [list [array get colSh]]"
puts $wID "ColorSchemeUpdate .mesa"
}
# --------------------------------------------------
# take care of 2D|3D datagrid
# --------------------------------------------------
xcDebug -stderr "saving datagrid ..."
global sInfo DataGrid DG isoControl prop isosurf
if { ! [info exists prop(datagridDim)] } {
set prop(datagridDim) 0
}
if { $sInfo(ldatagrid2D) || $sInfo(ldatagrid3D) \
|| $prop(datagridDim) == 2 || $prop(datagridDim) == 3 } {
if { [info exists DataGrid(launch_command)] } {
# the scalar field is rendered
saveState:beginHeader "scalar field (controur or isosurface) settings"
puts $wID "array set DG [list [array get DG]]"
puts $wID "DataGridOK"
foreach array {isoControl prop isosurf} {
puts $wID "array set $array [list [array get $array]]"
}
if { $DataGrid(dim) == "2D" } {
puts $wID "UpdatePropertyPlane"
} else {
puts $wID "UpdateIsosurf"
}
if { [info exists DataGrid(first_time)] } {
puts $wID "array set DataGrid [list [array get DataGrid]]"
}
saveState:endHeader
}
}
# Isosurfaces ...
global openGL
if { [array exists openGL] } {
saveState:beginHeader "Isosurface colors/transparency ..."
# colors
foreach what {
{isosurf pos front}
{isosurf pos back}
{isosurf neg front}
{isosurf neg back}
{isosurf one front}
{isosurf one back}
} {
set com [concat xc_getGLparam material -what $what]
set ambient [eval $com -get ambient]
set diffuse [eval $com -get diffuse]
set specular [eval $com -get specular]
set emission [eval $com -get emission]
set shininess [eval $com -get shininess]
puts $wID "xc_setGLparam material -what $what \\"
puts $wID " -shininess [list $shininess] \\"
puts $wID " -specular [list $specular] \\"
puts $wID " -ambient [list $ambient] \\"
puts $wID " -diffuse [list $diffuse] \\"
puts $wID " -emission [list $emission]"
}
# blendfunc
set bldf [xc_getGLparam blendfunc -what isosurf]
set src_blend [lindex $bldf 0]
set dst_blend [lindex $bldf 1]
puts $wID "xc_setGLparam blendfunc -what isosurf -sfunc $src_blend -dfunc $dst_blend"
saveState:endHeader
}
# --------------------------------------------------
# rotation matrix and zooming factor, and translation displacements
# --------------------------------------------------
xcDebug -stderr "saving rotations/translations ..."
saveState:header "rotation matrix and zooming factor, and translation displacements"
puts $wID "xc_rotationmatrix set [xc_rotationmatrix get]"
puts $wID "xc_translparam set [xc_translparam get]"
puts $wID ""
puts $wID "# this is used to force the update of display"
puts $wID ".mesa cry_toglzoom 0.0"
# --------------------------------------------------
# PseudoDensity & Anti-Aliasing & Depth Cuing (they are the most
# time consuming, so we do it at end
# --------------------------------------------------
xcDebug -stderr "saving anti-alias ..."
saveState:header "Anti-Aliasing & Depth-Cuing & PseudoDensity (these are time consuming)"
puts $wID "DepthCuing; PseudoDensity; AntiAlias"
# --------------------------------------------------
# reset cursor and delete the "waiting" window
# --------------------------------------------------
saveState:header "reset cursor"
puts $wID "set xcCursor(dont_update) 0"
puts $wID "ResetCursor"
puts $wID "destroy \$wait_window"
flush $wID
close $wID
}
proc saveStruct:_xsfFile {} {
global saveState system env mody xcMisc
if { ![xcIsActive render] } { return }
set filetypes {
{{XCrySDen Files} {.xcrysden} }
{{Gzipped XCrySDen Files} {.xcrysden.gz} }
{{All Files} * }
}
set saveState(file) [tk_getSaveFile -initialdir $system(PWD) \
-title "Save Current State and Structure" \
-defaultextension .xcrysden \
-filetypes $filetypes]
# maybe Cancel button was pressed
if { $saveState(file) == "" } {
return -code return
}
# --------------------------------------------------
# non-XSF to XSF transformations (i.e. Take care of PDB & XYZ files)
# --------------------------------------------------
set FORMAT_NONE 0
set FORMAT_XSF 1
set FORMAT_XYZ 2
set FORMAT_PDB 3
set format [xc_getvalue $mody(D_CURRENTFILEFORMAT)]
if { $format == $FORMAT_NONE } {
return -code return
}
set file [xcTempFile xc_xsf]
xc_writeXSF $file
# ------------------------------
# Take care of CRYSTAL98 Properties
# ------------------------------
if { [xcIsActive c95] && [xcIsActive properties] } {
global prop
# we are dealing with CRYSTAL98 properties. If we are
# rendering the isosurface/contours, then this requires some
# special treatment.
if { $prop(datagridDim) == 2 || $prop(datagridDim) == 3 } {
saveState:_saveDatagrid $file
}
}
# --------------------------------------------------
# the XSF file is stored in $file, start writing the XSF part of
# *.xcrysden script
# --------------------------------------------------
set rID [open $file r]
set wID [open $saveState(file) w]
set saveState(wID) $wID
set date "Xxx Xxx XX XX:XX:XX CEST 20XX"
set user "unknown"
set hostname "localhost"
set domain "local"
catch {set date [clock format [clock seconds]]}
catch {set user $env(USER)}
catch {set hostname $env(HOSTNAME)}
catch {set domain [exec dnsdomainname]}
set fileHeader [subst {
# ------------------------------------------------------------------------
# This is the script saved via the XCRYSDEN "File-->Save Current State
# and Structure" menu. This feature saves the currently displayed
# structure. When it will be loaded again it will recall all the
# display parameters, such as orientation, zoom, perspective, ...
#
# Execute this script as: xcrysden --script this_file_name
#
# File created by $user on $hostname.$domain
# File creation date: $date
# ------------------------------------------------------------------------
# ======================================================================== #
# #
# STRUCTURE-PART OF THE FILE #
# #
# ======================================================================== #
}]
puts $wID $fileHeader
saveState:beginHeader "XSF structure data"
set xsfFile "\$system(SCRDIR)/xc_xsf.\$system(PID)"
puts $wID "# Store the content of the XSF file in the xsfStructure variable"
puts $wID ""
puts $wID "set xsfStructure \{"
fcopy $rID $wID
# check for scalar field
global sInfo prop DataGrid
if { ! [info exists prop(datagridDim)] } {
set prop(datagridDim) 0
}
if { ! [xcIsActive c95] } {
# NOTE: for CRYSTALxx program the datagrids are handled separately
if { $sInfo(ldatagrid2D) || $sInfo(ldatagrid3D) \
|| $prop(datagridDim) == 2 || $prop(datagridDim) == 3 } {
if { [info exists DataGrid(launch_command)] } {
# the scalar field is rendered
set sfile [xcTempFile xc_tmp]
set ident1 "UNKNOWN"
set ident2 "DataGrid_Generated_by_XCrySDen"
set dg "DATAGRID${DataGrid(dim)}D"
xc_iso save $sfile $ident1
puts $wID "BEGIN_BLOCK_$dg"
puts $wID "$ident2"
puts $wID [ReadFile -nonewline $sfile]
puts $wID "\nEND_BLOCK_$dg"
}
}
}
puts $wID "\}"
puts $wID "# END of defintion of xsfStructure variable"
puts $wID ""
puts $wID "WriteFile $xsfFile \$xsfStructure w"
puts $wID ""
# ------------------------------------------------------------------------
# convert atomic-names to atomic-numbers
# ------------------------------------------------------------------------
#puts $wID "catch \{exec \$system(BINDIR)/xsf2xsf $xsfRawFile $xsfFile\}"
# ------------------------------------------------------------------------
#puts $wID "xc_openstr xcr $xsfFile .mesa PL"
puts $wID "::scripting::open --xsf $xsfFile"
#puts $wID "UpdateWMTitle [file tail $saveState(file)]"
#puts $wID "set working_XSF_file $xsfFile"
#puts $wID "Get_sInfoArray\nDisplayDefaultMode\nxcAppendState render\nxcUpdateState"
saveState:endHeader
return $wID
}
proc saveState:_foreachAtomicType {newValueID getValueID} {
global mody saveState
foreach atom [AtomNames] {
set nat [Aname2Nat $atom]
puts $saveState(wID) \
"xc_newvalue .mesa $newValueID $nat [xc_getvalue $getValueID $nat]"
}
}
proc saveState:header {text} {
global saveState
set wID $saveState(wID)
puts $wID "\n\# ------------------------------------------------------------------------\n\# $text\n\# ------------------------------------------------------------------------\n"
set saveState(headerText) $text
}
proc saveState:beginHeader {text} {
global saveState
set wID $saveState(wID)
puts $wID "\n\# ------------------------------------------------------------------------\n\# BEGIN: $text\n\# ------------------------------------------------------------------------\n"
set saveState(headerText) $text
}
proc saveState:endHeader {} {
global saveState
set wID $saveState(wID)
puts $wID "\n\# ------------------------------------------------------------------------\n\# END: $saveState(headerText)\n\# ------------------------------------------------------------------------\n\n"
}
proc saveState:displayMode {} {
global light mode2D mode3D dispmode
if { $light == "On" } {
if { $dispmode(mode3D) == "Preset" } {
DisplayOver3D $dispmode(mode3D_name)
} else {
# $dispmode(mode3D) == "Logic" --> revert to preset mode
Mode3D Preset
}
} else {
Display2D $dispmode(mode2D_name)
}
}
proc saveState:fontCreate {font args} {
set fonts [font names]
if { [lsearch $fonts $font] < 0 } {
# font does not yet exists
eval font create $font $args
}
}
proc saveState:_saveDatagrid {file} {
global xcMisc system isoControl DataGrid DG
set gridFile [xcTempFile xc_xsf_datagrid]
set ident UNKNOWN
xc_iso save $gridFile $ident
set ident DataGrid_Generated_By_XCrySDen
# set DG correspondingly
set DG(radio) 0
set DG(n_subblock,0) 1
set DG(cb0,0) 1
set DG(envar0,0) 1.0
set DataGrid(first_time) exists
# replace this ...
if { $isoControl(datagridDim) == 3 } {
# 3D
set dg DATAGRID3D
set DataGrid(launch_command) IsoControl
set DataGrid(dim) 3
set DG(type,0) 3D
} else {
#2D
set dg DATAGRID2D
set DataGrid(launch_command) IsoControl2D
set DataGrid(dim) 2
set DG(type,0) 2D
}
# take care about the newlines
set content [ReadFile -nonewline $file]
set datablock 0
set out {}
foreach line [split $content \n] {
if {[string match BEGIN_BLOCK_* $line]} {
set datablock 1
}
if {!$datablock} {
append out "$line\n"
}
if {[string match END_BLOCK_* $line]} {
set datablock 0
}
}
append out "BEGIN_BLOCK_$dg\n"
append out "$ident\n"
append out [ReadFile -nonewline $gridFile]
append out "\nEND_BLOCK_$dg"
WriteFile $file $out w
}
|