# encoding: utf-8
# module vtkmodules.vtkRenderingVolume
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkRenderingVolume.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonCore as __vtkmodules_vtkCommonCore
import vtkmodules.vtkCommonExecutionModel as __vtkmodules_vtkCommonExecutionModel
import vtkmodules.vtkRenderingCore as __vtkmodules_vtkRenderingCore


from .vtkUnstructuredGridVolumeMapper import vtkUnstructuredGridVolumeMapper

class vtkUnstructuredGridVolumeRayCastMapper(vtkUnstructuredGridVolumeMapper):
    """
    vtkUnstructuredGridVolumeRayCastMapper - A software mapper for
    unstructured volumes
    
    Superclass: vtkUnstructuredGridVolumeMapper
    
    This is a software ray caster for rendering volumes in
    vtkUnstructuredGrid.
    
    @sa
    vtkVolumeMapper
    """
    def AutoAdjustSampleDistancesOff(self): # real signature unknown; restored from __doc__
        """
        AutoAdjustSampleDistancesOff(self) -> None
        C++: virtual void AutoAdjustSampleDistancesOff()
        """
        pass

    def AutoAdjustSampleDistancesOn(self): # real signature unknown; restored from __doc__
        """
        AutoAdjustSampleDistancesOn(self) -> None
        C++: virtual void AutoAdjustSampleDistancesOn()
        """
        pass

    def CastRays(self, threadID, threadCount): # real signature unknown; restored from __doc__
        """
        CastRays(self, threadID:int, threadCount:int) -> None
        C++: void CastRays(int threadID, int threadCount)
        """
        pass

    def GetAutoAdjustSampleDistances(self): # real signature unknown; restored from __doc__
        """
        GetAutoAdjustSampleDistances(self) -> int
        C++: virtual vtkTypeBool GetAutoAdjustSampleDistances()
        """
        return 0

    def GetAutoAdjustSampleDistancesMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetAutoAdjustSampleDistancesMaxValue(self) -> int
        C++: virtual vtkTypeBool GetAutoAdjustSampleDistancesMaxValue()
        """
        return 0

    def GetAutoAdjustSampleDistancesMinValue(self): # real signature unknown; restored from __doc__
        """
        GetAutoAdjustSampleDistancesMinValue(self) -> int
        C++: virtual vtkTypeBool GetAutoAdjustSampleDistancesMinValue()
        """
        return 0

    def GetImageInUseSize(self): # real signature unknown; restored from __doc__
        """
        GetImageInUseSize(self) -> (int, int)
        C++: virtual int *GetImageInUseSize()
        """
        pass

    def GetImageOrigin(self): # real signature unknown; restored from __doc__
        """
        GetImageOrigin(self) -> (int, int)
        C++: virtual int *GetImageOrigin()
        """
        pass

    def GetImageSampleDistance(self): # real signature unknown; restored from __doc__
        """
        GetImageSampleDistance(self) -> float
        C++: virtual float GetImageSampleDistance()
        """
        return 0.0

    def GetImageSampleDistanceMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetImageSampleDistanceMaxValue(self) -> float
        C++: virtual float GetImageSampleDistanceMaxValue()
        """
        return 0.0

    def GetImageSampleDistanceMinValue(self): # real signature unknown; restored from __doc__
        """
        GetImageSampleDistanceMinValue(self) -> float
        C++: virtual float GetImageSampleDistanceMinValue()
        """
        return 0.0

    def GetImageViewportSize(self): # real signature unknown; restored from __doc__
        """
        GetImageViewportSize(self) -> (int, int)
        C++: virtual int *GetImageViewportSize()
        """
        pass

    def GetIntermixIntersectingGeometry(self): # real signature unknown; restored from __doc__
        """
        GetIntermixIntersectingGeometry(self) -> int
        C++: virtual vtkTypeBool GetIntermixIntersectingGeometry()
        """
        return 0

    def GetIntermixIntersectingGeometryMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetIntermixIntersectingGeometryMaxValue(self) -> int
        C++: virtual vtkTypeBool GetIntermixIntersectingGeometryMaxValue()
        """
        return 0

    def GetIntermixIntersectingGeometryMinValue(self): # real signature unknown; restored from __doc__
        """
        GetIntermixIntersectingGeometryMinValue(self) -> int
        C++: virtual vtkTypeBool GetIntermixIntersectingGeometryMinValue()
        """
        return 0

    def GetMaximumImageSampleDistance(self): # real signature unknown; restored from __doc__
        """
        GetMaximumImageSampleDistance(self) -> float
        C++: virtual float GetMaximumImageSampleDistance()
        """
        return 0.0

    def GetMaximumImageSampleDistanceMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumImageSampleDistanceMaxValue(self) -> float
        C++: virtual float GetMaximumImageSampleDistanceMaxValue()
        """
        return 0.0

    def GetMaximumImageSampleDistanceMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumImageSampleDistanceMinValue(self) -> float
        C++: virtual float GetMaximumImageSampleDistanceMinValue()
        """
        return 0.0

    def GetMinimumImageSampleDistance(self): # real signature unknown; restored from __doc__
        """
        GetMinimumImageSampleDistance(self) -> float
        C++: virtual float GetMinimumImageSampleDistance()
        """
        return 0.0

    def GetMinimumImageSampleDistanceMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMinimumImageSampleDistanceMaxValue(self) -> float
        C++: virtual float GetMinimumImageSampleDistanceMaxValue()
        """
        return 0.0

    def GetMinimumImageSampleDistanceMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMinimumImageSampleDistanceMinValue(self) -> float
        C++: virtual float GetMinimumImageSampleDistanceMinValue()
        """
        return 0.0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfThreads(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfThreads(self) -> int
        C++: virtual int GetNumberOfThreads()
        """
        return 0

    def GetRayCastFunction(self): # real signature unknown; restored from __doc__
        """
        GetRayCastFunction(self)
            -> vtkUnstructuredGridVolumeRayCastFunction
        C++: virtual vtkUnstructuredGridVolumeRayCastFunction *GetRayCastFunction(
            )
        """
        return vtkUnstructuredGridVolumeRayCastFunction

    def GetRayIntegrator(self): # real signature unknown; restored from __doc__
        """
        GetRayIntegrator(self) -> vtkUnstructuredGridVolumeRayIntegrator
        C++: virtual vtkUnstructuredGridVolumeRayIntegrator *GetRayIntegrator(
            )
        """
        return vtkUnstructuredGridVolumeRayIntegrator

    def IntermixIntersectingGeometryOff(self): # real signature unknown; restored from __doc__
        """
        IntermixIntersectingGeometryOff(self) -> None
        C++: virtual void IntermixIntersectingGeometryOff()
        """
        pass

    def IntermixIntersectingGeometryOn(self): # real signature unknown; restored from __doc__
        """
        IntermixIntersectingGeometryOn(self) -> None
        C++: virtual void IntermixIntersectingGeometryOn()
        """
        pass

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkUnstructuredGridVolumeRayCastMapper
        C++: vtkUnstructuredGridVolumeRayCastMapper *NewInstance()
        """
        return vtkUnstructuredGridVolumeRayCastMapper

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release
        any graphics resources that are being consumed by this mapper.
        The parameter window could be used to determine which graphic
        resources to release.
        """
        pass

    def Render(self, __a, __b): # real signature unknown; restored from __doc__
        """
        Render(self, __a:vtkRenderer, __b:vtkVolume) -> None
        C++: void Render(vtkRenderer *, vtkVolume *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE
        Initialize rendering for this volume.
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase)
            -> vtkUnstructuredGridVolumeRayCastMapper
        C++: static vtkUnstructuredGridVolumeRayCastMapper *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkUnstructuredGridVolumeRayCastMapper

    def SetAutoAdjustSampleDistances(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAutoAdjustSampleDistances(self, _arg:int) -> None
        C++: virtual void SetAutoAdjustSampleDistances(vtkTypeBool _arg)
        
        If AutoAdjustSampleDistances is on, the ImageSampleDistance will
        be varied to achieve the allocated render time of this prop
        (controlled by the desired update rate and any culling in use).
        """
        pass

    def SetImageSampleDistance(self, _arg): # real signature unknown; restored from __doc__
        """
        SetImageSampleDistance(self, _arg:float) -> None
        C++: virtual void SetImageSampleDistance(float _arg)
        
        Sampling distance in the XY image dimensions. Default value of 1
        meaning 1 ray cast per pixel. If set to 0.5, 4 rays will be cast
        per pixel. If set to 2.0, 1 ray will be cast for every 4 (2 by 2)
        pixels.
        """
        pass

    def SetIntermixIntersectingGeometry(self, _arg): # real signature unknown; restored from __doc__
        """
        SetIntermixIntersectingGeometry(self, _arg:int) -> None
        C++: virtual void SetIntermixIntersectingGeometry(
            vtkTypeBool _arg)
        
        If IntermixIntersectingGeometry is turned on, the zbuffer will be
        captured and used to limit the traversal of the rays.
        """
        pass

    def SetMaximumImageSampleDistance(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumImageSampleDistance(self, _arg:float) -> None
        C++: virtual void SetMaximumImageSampleDistance(float _arg)
        
        This is the maximum image sample distance allow when the image
        sample distance is being automatically adjusted
        """
        pass

    def SetMinimumImageSampleDistance(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinimumImageSampleDistance(self, _arg:float) -> None
        C++: virtual void SetMinimumImageSampleDistance(float _arg)
        
        This is the minimum image sample distance allow when the image
        sample distance is being automatically adjusted
        """
        pass

    def SetNumberOfThreads(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfThreads(self, _arg:int) -> None
        C++: virtual void SetNumberOfThreads(int _arg)
        
        Set/Get the number of threads to use. This by default is equal to
        the number of available processors detected.
        """
        pass

    def SetRayCastFunction(self, f): # real signature unknown; restored from __doc__
        """
        SetRayCastFunction(self,
            f:vtkUnstructuredGridVolumeRayCastFunction) -> None
        C++: virtual void SetRayCastFunction(
            vtkUnstructuredGridVolumeRayCastFunction *f)
        
        Set/Get the helper class for casting rays.
        """
        pass

    def SetRayIntegrator(self, ri): # real signature unknown; restored from __doc__
        """
        SetRayIntegrator(self, ri:vtkUnstructuredGridVolumeRayIntegrator)
            -> None
        C++: virtual void SetRayIntegrator(
            vtkUnstructuredGridVolumeRayIntegrator *ri)
        
        Set/Get the helper class for integrating rays.  If set to NULL, a
        default integrator will be assigned.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkUnstructuredGridVolumeRayCastMapper', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetImageSampleDistance': <method 'SetImageSampleDistance' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetImageSampleDistanceMinValue': <method 'GetImageSampleDistanceMinValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetImageSampleDistanceMaxValue': <method 'GetImageSampleDistanceMaxValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetImageSampleDistance': <method 'GetImageSampleDistance' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetMinimumImageSampleDistance': <method 'SetMinimumImageSampleDistance' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetMinimumImageSampleDistanceMinValue': <method 'GetMinimumImageSampleDistanceMinValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetMinimumImageSampleDistanceMaxValue': <method 'GetMinimumImageSampleDistanceMaxValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetMinimumImageSampleDistance': <method 'GetMinimumImageSampleDistance' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetMaximumImageSampleDistance': <method 'SetMaximumImageSampleDistance' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetMaximumImageSampleDistanceMinValue': <method 'GetMaximumImageSampleDistanceMinValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetMaximumImageSampleDistanceMaxValue': <method 'GetMaximumImageSampleDistanceMaxValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetMaximumImageSampleDistance': <method 'GetMaximumImageSampleDistance' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetAutoAdjustSampleDistances': <method 'SetAutoAdjustSampleDistances' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetAutoAdjustSampleDistancesMinValue': <method 'GetAutoAdjustSampleDistancesMinValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetAutoAdjustSampleDistancesMaxValue': <method 'GetAutoAdjustSampleDistancesMaxValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetAutoAdjustSampleDistances': <method 'GetAutoAdjustSampleDistances' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'AutoAdjustSampleDistancesOn': <method 'AutoAdjustSampleDistancesOn' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'AutoAdjustSampleDistancesOff': <method 'AutoAdjustSampleDistancesOff' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetNumberOfThreads': <method 'SetNumberOfThreads' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetNumberOfThreads': <method 'GetNumberOfThreads' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetIntermixIntersectingGeometry': <method 'SetIntermixIntersectingGeometry' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetIntermixIntersectingGeometryMinValue': <method 'GetIntermixIntersectingGeometryMinValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetIntermixIntersectingGeometryMaxValue': <method 'GetIntermixIntersectingGeometryMaxValue' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetIntermixIntersectingGeometry': <method 'GetIntermixIntersectingGeometry' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'IntermixIntersectingGeometryOn': <method 'IntermixIntersectingGeometryOn' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'IntermixIntersectingGeometryOff': <method 'IntermixIntersectingGeometryOff' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetRayCastFunction': <method 'SetRayCastFunction' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetRayCastFunction': <method 'GetRayCastFunction' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'SetRayIntegrator': <method 'SetRayIntegrator' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetRayIntegrator': <method 'GetRayIntegrator' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'Render': <method 'Render' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetImageInUseSize': <method 'GetImageInUseSize' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetImageOrigin': <method 'GetImageOrigin' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'GetImageViewportSize': <method 'GetImageViewportSize' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, 'CastRays': <method 'CastRays' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF8393B7F80>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingVolume.vtkUnstructuredGridVolumeRayCastMapper' objects>, '__doc__': 'vtkUnstructuredGridVolumeRayCastMapper - A software mapper for\\nunstructured volumes\\n\\nSuperclass: vtkUnstructuredGridVolumeMapper\\n\\nThis is a software ray caster for rendering volumes in\\nvtkUnstructuredGrid.\\n\\n@sa\\nvtkVolumeMapper\\n\\n'})"
    __vtkname__ = 'vtkUnstructuredGridVolumeRayCastMapper'


