Commit 3abc3aa
index geobuf (#26)
* add geobuf plus
* not ready
* it should work
* export
* good
* not ready
* export geobuf plus
* export geobuf + index
* good
* not ready
* not ready
* add header
* not ready
* not ready
* notready
* invalid tag exception?
* not ready
* not ready
* not ready
* not good
* good
* this is better
* extract geometry/properties
* not ready
* good
* not ready
* good
* rename
* fix
* update
* good
* good
* not ready
* fix
* fix lint
* supports int/string get/set
* add test
* fix for windows
---------
Co-authored-by: TANG ZHIXIONG <zhixiong.tang@momenta.ai>1 parent 8e34a97 commit 3abc3aa
File tree
12 files changed
+984
-77
lines changed- docs/about
- pybind11_geobuf
- src
- geobuf
- tests
12 files changed
+984
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
- .gitignore+1
- include/README.md+3
- include/bvh/bbox.h+49
- include/bvh/binned_sah_builder.h+161
- include/bvh/bvh.h+157
- include/bvh/default_builder.h+78
- include/bvh/executor.h+89
- include/bvh/mini_tree_builder.h+315
- include/bvh/node.h+153
- include/bvh/platform.h+22
- include/bvh/ray.h+53
- include/bvh/reinsertion_optimizer.h+272
- include/bvh/sphere.h+54
- include/bvh/split_heuristic.h+48
- include/bvh/stack.h+50
- include/bvh/stream.h+72
- include/bvh/sweep_sah_builder.h+144
- include/bvh/thread_pool.h+104
- include/bvh/top_down_sah_builder.h+144
- include/bvh/tri.h+81
- include/bvh/utils.h+130
- include/bvh/vec.h+132
- include/mio/mio.hpp
- include/packedrtree.hpp+60-2
- include/tsl/bhopscotch_map.h+737
- include/tsl/bhopscotch_set.h+589
- include/tsl/hopscotch_growth_policy.h+405
- include/tsl/hopscotch_hash.h+1.9k
- include/tsl/hopscotch_map.h+738
- include/tsl/hopscotch_set.h+595
- include/tsl/robin_growth_policy.h+406
- include/tsl/robin_hash.h+1.6k
- include/tsl/robin_map.h+807
- include/tsl/robin_set.h+660
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
216 | 224 | | |
217 | 225 | | |
218 | 226 | | |
219 | 227 | | |
| 228 | + | |
220 | 229 | | |
221 | 230 | | |
222 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments