#include <string>
Go to the source code of this file.
◆ OperationBaseline
std::string OperationBaseline |
Initial value:= R"(
begin catalyst
begin clip clipNone
relative point on plane = -0.5 0 0
plane normal = 1 0 0
side to keep = positive
end clip
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
operation = clipNone
image size = 800 450
end imageset
end
)"
◆ OperationClip
std::string OperationClip |
Initial value:= R"(
begin catalyst
begin clip clipNone
relative point on plane = -0.5 0 0
plane normal = 1 0 0
side to keep = positive
end clip
begin clip fooOperation
input = clipNone
end clip
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
operation = fooOperation
image size = 800 450
end imageset
end
)"
◆ OperationClipAbsolutePoint
std::string OperationClipAbsolutePoint |
Initial value:= R"(
begin catalyst
begin clip clipNone
relative point on plane = -0.5 0 0
plane normal = 1 0 0
side to keep = positive
end clip
begin clip fooOperation
input = clipNone
absolute point on plane = 3.0 0.1 0.2
plane normal = 1 1 0
end clip
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
operation = fooOperation
image size = 800 450
end imageset
end
)"
◆ OperationClipElement
std::string OperationClipElement |
Initial value:= R"(
begin catalyst
begin clip clipNone
relative point on plane = -0.5 0 0
plane normal = 1 0 0
side to keep = positive
end clip
begin clip fooOperation
input = clipNone
element on plane = 17
plane normal = 1.0 0.25 0.0
end clip
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
operation = fooOperation
image size = 800 450
end imageset
end
)"
◆ OperationClipNode
std::string OperationClipNode |
Initial value:= R"(
begin catalyst
begin clip clipNone
relative point on plane = -0.5 0 0
plane normal = 1 0 0
side to keep = positive
end clip
begin clip fooOperation
input = clipNone
node on plane = 20
plane normal = 1.0 1.0 0.0
end clip
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
operation = fooOperation
image size = 800 450
end imageset
end
)"
◆ OperationClipPlaneNormal
std::string OperationClipPlaneNormal |
Initial value:= R"(
begin catalyst
begin clip clipNone
relative point on plane = -0.5 0 0
plane normal = 1 0 0
side to keep = positive
end clip
begin clip fooOperation
input = clipNone
plane normal = 1 2 3
absolute point on plane = 3.0 0.1 0.2
end clip
begin camera singletestcamera
look direction = -1 -1 -1
end
begin imageset fooImageset
camera = singletestcamera
operation = fooOperation
image size = 800 450
end imageset
end
)"
◆ OperationClipPlaneThreePoints1
std::string OperationClipPlaneThreePoints1 |
◆ OperationClipRelativePoint
std::string OperationClipRelativePoint |
Initial value:= R"(
begin catalyst
begin clip clipNone
relative point on plane = -0.5 0 0
plane normal = 1 0 0
side to keep = positive
end clip
begin clip fooOperation
input = clipNone
#relative point on plane = 0.25 0.1 0.05
relative point on plane = 0.25 0.3 0.5
plane normal = 1 1 0
end clip
begin camera singletestcamera
look direction = -1 -1 -1
look at absolute distance = 10.0
end
begin imageset fooImageset
camera = singletestcamera
operation = fooOperation
image size = 800 450
end imageset
end
)"