PyContourType
- class multimodars.PyContourType
Bases:
objectPython representation of the available intravascular contour types.
Examples
>>> from multimodars import PyContourType >>> contour_type = PyContourType.Lumen >>> contour_type.name 'Lumen'
- Calcification = PyContourType.Calcification
- Catheter = PyContourType.Catheter
- Eem = PyContourType.Eem
- Lumen = PyContourType.Lumen
- Sidebranch = PyContourType.Sidebranch
- Wall = PyContourType.Wall
- static all_types()
Get all available contour types
- static from_string(name)
Create from string name
- name
Get the string name of the contour type