Class OperatorSimplifyLocalHelper.Vertex_info_pg

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int ipath  
      (package private) int ipolygon  
      (package private) int ivertex  
      (package private) double x  
      (package private) double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Vertex_info_pg​(double x_, double y_, int ipath_, int xyindex_, int polygon_)  
    • Field Detail

      • x

        double x
      • y

        double y
      • ipath

        int ipath
      • ivertex

        int ivertex
      • ipolygon

        int ipolygon
    • Constructor Detail

      • Vertex_info_pg

        Vertex_info_pg​(double x_,
                       double y_,
                       int ipath_,
                       int xyindex_,
                       int polygon_)