# 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


class vtkRayCastImageDisplayHelper(__vtkmodules_vtkCommonCore.vtkObject):
    """
    vtkRayCastImageDisplayHelper - helper class that draws the image to
    the screen
    
    Superclass: vtkObject
    
    This is a helper class for drawing images created from ray casting on
    the screen. This is the abstract device-independent superclass.
    
    @sa
    vtkUnstructuredGridVolumeRayCastMapper
    vtkOpenGLRayCastImageDisplayHelper
    """
    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 GetPixelScale(self): # real signature unknown; restored from __doc__
        """
        GetPixelScale(self) -> float
        C++: virtual float GetPixelScale()
        """
        return 0.0

    def GetPreMultipliedColors(self): # real signature unknown; restored from __doc__
        """
        GetPreMultipliedColors(self) -> int
        C++: virtual vtkTypeBool GetPreMultipliedColors()
        """
        return 0

    def GetPreMultipliedColorsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetPreMultipliedColorsMaxValue(self) -> int
        C++: virtual vtkTypeBool GetPreMultipliedColorsMaxValue()
        """
        return 0

    def GetPreMultipliedColorsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetPreMultipliedColorsMinValue(self) -> int
        C++: virtual vtkTypeBool GetPreMultipliedColorsMinValue()
        """
        return 0

    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) -> vtkRayCastImageDisplayHelper
        C++: vtkRayCastImageDisplayHelper *NewInstance()
        """
        return vtkRayCastImageDisplayHelper

    def PreMultipliedColorsOff(self): # real signature unknown; restored from __doc__
        """
        PreMultipliedColorsOff(self) -> None
        C++: virtual void PreMultipliedColorsOff()
        """
        pass

    def PreMultipliedColorsOn(self): # real signature unknown; restored from __doc__
        """
        PreMultipliedColorsOn(self) -> None
        C++: virtual void PreMultipliedColorsOn()
        """
        pass

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: virtual void ReleaseGraphicsResources(vtkWindow *)
        
        Derived class should implement this if needed
        """
        pass

    def RenderTexture(self, vol, ren, imageMemorySize, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        RenderTexture(self, vol:vtkVolume, ren:vtkRenderer,
            imageMemorySize:[int, int], imageViewportSize:[int, int],
            imageInUseSize:[int, int], imageOrigin:[int, int],
            requestedDepth:float, image:[int, ...]) -> None
        C++: virtual void RenderTexture(vtkVolume *vol, vtkRenderer *ren,
            int imageMemorySize[2], int imageViewportSize[2],
            int imageInUseSize[2], int imageOrigin[2],
            float requestedDepth, unsigned char *image)
        RenderTexture(self, vol:vtkVolume, ren:vtkRenderer,
            imageMemorySize:[int, int], imageViewportSize:[int, int],
            imageInUseSize:[int, int], imageOrigin:[int, int],
            requestedDepth:float, image:[int, ...]) -> None
        C++: virtual void RenderTexture(vtkVolume *vol, vtkRenderer *ren,
            int imageMemorySize[2], int imageViewportSize[2],
            int imageInUseSize[2], int imageOrigin[2],
            float requestedDepth, unsigned short *image)
        RenderTexture(self, vol:vtkVolume, ren:vtkRenderer,
            image:vtkFixedPointRayCastImage, requestedDepth:float) -> None
        C++: virtual void RenderTexture(vtkVolume *vol, vtkRenderer *ren,
            vtkFixedPointRayCastImage *image, float requestedDepth)
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkRayCastImageDisplayHelper
        C++: static vtkRayCastImageDisplayHelper *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkRayCastImageDisplayHelper

    def SetPixelScale(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPixelScale(self, _arg:float) -> None
        C++: virtual void SetPixelScale(float _arg)
        
        Set / Get the pixel scale to be applied to the image before
        display. Can be set to scale the incoming pixel values - for
        example the fixed point mapper uses the unsigned short API but
        with 15 bit values so needs a scale of 2.0.
        """
        pass

    def SetPreMultipliedColors(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPreMultipliedColors(self, _arg:int) -> None
        C++: virtual void SetPreMultipliedColors(vtkTypeBool _arg)
        """
        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__': 'vtkRayCastImageDisplayHelper', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'RenderTexture': <method 'RenderTexture' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'SetPreMultipliedColors': <method 'SetPreMultipliedColors' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'GetPreMultipliedColorsMinValue': <method 'GetPreMultipliedColorsMinValue' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'GetPreMultipliedColorsMaxValue': <method 'GetPreMultipliedColorsMaxValue' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'GetPreMultipliedColors': <method 'GetPreMultipliedColors' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'PreMultipliedColorsOn': <method 'PreMultipliedColorsOn' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'PreMultipliedColorsOff': <method 'PreMultipliedColorsOff' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'SetPixelScale': <method 'SetPixelScale' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'GetPixelScale': <method 'GetPixelScale' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF8393B5530>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingVolume.vtkRayCastImageDisplayHelper' objects>, '__doc__': 'vtkRayCastImageDisplayHelper - helper class that draws the image to\\nthe screen\\n\\nSuperclass: vtkObject\\n\\nThis is a helper class for drawing images created from ray casting on\\nthe screen. This is the abstract device-independent superclass.\\n\\n@sa\\nvtkUnstructuredGridVolumeRayCastMapper\\nvtkOpenGLRayCastImageDisplayHelper\\n\\n'})"
    __vtkname__ = 'vtkRayCastImageDisplayHelper'


