IOSS 2.0
Loading...
Searching...
No Matches
ImageSetOperationValidTests.h File Reference
#include <string>
Include dependency graph for ImageSetOperationValidTests.h:

Go to the source code of this file.

Variables

std::string ImagesetOperationThreshold1
 
std::string ImagesetOperationThreshold2
 
std::string ImagesetOperationThreshold3
 
std::string ImagesetOperationThreshold4
 
std::string ImagesetOperationThreshold5
 
std::string ImagesetOperationThreshold6
 
std::string ImagesetOperationBoxClip1
 
std::string ImagesetOperationClip1
 
std::string ImagesetOperationSlice1
 
std::string ImagesetOperationContour1
 
std::string ImagesetOperationContour2
 
std::string ImagesetOperationContour3
 
std::string ImagesetOperationContour4
 
std::string ImagesetOperationContour5
 
std::string ImagesetOperationContour6
 

Variable Documentation

◆ ImagesetOperationBoxClip1

std::string ImagesetOperationBoxClip1
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
boxclip = center 4 1 -0.61 extents 6 1.5 2 keep inside
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationClip1

std::string ImagesetOperationClip1
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
clip = point 0 1 2 normal 3 4 5
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationContour1

std::string ImagesetOperationContour1
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
look at absolute point = 5.0 1.0 0.0
look at absolute distance = 10.0
end
begin imageset fooImageset
camera = singletestcamera
contour = scalar VON_MISES value list 30.0
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationContour2

std::string ImagesetOperationContour2
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
contour = vector magnitude displ value list 0.0001 0.0021 0.0041 0.0061 0.0081 0.011
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationContour3

std::string ImagesetOperationContour3
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
image size = 800 450
contour = vector component displ_x value list 0.0001 0.0021 0.0041 0.0061 0.0081 0.011
end imageset
end
)"

◆ ImagesetOperationContour4

std::string ImagesetOperationContour4
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
contour = tensor component stress_xy value list 0.1 0.5 1.0 1.5 1.8
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationContour5

std::string ImagesetOperationContour5
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
contour = vector component displ_x value list 0.0001 0.0011 0.0021 0.0031 0.0041 0.0051 0.0061 0.0071 0.0081 0.0091 0.0101
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationContour6

std::string ImagesetOperationContour6
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
contour = vector component displ_x value sequence 0.0001 0.001 0.03
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationSlice1

std::string ImagesetOperationSlice1
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
slice = point 0 1 2 normal 3 4 5
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationThreshold1

std::string ImagesetOperationThreshold1
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
threshold = scalar VON_MISES keep between 28.5 30.5
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationThreshold2

std::string ImagesetOperationThreshold2
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
threshold = vector magnitude displ keep between 0.003 0.008
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationThreshold3

std::string ImagesetOperationThreshold3
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
threshold = vector component displ_x keep between 0.003 0.008
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationThreshold4

std::string ImagesetOperationThreshold4
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
threshold = tensor component stress_xy keep between 1.0 1.7
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationThreshold5

std::string ImagesetOperationThreshold5
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
threshold = scalar VON_MISES keep above 28.5
image size = 800 450
end imageset
end
)"

◆ ImagesetOperationThreshold6

std::string ImagesetOperationThreshold6
Initial value:
= R"(
begin catalyst
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
threshold = scalar VON_MISES keep below 28.5
image size = 800 450
end imageset
end
)"