VolumeLayerState3D
==================

.. currentmodule:: glue.viewers.volume3d.layer_state

.. autoclass:: VolumeLayerState3D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~VolumeLayerState3D.alpha
      ~VolumeLayerState3D.attribute
      ~VolumeLayerState3D.cmap
      ~VolumeLayerState3D.cmap_name
      ~VolumeLayerState3D.color
      ~VolumeLayerState3D.color_mode
      ~VolumeLayerState3D.layer
      ~VolumeLayerState3D.stretch
      ~VolumeLayerState3D.stretch_object
      ~VolumeLayerState3D.stretch_parameters
      ~VolumeLayerState3D.subset_mode
      ~VolumeLayerState3D.v_max
      ~VolumeLayerState3D.v_min
      ~VolumeLayerState3D.visible
      ~VolumeLayerState3D.vmax
      ~VolumeLayerState3D.vmin
      ~VolumeLayerState3D.zorder

   .. rubric:: Methods Summary

   .. autosummary::

      ~VolumeLayerState3D.add_callback
      ~VolumeLayerState3D.add_global_callback
      ~VolumeLayerState3D.as_dict
      ~VolumeLayerState3D.callback_properties
      ~VolumeLayerState3D.clear_callbacks
      ~VolumeLayerState3D.flip_limits
      ~VolumeLayerState3D.is_alias
      ~VolumeLayerState3D.is_callback_property
      ~VolumeLayerState3D.iter_callback_properties
      ~VolumeLayerState3D.remove_callback
      ~VolumeLayerState3D.remove_global_callback
      ~VolumeLayerState3D.setup_stretch_callback
      ~VolumeLayerState3D.update_from_dict
      ~VolumeLayerState3D.update_from_state

   .. rubric:: Attributes Documentation

   .. autoattribute:: alpha
   .. autoattribute:: attribute
   .. autoattribute:: cmap
   .. autoattribute:: cmap_name
   .. autoattribute:: color
   .. autoattribute:: color_mode
   .. autoattribute:: layer
   .. autoattribute:: stretch
   .. autoattribute:: stretch_object
   .. autoattribute:: stretch_parameters
   .. autoattribute:: subset_mode
   .. autoattribute:: v_max
   .. autoattribute:: v_min
   .. autoattribute:: visible
   .. autoattribute:: vmax
   .. autoattribute:: vmin
   .. autoattribute:: zorder

   .. rubric:: Methods Documentation

   .. automethod:: add_callback
   .. automethod:: add_global_callback
   .. automethod:: as_dict
   .. automethod:: callback_properties
   .. automethod:: clear_callbacks
   .. automethod:: flip_limits
   .. automethod:: is_alias
   .. automethod:: is_callback_property
   .. automethod:: iter_callback_properties
   .. automethod:: remove_callback
   .. automethod:: remove_global_callback
   .. automethod:: setup_stretch_callback
   .. automethod:: update_from_dict
   .. automethod:: update_from_state
