3.1.1.4.1.6. opengate.geometry.ImageVolume

3.1.1.4.1.6.1. Module Contents

3.1.1.4.1.6.1.1. Classes

ImageVolume

Store information about a voxelized volume

class opengate.geometry.ImageVolume.ImageVolume(user_info)[source]

Bases: opengate.VolumeBase

Store information about a voxelized volume

type_name = 'Image'[source]
static set_default_user_info(user_info)[source]
__del__()[source]
construct(volume_engine)[source]
add_region(lv)[source]
initialize_image_parameterisation()[source]

From the input image, a label image is computed with each label associated with a material. The label image is initialized with label 0, corresponding to the first material Correspondence from voxel value to material is given by a list of interval [min_value, max_value, material_name] all pixels with values between min (included) and max (non included) will be associated with the given material