7#ifndef __OPERATIONS_VALID_TESTS_H
8#define __OPERATIONS_VALID_TESTS_H
15 relative point on plane = -0.5 0 0
17 side to keep = positive
19 begin camera singletestcamera
20 look direction = -1 -1 -1
22 begin imageset fooImageset
23 camera = singletestcamera
33 relative point on plane = -0.5 0 0
35 side to keep = positive
37 begin clip fooOperation
40 begin camera singletestcamera
41 look direction = -1 -1 -1
43 begin imageset fooImageset
44 camera = singletestcamera
45 operation = fooOperation
54 relative point on plane = -0.5 0 0
56 side to keep = positive
58 begin clip fooOperation
60 absolute point on plane = 3.0 0.1 0.2
63 begin camera singletestcamera
64 look direction = -1 -1 -1
66 begin imageset fooImageset
67 camera = singletestcamera
68 operation = fooOperation
77 relative point on plane = -0.5 0 0
79 side to keep = positive
81 begin clip fooOperation
83 #relative point on plane = 0.25 0.1 0.05
84 relative point on plane = 0.25 0.3 0.5
87 begin camera singletestcamera
88 look direction = -1 -1 -1
89 look at absolute distance = 10.0
91 begin imageset fooImageset
92 camera = singletestcamera
93 operation = fooOperation
102 relative point on plane = -0.5 0 0
104 side to keep = positive
106 begin clip fooOperation
109 plane normal = 1.0 1.0 0.0
111 begin camera singletestcamera
112 look direction = -1 -1 -1
114 begin imageset fooImageset
115 camera = singletestcamera
116 operation = fooOperation
125 relative point on plane = -0.5 0 0
127 side to keep = positive
129 begin clip fooOperation
131 element on plane = 17
132 plane normal = 1.0 0.25 0.0
134 begin camera singletestcamera
135 look direction = -1 -1 -1
137 begin imageset fooImageset
138 camera = singletestcamera
139 operation = fooOperation
148 relative point on plane = -0.5 0 0
150 side to keep = positive
152 begin clip fooOperation
155 absolute point on plane = 3.0 0.1 0.2
157 begin camera singletestcamera
158 look direction = -1 -1 -1
160 begin imageset fooImageset
161 camera = singletestcamera
162 operation = fooOperation
170 begin extractblock eb1
171 include blocks = block_1
173 begin clip fooOperation
176 plane specification = three points
177 data point on plane A = max scalar VON_MISES eb1
178 data point on plane B = min scalar VON_MISES eb1
179 relative point on plane C = 0.0 10.0 0.0
180 side to keep = negative
183 plane specification = three points
184 data point on plane A = max scalar VON_MISES eb1
185 relative point on plane B = 0.0 0.0 10.0
186 relative point on plane C = 0.0 10.0 0.0
188 begin camera singletestcamera
189 #look direction = -1 -1 -1
190 camera at absolute point = 15 10 10
191 look at absolute point = 5 0 0
193 begin imageset fooImageset
194 camera = singletestcamera
195 operation = fooOperation
198 color by scalar = VON_MISES
201 camera = singletestcamera
205 color by scalar = VON_MISES
208 camera = singletestcamera
211 color by scalar = VON_MISES
std::string OperationClip
Definition OperationsValidTests.h:30
std::string OperationBaseline
Definition OperationsValidTests.h:12
std::string OperationClipElement
Definition OperationsValidTests.h:122
std::string OperationClipPlaneThreePoints1
Definition OperationsValidTests.h:168
std::string OperationClipRelativePoint
Definition OperationsValidTests.h:74
std::string OperationClipAbsolutePoint
Definition OperationsValidTests.h:51
std::string OperationClipPlaneNormal
Definition OperationsValidTests.h:145
std::string OperationClipNode
Definition OperationsValidTests.h:99