C# Class MapAround.Geometry.GeometrySimplifier.SDMinVertex

Represents a weighted vertex in the S-DMin algorithm.
Inheritance: IIndexable
ファイルを表示 Open project: gkrsu/maparound.core

Public Properties

Property Type Description
Deleted bool
IsCrossSegmentVertex bool
Next SDMinVertex
PathIndex int
PointIndex int
Previous SDMinVertex
Weight double

Public Methods

Method Description
Clone ( ) : object

Method Details

Clone() public method

public Clone ( ) : object
return object

Property Details

Deleted public_oe property

public bool Deleted
return bool

IsCrossSegmentVertex public_oe property

public bool IsCrossSegmentVertex
return bool

Next public_oe property

public SDMinVertex Next
return SDMinVertex

PathIndex public_oe property

public int PathIndex
return int

PointIndex public_oe property

public int PointIndex
return int

Previous public_oe property

public SDMinVertex Previous
return SDMinVertex

Weight public_oe property

public double Weight
return double