single_cell_parser
❭ scalar_field
❭ ScalarField
❭ get_voxel_bounds
ScalarField.get_voxel_bounds
-
single_cell_parser.scalar_field.ScalarField.get_voxel_bounds(ijk)
Gets the bounding box of voxel given by indices i,j,k.
- Parameters:
ijk (tuple) – tuple of 3 integers: the indices of voxel in mesh.
Warning
Does not perform bounds checking. The voxel bounds may be beyond the span of the mesh.