C# Class MapAround.Geometry.GeometrySimplifier.SDMinVertex

Represents a weighted vertex in the S-DMin algorithm.
Inheritance: IIndexable
Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Свойство Type Description
Deleted bool
IsCrossSegmentVertex bool
Next SDMinVertex
PathIndex int
PointIndex int
Previous SDMinVertex
Weight double

Méthodes publiques

Méthode Description
Clone ( ) : object

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Property Details

Deleted public_oe property

public bool Deleted
Résultat bool

IsCrossSegmentVertex public_oe property

public bool IsCrossSegmentVertex
Résultat bool

Next public_oe property

public SDMinVertex Next
Résultat SDMinVertex

PathIndex public_oe property

public int PathIndex
Résultat int

PointIndex public_oe property

public int PointIndex
Résultat int

Previous public_oe property

public SDMinVertex Previous
Résultat SDMinVertex

Weight public_oe property

public double Weight
Résultat double