slicer_cache_items propriété

slicer_cache_items propriété

Renvoie une collection SlicerCacheItem qui contient la collection de tous les éléments du cache du segment. Lecture seulement

Exemple


# get SlicerCacheItem collection that contains the collection of all items in the slicer cache.
slicerCacheItems = slicerCache.slicer_cache_items
print(len(slicerCacheItems))

Définition:

@property
def slicer_cache_items(self):
    ...

Voir également