C# Class MapAround.Geometry.GeometrySimplifier.SDMinVertex

Represents a weighted vertex in the S-DMin algorithm.
Inheritance: IIndexable
Show file 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 property

public bool Deleted
return bool

IsCrossSegmentVertex public property

public bool IsCrossSegmentVertex
return bool

Next public property

public SDMinVertex Next
return SDMinVertex

PathIndex public property

public int PathIndex
return int

PointIndex public property

public int PointIndex
return int

Previous public property

public SDMinVertex Previous
return SDMinVertex

Weight public property

public double Weight
return double