File: dxall882

package info (click to toggle)
dx 1%3A4.4.4-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 49,864 kB
  • sloc: ansic: 365,482; cpp: 156,594; sh: 13,801; java: 10,641; makefile: 2,373; awk: 444; yacc: 327
file content (24 lines) | stat: -rw-r--r-- 1,884 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!F-adobe-helvetica-medium-r-normal--18*
#!N 
#!N 
 #!Rkeyin KeyIn  #!Lcatdbg,dxall754 h Debugging  #!EL  #!N #!N Function #!N #!N Waits for a 
line of input from the terminal. #!N #!N Syntax #!CForestGreen #!N 
#!N  #!F-adobe-courier-bold-r-normal--18*   #!N KeyIn(  #!F-adobe-times-bold-r-normal--18*   prompt #!EF ); #!EF #!N #!N 
#!EC #!N #!N Inputs #!T,1,91,276,461,646  #!F-adobe-times-medium-r-normal--14*    #!F-adobe-times-bold-r-normal--18*   #!N TAB Name TAB 
Type TAB Default TAB Description #!EF #!N TAB prompt TAB string 
TAB "Type <ENTER> to continue" TAB string printed #!N TAB - 
TAB - TAB - TAB #!EF #!N #!N Functional Details #!N 
#!N This module delays execution of a script until it receives 
a line of input (as signaled by a return character) from 
the workstation. If  #!F-adobe-times-bold-r-normal--18*   prompt #!EF is specified, it will be 
printed. Otherwise the default string is printed. Note: KeyIn can be 
used only in script mode, and the Data Explorer executive must 
also be running on the local machine. #!N #!N Script Language 
Example #!N #!N In this example, the first image is displayed. 
The second image is computed, but Data Explorer does not display 
it until you type the return character. #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*   
#!N electrondensity = Import("/usr/lpp/dx/samples/data/watermolecule"); #!N electrondensity = Partition(electrondensity); #!N isosurface = 
Isosurface(electrondensity, 0.3); #!N camera = AutoCamera(isosurface); #!N Display(isosurface, camera); #!N isosurface 
= Isosurface(electrondensity, 0.5); #!N camera = AutoCamera(isosurface); #!N KeyIn("press enter to 
continue"); #!N Display(isosurface, camera); #!EF #!N #!N #!EC #!N #!N #!N 
 #!F-adobe-times-medium-i-normal--18*   Next Topic #!EF #!N #!N  #!Llegend,dxall883 h Legend  #!EL  #!N  #!F-adobe-times-medium-i-normal--18*   #!N