slicer_cache property

slicer_cache property

Returns the SlicerCache object associated with the slicer. Read-only.

Example


slicerCache = slicer.slicer_cache

Definition:

@property
def slicer_cache(self):
    ...

See Also