SbDiscreteLineProfile Class |
Profile line extractor.
Namespace: OIV.ImageViz
The SbDiscreteLineProfile type exposes the following members.
Name | Description | |
---|---|---|
![]() | SbDiscreteLineProfile(SbVec2i32, SbVec2i32, SoImageDataAdapter) | Constructor defining the profile line on the image. |
![]() | SbDiscreteLineProfile(SbVec3i32, SbVec3i32, SoImageDataAdapter) | Constructor defining the profile line on the image. |
![]() | SbDiscreteLineProfile(SbVec4i32, SbVec4i32, SoImageDataAdapter) | Constructor defining the profile line on the image. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | FirstPosition | Returns the first point. |
![]() | LastPosition | Returns the last point. |
![]() | Length | Returns the length of extracted data (i.e. |
![]() | Values | Returns the values buffer. |
Define a profile line extractor based on the Bresenham's Line algorithm.