miv_simulator.volume#

Functions

make_network_volume(extent_u, extent_v, extent_l)

Creates an linear volume based on the parametric equations of the network volume.

network_meshgrid(extent_u, extent_v, extent_l)

network_volume(u, v, l[, rotate])

Parametric equations of the anatomical volume.

network_volume_transform(u, v, l)

test_alpha_shape()

test_mplot_volume()

test_tri()

miv_simulator.volume.network_volume(u, v, l, rotate=None)[source]#

Parametric equations of the anatomical volume.

miv_simulator.volume.make_network_volume(extent_u, extent_v, extent_l, rotate=None, resolution=[3, 3, 3], return_xyz=False)[source]#

Creates an linear volume based on the parametric equations of the network volume.