gen_region_linegen_region_lineGenRegionLineGenRegionLinegen_region_line (Operator)
Name
gen_region_linegen_region_lineGenRegionLineGenRegionLinegen_region_line
— Store input lines as regions.
Signature
void GenRegionLine(HObject* RegionLines, const HTuple& BeginRow, const HTuple& BeginCol, const HTuple& EndRow, const HTuple& EndCol)
void HRegion::GenRegionLine(const HTuple& BeginRow, const HTuple& BeginCol, const HTuple& EndRow, const HTuple& EndCol)
void HRegion::GenRegionLine(Hlong BeginRow, Hlong BeginCol, Hlong EndRow, Hlong EndCol)
static void HOperatorSet.GenRegionLine(out HObject regionLines, HTuple beginRow, HTuple beginCol, HTuple endRow, HTuple endCol)
void HRegion.GenRegionLine(HTuple beginRow, HTuple beginCol, HTuple endRow, HTuple endCol)
void HRegion.GenRegionLine(int beginRow, int beginCol, int endRow, int endCol)
def gen_region_line(begin_row: MaybeSequence[Union[int, float]], begin_col: MaybeSequence[Union[int, float]], end_row: MaybeSequence[Union[int, float]], end_col: MaybeSequence[Union[int, float]]) -> HObject
Description
The operator gen_region_linegen_region_lineGenRegionLineGenRegionLinegen_region_line
stores the given lines (with starting
point [BeginRowBeginRowBeginRowbeginRowbegin_row
,BeginColBeginColBeginColbeginColbegin_col
] and ending point
[EndRowEndRowEndRowendRowend_row
, EndColEndColEndColendColend_col
]) as region.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
RegionLinesRegionLinesRegionLinesregionLinesregion_lines
(output_object) region(-array) →
objectHRegionHObjectHObjectHobject *
Created regions.
BeginRowBeginRowBeginRowbeginRowbegin_row
(input_control) line.begin.y(-array) →
HTupleMaybeSequence[Union[int, float]]HTupleHtuple (integer / real) (int / long / double) (Hlong / double) (Hlong / double)
Line coordinates of the starting points of the input
lines.
Default:
100
Suggested values:
10, 50, 100, 200, 300, 400
Value range:
BeginRow
BeginRow
BeginRow
beginRow
begin_row
(lin)
Minimum increment:
1
Recommended increment:
1
BeginColBeginColBeginColbeginColbegin_col
(input_control) line.begin.x(-array) →
HTupleMaybeSequence[Union[int, float]]HTupleHtuple (integer / real) (int / long / double) (Hlong / double) (Hlong / double)
Column coordinates of the starting points of the input
lines.
Default:
50
Suggested values:
10, 50, 100, 200, 300, 400
Value range:
BeginCol
BeginCol
BeginCol
beginCol
begin_col
(lin)
Minimum increment:
1
Recommended increment:
1
EndRowEndRowEndRowendRowend_row
(input_control) line.end.y(-array) →
HTupleMaybeSequence[Union[int, float]]HTupleHtuple (integer / real) (int / long / double) (Hlong / double) (Hlong / double)
Line coordinates of the ending points of the input
lines.
Default:
150
Suggested values:
50, 100, 200, 300, 400, 500
Value range:
EndRow
EndRow
EndRow
endRow
end_row
(lin)
Minimum increment:
1
Recommended increment:
1
EndColEndColEndColendColend_col
(input_control) line.end.x(-array) →
HTupleMaybeSequence[Union[int, float]]HTupleHtuple (integer / real) (int / long / double) (Hlong / double) (Hlong / double)
Column coordinates of the ending points of the
input lines.
Default:
250
Suggested values:
50, 100, 200, 300, 400, 500
Value range:
EndCol
EndCol
EndCol
endCol
end_col
(lin)
Minimum increment:
1
Recommended increment:
1
Result
The operator gen_region_linegen_region_lineGenRegionLineGenRegionLinegen_region_line
always returns the value 2 (
H_MSG_TRUE)
.
The clipping according to the current image format is determined by the
operator set_system('clip_region',<'true'/'false'>)set_system("clip_region",<"true"/"false">)SetSystem("clip_region",<"true"/"false">)SetSystem("clip_region",<"true"/"false">)set_system("clip_region",<"true"/"false">)
.
Possible Predecessors
split_skeleton_linessplit_skeleton_linesSplitSkeletonLinesSplitSkeletonLinessplit_skeleton_lines
Alternatives
gen_region_hlinegen_region_hlineGenRegionHlineGenRegionHlinegen_region_hline
Module
Foundation