py3dtiles.tilers.point.node.node_catalog module
- class py3dtiles.tilers.point.node.node_catalog.NodeCatalog(nodes: bytes, name: bytes, root_aabb: ndarray[Any, dtype[float64]], root_spacing: float, include_rgb: bool, extra_fields: list[ExtraFieldsDescription])[source]
Bases:
object
NodeCatalog is a store of Node objects.
Using a NodeCatalog allows to only store a children names in nodes, instead of storing a full recursive structure.