Class MeshKernel::HalfedgeTopology
Defined in File mesh_kernel.h
Nested Relationships
This class is a nested type of Class MeshKernel.
Class Documentation
-
class HalfedgeTopology
半边拓扑 不用存储半边对应的边, 因为半边下标左移一位就是对应边的下标.
Public Members
-
HalfedgeHandle next_halfedge_
下一条半边
-
HalfedgeHandle prev_halfedge_
上一条半边
-
VertexHandle to_vertex_
半边指向的顶点
-
FaceHandle face_
半边对应的面
-
HalfedgeHandle next_halfedge_