Click or drag to resize
SoLocalMaximaQuantification.SbLocalMaximaDetail Class
Inheritance Hierarchy
System.Object
  OIV.Inventor.SoNetBase
    OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoLocalMaximaQuantification.SbLocalMaximaDetail

Namespace: OIV.ImageViz.Engines.ImageAnalysis.Statistics
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SbLocalMaximaDetail : SoNetBase

The SoLocalMaximaQuantification. SbLocalMaximaDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoLocalMaximaQuantification.SbLocalMaximaDetail(SoImageAnalysisResult)
Calls SbLocalMaximaDetail(analysis, System.Int32(0)).
Public methodSoLocalMaximaQuantification.SbLocalMaximaDetail(SoImageAnalysisResult, Int32)
Initializes a new instance of the SoLocalMaximaQuantification. SbLocalMaximaDetail class
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 methodGetPositionX

The X position of the maxima.

Public methodGetPositionY

The Y position of the maxima.

Public methodGetPositionZ

The Z position of the maxima.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue

The value of maxima.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks