Resource Base
Table of contents

CShortLinesUnit

The CShortLinesUnit class represents an intermediate result unit that contains the short lines. It is derived from the CIntermediateResultUnit class.

Definition

*Namespace:dynamsoft::intermediate_results

*Assembly:DynamsoftCore

class CShortLinesUnit : public CIntermediateResultUnit

Methods Summary

Method Description
GetCount Gets the number of short lines in the collection.
GetShortLine Gets the short line at the specified index.
operator[] Gets the short line at the specified index.
RemoveAllShortLines Removes all short lines from the unit.
RemoveShortLine Removes the short line at the specified index.
AddShortLine Adds a short line to the unit.
SetShortLine Sets the short line at the specified index.

GetCount

Gets the number of short lines in the collection.

virtual int GetCount() const = 0;

Return ValueReturns the number of short lines in the collection.

GetShortLine

Gets the short line at the specified index.

virtual const CLineSegmentGetShortLine(int index) const = 0;

Parameters

index The index of the short line to get.

Return Value

A pointer to the CLineSegment object that represents the short line at the specified index.

operator[]

Gets the short line at the specified index.

virtual const CLineSegmentoperator[](int index) const = 0;

Parameters

index The index of the short line to get.

Return Value

A pointer to the CLineSegment object that represents the short line at the specified index.

RemoveAllShortLines

Removes all short lines from the unit.

virtual void RemoveAllShortLines() = 0;

RemoveShortLine

Removes the short line at the specified index.

virtual int RemoveShortLine(int index) = 0;

Parameters

index The index of the short line to remove.

Return Value

Returns 0 if the operation succeeds, or a nonzero error code if the operation fails.

AddShortLine

Adds a short line to the unit.

virtual int AddShortLine(const CLineSegment& line, const double matrixToOriginalImage[9] =  IDENTITY_MATRIX) = 0;

Parameters

line The short line to add.

matrixToOriginalImage The matrix to original image.

Return Value

Returns 0 if the operation succeeds, or a nonzero error code if the operation fails.

SetShortLine

Sets the short line at the specified index.

virtual int SetShortLine(int index, const CLineSegment& line, const double matrixToOriginalImage[9] =  IDENTITY_MATRIX) = 0;

Parameters

index The index of the short line to set.

line The short line to set.

matrixToOriginalImage The matrix to original image.

Return Value

Returns 0 if the operation succeeds, or a nonzero error code if the operation fails.

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support