voxcity.simulator.view¶
Compatibility wrapper for the legacy view module.
- The implementation has been split into the visibility package:
voxcity.simulator.visibility.raytracing
voxcity.simulator.visibility.geometry
voxcity.simulator.visibility.view
voxcity.simulator.visibility.landmark
Import the new API from voxcity.simulator.visibility. This module re-exports the main public functions for backward compatibility.
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- voxcity.simulator.view.get_view_index(voxcity, mode=None, hit_values=None, inclusion_mode=True, fast_path=True, **kwargs)[source]¶
- voxcity.simulator.view.mark_building_by_id(voxcity_grid_ori, building_id_grid_ori, ids, mark)[source]¶
- voxcity.simulator.view.compute_landmark_visibility(voxel_data, target_value=-30, view_height_voxel=0, colormap='viridis')[source]¶