cls_SliceTextureProxy - almarklein/visvis GitHub Wiki
Inherits from Wobject, Colormapable.
A proxi class for multiple SliceTexture instances. By making them children of an instance of this class, their properties can be changed simultaneously.
This makes it possible to call volshow() and stay agnostic of how the volume is vizualized (using a 3D render, or with 3 slice textures); all public texture-specific methods and properties are transferred to all children automatically.
The SliceTextureProxy class implements the following properties:
axis, edgeColor, edgeColor2, index, interpolate, isoThreshold, renderStyle
The axis of the slice in the volume to display.
The color of the edge of the slice (can be None).
The color of the edge of the slice when interacting.
The index of the slice in the volume to display.
Get/Set whether to interpolate the image when zooming in (using linear interpolation).
Not available for SliceTextures. This property is implemented to be able to produce a warning when it is used.
Not available for SliceTextures. This property is implemented to be able to produce a warning when it is used.