Click or drag to resize
SbDiscreteLineProfile Class

Profile line extractor.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ImageVizSbDiscreteLineProfile

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SbDiscreteLineProfile : SoNetBase

The SbDiscreteLineProfile type exposes the following members.

Constructors
  NameDescription
Public methodSbDiscreteLineProfile(SbVec2i32, SbVec2i32, SoImageDataAdapter)

Constructor defining the profile line on the image.

Public methodSbDiscreteLineProfile(SbVec3i32, SbVec3i32, SoImageDataAdapter)

Constructor defining the profile line on the image.

Public methodSbDiscreteLineProfile(SbVec4i32, SbVec4i32, SoImageDataAdapter)

Constructor defining the profile line on the image.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFirstPosition

Returns the first point.

Public propertyLastPosition

Returns the last point.

Public propertyLength

Returns the length of extracted data (i.e.

Public propertyValues

Returns the values buffer.

Top
Remarks

Define a profile line extractor based on the Bresenham's Line algorithm.

See Also