File: state.def

package info (click to toggle)
paraview 4.1.0%2Bdfsg%2B1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 278,136 kB
  • ctags: 340,527
  • sloc: cpp: 2,314,053; ansic: 817,139; python: 245,770; xml: 68,996; tcl: 48,285; fortran: 39,116; yacc: 5,713; java: 3,827; perl: 3,108; sh: 2,045; lex: 1,809; makefile: 935; asm: 471; pascal: 228
file content (213 lines) | stat: -rw-r--r-- 5,276 bytes parent folder | download | duplicates (6)
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
# This file contains definitions for some state objects so that the
# classwriter utility, also in this directory, can write the source
# code. Classwriter is located in /tools/classwriter.
# The classwriter utility is used as follows:
#
# %classwriter [-file definitionFile] [-stdout] [className ...]
#
#    definitionFile : The file containing the state object definition.
#    -stdout        : Writes all output to stdout instead of files.
#    className      : Regenerate only the specified class name(s).
#

class: AnnotationAttributes
purpose: This class contains the attributes controlling annotations.
	axes2DFlag		b	true
	axes2DLabels		i	3
	axes2DGridLines		i	0
	axes2DTicks		i	3
	axes2DTickLocation	i	1
	axes3DFlag		b	true
	xAxisLabels		b	true
	yAxisLabels		b	true
	zAxisLabels		b	true
	xAxisGridLines		b	false
	yAxisGridLines		b	false
	zAxisGridLines		b	false
	xAxisTicks		b	true
	yAxisTicks		b	true
	zAxisTicks		b	true
	axes3DTickLocation	i	0
	axes3DType		i	0
	triadFlag		b	true
	bboxFlag		b	true
	backgroundColor		F 3	1. 1. 1.
	foregroundColor		F 3	0. 0. 0.

class: ResampleAttributes
purpose: This class contains attributes for the resample operator.
	useTargetVal	b	false
	targetVal	i	100000
	width		i	30
	height		i	30
	depth		i	30
	defaultVal	f	-1e38

class: MessageAttributes
purpose: This class contains attributes for sending messages.
	messageText	s	""
	messageSeverity	i	2

class: Plot
purpose: This class is a plot element in a plot list.
	stateType	c	0
	plotType	c	0
	activeFlag	b	false
	hiddenFlag	b	false
	plotVar		s	"notset"
	databaseName	s	"notset"
	operators	i*

class: PlotList
purpose: This class contains a list of plots.
	plots		a*	Plot

class: GlobalAttributes
purpose: This class contains attributes associated with the main window.
	windows		i*
	activeWindow	i	1
	iconifiedFlag	b	false
	autoUpdateFlag	b	false
	replacePlots	b	false
	maintainView 	b	false
	maintainData	b	false
	applyOperator	b	true
	currentFile	s 	"notset"
	currentState	i	0
	numStates	i	0
	animationMode	i	2
	
class: HostProfile
purpose: This class contains information needed to launch a remote,VisIt engine.
	profileName	s	"notset"
	host		s	"localhost"
	userName	s	"notset"
	numProcessors	i	1
        numNodesSet	b       false
	numNodes	i	1
        partitionSet	b       false
        partition	s       ""
        launchMethodSet	b       false
        launchMethod	s       ""
	active		b	false
	arguments	s*	

class: HostProfileList
purpose: This class contains a list of host profiles.
	profiles	a*	HostProfile
	activeProfile	i	-1

class: NamespaceAttributes
purpose: This class contain the information needed to represent a namespace.
	type		i	-1
	subsets		i*
	min		i	-1
	max		i	-1

class: SILAttributes
purpose: This class contains the information needed to represent a SIL.
	nSets		i	0
	setNames	s*
	setIds		i*
	isWhole		i*
	nCollections	i	0
	category	s*
	role		i*
	superset	i*
	nspace		a*	NamespaceAttributes

class: SILRestrictionAttributes
	useSet		i*
	topSet		i	-1
	silAtts		a	SILAttributes

class: ColorAttribute
purpose: This class contains RGBA color information
	color		U 4	0 0 0 255

class: ColorAttributeList
purpose: This class contains a list of ColorAttributes.
	colors		a*	ColorAttribute

class: VolumeAttributes
purpose: This class contains the attributes for a volume plot.
	samplesPerRay	i	100
	color	C 3	0 0 0

class: RangeVolumeAttributes
purpose: This class contains the attributes for a range volume plot.
	plotAtts	a	VolumeAttributes
	min		d	0.
	max		d	1.
   
class: SaveImageAttributes
purpose: This class contains the attributes used for saving images.
	hostName	s	"localhost"
	fileName	s	"visit"
	family		b	true
	format		i	4
	maintainAspect	b	true
	width		i	1024
	height		i	1024
	screenCapture	b	true
	saveTiled	b	false

class: ColorControlPoint
purpose: This class contains an RGBA color with a position value.
	colors		U	4	0 0 0 255
	position	f	0.0

class: ColorControlPointList
purpose: This class contains a list of ColorControlPoint objects.
	controlPoints		a*	ColorControlPoint
        smoothingFlag		b	true
	equalSpacingFlag	b	false

class: GaussianControlPoint
purpose: This class contains the information for a gaussian in the opacity bar.
	x		f	0.0
	height		f	0.0
	width		f	0.001
	xBias		f	0.0
	yBias		f	0.0

class: GaussianControlPointList
purpose: This class contains a list of GaussianControlPoint objects.
	controlPoints	a*	GaussianControlPoint

class: StatusAttributes
purpose: This class contains the status that is displayed in the GUI's status bar.
	sender			s	"viewer"
	clearStatus		b	false
        message			s	""
	percent			i	0
	currentStage		i	1
	currentStageName	s	"stage1"
	maxStage		i	1
	messageType             i       0

class: EngineList
purpose: This class contains a list of host names on which engines are running.
	engines			s*

class: ColorTableAttributes
purpose: This class contains the list of colortables.
	names			s*
	colorTables		a*	ColorControlPointList
	activeColorTable	s	"xray"

class: ViewAttributes
purpose: This class contains the view attributes.
	camera			D 3 	0. 0. -1.
	focus			D 3 	0. 0. 0.
	viewUp			D 3 	0. 0. 0.
	viewAngle		d	30.
	setScale		b	false
	parallelScale		d	1.
	near			d	0.001
	far			d	100
	orthographic		b	true
	windowCoords		D 4	0. 0. 1. 1.
	viewportCoords		D 4	0.1 0.1 0.9 0.9