version 0.6.0
Loading...
Searching...
No Matches
mod_cg3_flood_polyhedron::t_chained_polygon Type Reference

Structure to track the state of the current algorithm. It stores the status of the cap polygon. More...

Public Member Functions

procedure add_point (polygon, point, point_id, edge, face)
 Add a point to the chained polygon.
 

Public Attributes

type(t_chained_polygon_item), dimension(:), allocatable point
 Pointer to the last point.
 
integer nb_points = 0
 Number of points in the chained polygon.
 

Detailed Description

   !!          5    f4    4              Legend:
   !!           *--------*  f3           ------
   !!       f5 /          \
   !!         /            * 3           ×   point of the polyhedron
   !!      6 *            /              *   point on an edge
   !!     f6 |           / f2            n   point n
   !!        ×----------*                fn  face between point n and n+1
   !!      1      f1     2
   !! 

The documentation for this type was generated from the following file: