@@ -38,6 +38,7 @@ def self.safe_call(out_type, method, *in_args)
3838 attach_function :hex_ranges , :gridDisksUnsafe , [ H3IndexesIn , :size_t , :k_distance , H3IndexesOut ] , :h3_error_code
3939 attach_function :hex_ring , :gridRingUnsafe , [ :h3_index , :k_distance , H3IndexesOut ] , :h3_error_code
4040 attach_function :h3_line , :gridPathCells , [ :h3_index , :h3_index , H3IndexesOut ] , :h3_error_code
41+ attach_function :max_kring_size , :maxGridDiskSize , [ :k_distance , :pointer ] , :h3_error_code
4142
4243 # Directed edge functions (formerly unidirectional_edge)
4344 attach_function :h3_indexes_from_unidirectional_edge , :directedEdgeToCells , [ :h3_index , H3IndexesOut ] , :h3_error_code
@@ -50,7 +51,7 @@ def self.safe_call(out_type, method, *in_args)
5051 attach_function :edge_length_m , :getHexagonEdgeLengthAvgM , [ Resolution , :pointer ] , :h3_error_code
5152 attach_function :h3_faces , :getIcosahedronFaces , %i[ h3_index buffer_out ] , :h3_error_code
5253 attach_function :max_face_count , :maxFaceCount , %i[ h3_index pointer ] , :h3_error_code
53- attach_function :get_pentagon_indexes , :getPentagonCells , [ :int , H3IndexesOut ] , :h3_error_code
54+ attach_function :get_pentagon_indexes , :getPentagons , [ :int , H3IndexesOut ] , :h3_error_code
5455 attach_function :res_0_indexes , :getRes0Cells , [ H3IndexesOut ] , :h3_error_code
5556
5657 # Distance functions
0 commit comments