Skip to content

Commit 0114ce0

Browse files
update to internal commit 1f984a96
1 parent 1f8d3f2 commit 0114ce0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2866
-142
lines changed

_data/full_tree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tree_file_list:
2020
- sidelist-programming/programming-cpp-v9.6.30.html
2121
- sidelist-programming/programming-cpp-v10.0.0.html
2222
- sidelist-programming/programming-cpp-v10.0.10.html
23+
- sidelist-programming/programming-cpp-v10.0.20.html
2324
- sidelist-programming/programming-c.html
2425
- sidelist-programming/programming-c-v8.9.3.html
2526
- sidelist-programming/programming-c-v8.4.0.html

_data/product_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version_info_list_desktop:
44
- value: latest version
55
- value: 10.x
66
child:
7+
- 10.0.20
78
- 10.0.10
89
- 10.0.0
910
- value: 9.x
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
The following methods are inherited from class [`CCapturedResultItem`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html).
3+
4+
| Method | Description |
5+
|--------|-------------|
6+
| [`GetType`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. |
7+
| [`GetReferencedItem`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceditem) | Gets a pointer to the referenced item in the captured result. |
8+

_includes/inherited-methods/captured-result-item.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ The following methods are inherited from class [`CCapturedResultItem`]({{ site.d
55
|--------|-------------|
66
| [`GetType`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. |
77
| [`GetReferencedItem`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceditem) | Gets a pointer to the referenced item in the captured result. |
8+
| [`GetTargetROIDefName`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the `TargetROIDef` which generate current captured result item. |
9+
| [`GetTaskName`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#gettaskname) | Gets the name of the task which generate current captured result item. |
10+
| [`Retain`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#retain) | Increases the reference count of the `CCapturedResultItem` object. |
11+
| [`Release`]({{ site.dcv_cpp_api }}core/basic-structures/captured-result-item.html#release) | Decreases the reference count of the `CCapturedResultItem` object. |
12+
813

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
The following methods are inherited from class [`CIntermediateResultUnit`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html).
3+
4+
| Method | Description |
5+
|----------------------|-------------|
6+
| [`GetHashId`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.|
7+
| [`GetOriginalImageHashId`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
8+
| [`GetOriginalImageTag`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. |
9+
| [`GetType`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. |
10+
| [`Clone`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. |
11+
| [`SetHashId`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. |
12+
| [`SetOriginalImageHashId`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. |
13+
| [`SetOriginalImageTag`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. |
14+
| [`Retain`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. |
15+
| [`Release`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. |
16+
| [`GetTransformMatrix`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via [`TransformMatrixType`]({{site.dcv_enumerations}}core/transform-matrix-type.html?src=cpp&&lang=cpp). |
17+
| [`SetTransformMatrix`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via [`TransformMatrixType`]({{site.dcv_enumerations}}core/transform-matrix-type.html?src=cpp&&lang=cpp). |
18+

_includes/inherited-methods/intermediate-result-unit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ The following methods are inherited from class [`CIntermediateResultUnit`]({{ si
1515
| [`Release`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. |
1616
| [`GetTransformMatrix`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via [`TransformMatrixType`]({{site.dcv_enumerations}}core/transform-matrix-type.html?src=cpp&&lang=cpp). |
1717
| [`SetTransformMatrix`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via [`TransformMatrixType`]({{site.dcv_enumerations}}core/transform-matrix-type.html?src=cpp&&lang=cpp). |
18+
| [`Replace`]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html#replace) | Replaces the `CIntermediateResultUnit` object to the specified `CIntermediateResultUnit` object. |
1819

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
The following methods are inherited from class [`CRegionObjectElement`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html).
3+
4+
| Method | Description |
5+
|--------|-------------|
6+
| [`GetLocation`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Get the location of the region object element. |
7+
| [`GetReferencedElement`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Get a pointer to a referenced region object element. |
8+
| [`GetElementType`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Get the type of the region object element. |
9+

_includes/inherited-methods/region-object-element.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ The following methods are inherited from class [`CRegionObjectElement`]({{ site.
33

44
| Method | Description |
55
|--------|-------------|
6-
| [`GetLocation`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Get the location of the region object element. |
7-
| [`GetReferencedElement`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Get a pointer to a referenced region object element. |
8-
| [`GetElementType`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Get the type of the region object element. |
6+
| [`GetLocation`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the `CRegionObjectElement` object. |
7+
| [`GetReferencedElement`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced `CRegionObjectElement` object. |
8+
| [`GetElementType`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the `CRegionObjectElement` object. |
9+
| [`SetLocation`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#setlocation) | Sets the location of the `CRegionObjectElement` object. |
10+
| [`Clone`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#clone) | Clones the region object element. |
11+
| [`Retain`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#retain) | Increases the reference count of the `CRegionObjectElement` object. |
12+
| [`Release`]({{ site.dcv_cpp_api }}core/intermediate-results/region-object-element.html#release) | Decreases the reference count of the `CRegionObjectElement` object. |
913

0 commit comments

Comments
 (0)