-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathffigen.yaml
More file actions
146 lines (136 loc) · 3.07 KB
/
Copy pathffigen.yaml
File metadata and controls
146 lines (136 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
output: 'lib/src/generated/h3_bindings.g.dart'
name: 'H3C'
description: 'Auto-generated FFI bindings for H3 v4.5.0'
headers:
entry-points:
- 'src/h3lib/include/h3api.h'
include-directives:
- '**h3api.h'
compiler-opts:
- '-Isrc/h3lib/include'
ffi-native:
asset-id: 'package:h3_core/src/generated/h3_bindings.g.dart'
functions:
include:
- 'latLngToCell'
- 'cellToLatLng'
- 'cellToBoundary'
- 'maxGridDiskSize'
- 'gridDisk'
- 'gridDiskDistances'
- 'gridDiskUnsafe'
- 'gridDiskDistancesUnsafe'
- 'gridDiskDistancesSafe'
- 'gridRing'
- 'gridRingUnsafe'
- 'maxGridRingSize'
- 'maxPolygonToCellsSize'
- 'polygonToCells'
- 'cellsToLinkedMultiPolygon'
- 'destroyLinkedMultiPolygon'
- 'maxPolygonToCellsSizeExperimental'
- 'polygonToCellsExperimental'
- 'degsToRads'
- 'radsToDegs'
- 'greatCircleDistanceRads'
- 'greatCircleDistanceKm'
- 'greatCircleDistanceM'
- 'getHexagonAreaAvgKm2'
- 'getHexagonAreaAvgM2'
- 'cellAreaRads2'
- 'cellAreaKm2'
- 'cellAreaM2'
- 'getHexagonEdgeLengthAvgKm'
- 'getHexagonEdgeLengthAvgM'
- 'edgeLengthRads'
- 'edgeLengthKm'
- 'edgeLengthM'
- 'getNumCells'
- 'res0CellCount'
- 'getRes0Cells'
- 'pentagonCount'
- 'getPentagons'
- 'getResolution'
- 'getBaseCellNumber'
- 'stringToH3'
- 'h3ToString'
- 'isValidCell'
- 'isValidIndex'
- 'isValidDirectedEdge'
- 'isValidVertex'
- 'isResClassIII'
- 'isPentagon'
- 'cellToParent'
- 'cellToChildrenSize'
- 'cellToChildren'
- 'cellToCenterChild'
- 'cellToChildPos'
- 'childPosToCell'
- 'compactCells'
- 'uncompactCellsSize'
- 'uncompactCells'
- 'maxFaceCount'
- 'getIcosahedronFaces'
- 'areNeighborCells'
- 'cellsToDirectedEdge'
- 'getDirectedEdgeOrigin'
- 'getDirectedEdgeDestination'
- 'directedEdgeToCells'
- 'originToDirectedEdges'
- 'directedEdgeToBoundary'
- 'reverseDirectedEdge'
- 'cellToVertex'
- 'cellToVertexes'
- 'vertexToLatLng'
- 'gridDistance'
- 'gridPathCellsSize'
- 'gridPathCells'
- 'cellToLocalIj'
- 'localIjToCell'
- 'describeH3Error'
- 'getIndexDigit'
- 'constructCell'
leaf:
include:
- 'getResolution'
- 'isValidCell'
- 'isPentagon'
- 'isResClassIII'
- 'isValidDirectedEdge'
- 'isValidVertex'
- 'getBaseCellNumber'
- 'degsToRads'
- 'radsToDegs'
- 'res0CellCount'
- 'pentagonCount'
structs:
include:
- 'LatLng'
- 'CellBoundary'
- 'GeoLoop'
- 'GeoPolygon'
- 'CoordIJ'
- 'LinkedLatLng'
- 'LinkedGeoLoop'
- 'LinkedGeoPolygon'
enums:
include:
- 'H3ErrorCodes'
- 'ContainmentMode'
as-int:
include:
- 'H3ErrorCodes'
- 'ContainmentMode'
macros:
include:
- 'MAX_CELL_BNDRY_VERTS'
- 'H3_NULL'
- 'MAX_H3_RES'
comments:
style: doxygen
length: full
sort: true
preamble: |
// AUTO-GENERATED by ffigen. Do not edit.
// H3 v4.5.0 — https://h3geo.org
// ignore_for_file: type=lint