Class RVertexEx
Inheritance
System.Object
RVertexEx
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.RoadNetwork.Graph
Assembly: cs.temp.dll.dll
Syntax
public static class RVertexEx
Methods
GetMaxLodLevel(RVertex, Func<RFace, Boolean>)
faceSelectorで指定したRFaceだけのLodLevelの最大値を取得
Declaration
public static int GetMaxLodLevel(this RVertex self, Func<RFace, bool> faceSelector = null)
Parameters
| Type | Name | Description |
|---|---|---|
| RVertex | self | |
| Func<RFace, System.Boolean> | faceSelector |
Returns
| Type | Description |
|---|---|
| System.Int32 |
GetRoadType(RVertex, Func<RFace, Boolean>)
faceSelectorで指定したRFaceだけのRRoadTypeを統合して取得
Declaration
public static RRoadTypeMask GetRoadType(this RVertex self, Func<RFace, bool> faceSelector)
Parameters
| Type | Name | Description |
|---|---|---|
| RVertex | self | |
| Func<RFace, System.Boolean> | faceSelector |
Returns
| Type | Description |
|---|---|
| RRoadTypeMask |