My Project
|
Triangle interface. More...
Public Member Functions | |
Vertex | GetVertex (int index) |
Gets the vertex at given index. | |
int | GetVertexID (int index) |
Gets the ID of the vertex at given index. | |
ITriangle | GetNeighbor (int index) |
Gets the neighbor triangle at given index. | |
int | GetNeighborID (int index) |
Gets the ID of the neighbor triangle at given index. | |
ISegment | GetSegment (int index) |
Gets the segment at given index. | |
Properties | |
int | ID [get, set] |
Gets or sets the triangle ID. | |
int | Label [get, set] |
Gets or sets a general-purpose label. | |
float | Area [get, set] |
Gets or sets the triangle area constraint. | |
Triangle interface.
ITriangle TriangleNet.Geometry.ITriangle.GetNeighbor | ( | int | index | ) |
Gets the neighbor triangle at given index.
index | The local index (0, 1 or 2). |
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.
int TriangleNet.Geometry.ITriangle.GetNeighborID | ( | int | index | ) |
Gets the ID of the neighbor triangle at given index.
index | The local index (0, 1 or 2). |
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.
ISegment TriangleNet.Geometry.ITriangle.GetSegment | ( | int | index | ) |
Gets the segment at given index.
index | The local index (0, 1 or 2). |
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.
Vertex TriangleNet.Geometry.ITriangle.GetVertex | ( | int | index | ) |
Gets the vertex at given index.
index | The local index (0, 1 or 2). |
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.
int TriangleNet.Geometry.ITriangle.GetVertexID | ( | int | index | ) |
Gets the ID of the vertex at given index.
index | The local index (0, 1 or 2). |
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.
|
getset |
Gets or sets the triangle area constraint.
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.
|
getset |
Gets or sets the triangle ID.
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.
|
getset |
Gets or sets a general-purpose label.
This is used for region information.
Implemented in TriangleNet.IO.InputTriangle, and TriangleNet.Topology.Triangle.