C# Class MapAround.Geometry.PlanarGraph.SplittedSegment

Inheritance: IIndexable
ファイルを表示 Open project: gkrsu/maparound.core

Public Properties

Property Type Description
Object1OccurrencesCount int
Object2OccurrencesCount int
Segment Segment
UsedByObject1 bool
UsedByObject2 bool

Public Methods

Method Description
Clone ( ) : object

Method Details

Clone() public method

public Clone ( ) : object
return object

Property Details

Object1OccurrencesCount public_oe property

public int Object1OccurrencesCount
return int

Object2OccurrencesCount public_oe property

public int Object2OccurrencesCount
return int

Segment public_oe property

public Segment Segment
return Segment

UsedByObject1 public_oe property

public bool UsedByObject1
return bool

UsedByObject2 public_oe property

public bool UsedByObject2
return bool