Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.33 KB

File metadata and controls

14 lines (10 loc) · 1.33 KB

The following methods are inherited from class [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html).

Method Description
[GetType]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) Gets the type of the captured result item.
[GetReferenceItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) Gets a pointer to the referenced item in the captured result.
[GetTargetROIDefName]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) Gets the name of the TargetROIDef which generate current captured result item.
[GetTaskName]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettaskname) Gets the name of the task which generate current captured result item.
[Retain]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#retain) Increases the reference count of the CCapturedResultItem object.
[Release]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#release) Decreases the reference count of the CCapturedResultItem object.
[Clone]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#clone) Clone the CCapturedResultItem object.