# 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 vtkVolumeOutlineSource(__vtkmodules_vtkCommonExecutionModel.vtkPolyDataAlgorithm):
    """
    vtkVolumeOutlineSource - outline of volume cropping region
    
    Superclass: vtkPolyDataAlgorithm
    
    vtkVolumeOutlineSource generates a wireframe outline that corresponds
    to the cropping region of a vtkVolumeMapper.  It requires a
    vtkVolumeMapper as input.  The GenerateFaces option turns on the
    solid faces of the outline, and the GenerateScalars option generates
    color scalars.  When GenerateScalars is on, it is possible to set an
    "ActivePlaneId" value in the range [0..6] to highlight one of the six
    cropping planes.@par Thanks: Thanks to David Gobbi for contributing
    this class to VTK.
    """
    def GenerateFacesOff(self): # real signature unknown; restored from __doc__
        """
        GenerateFacesOff(self) -> None
        C++: virtual void GenerateFacesOff()
        """
        pass

    def GenerateFacesOn(self): # real signature unknown; restored from __doc__
        """
        GenerateFacesOn(self) -> None
        C++: virtual void GenerateFacesOn()
        """
        pass

    def GenerateOutlineOff(self): # real signature unknown; restored from __doc__
        """
        GenerateOutlineOff(self) -> None
        C++: virtual void GenerateOutlineOff()
        """
        pass

    def GenerateOutlineOn(self): # real signature unknown; restored from __doc__
        """
        GenerateOutlineOn(self) -> None
        C++: virtual void GenerateOutlineOn()
        """
        pass

    def GenerateScalarsOff(self): # real signature unknown; restored from __doc__
        """
        GenerateScalarsOff(self) -> None
        C++: virtual void GenerateScalarsOff()
        """
        pass

    def GenerateScalarsOn(self): # real signature unknown; restored from __doc__
        """
        GenerateScalarsOn(self) -> None
        C++: virtual void GenerateScalarsOn()
        """
        pass

    def GetActivePlaneColor(self): # real signature unknown; restored from __doc__
        """
        GetActivePlaneColor(self) -> (float, float, float)
        C++: virtual double *GetActivePlaneColor()
        """
        pass

    def GetActivePlaneId(self): # real signature unknown; restored from __doc__
        """
        GetActivePlaneId(self) -> int
        C++: virtual int GetActivePlaneId()
        """
        return 0

    def GetColor(self): # real signature unknown; restored from __doc__
        """
        GetColor(self) -> (float, float, float)
        C++: virtual double *GetColor()
        """
        pass

    def GetGenerateFaces(self): # real signature unknown; restored from __doc__
        """
        GetGenerateFaces(self) -> int
        C++: virtual vtkTypeBool GetGenerateFaces()
        """
        return 0

    def GetGenerateOutline(self): # real signature unknown; restored from __doc__
        """
        GetGenerateOutline(self) -> int
        C++: virtual vtkTypeBool GetGenerateOutline()
        """
        return 0

    def GetGenerateScalars(self): # real signature unknown; restored from __doc__
        """
        GetGenerateScalars(self) -> int
        C++: virtual vtkTypeBool GetGenerateScalars()
        """
        return 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 GetVolumeMapper(self): # real signature unknown; restored from __doc__
        """
        GetVolumeMapper(self) -> vtkVolumeMapper
        C++: vtkVolumeMapper *GetVolumeMapper()
        """
        return vtkVolumeMapper

    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) -> vtkVolumeOutlineSource
        C++: vtkVolumeOutlineSource *NewInstance()
        """
        return vtkVolumeOutlineSource

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkVolumeOutlineSource
        C++: static vtkVolumeOutlineSource *SafeDownCast(vtkObjectBase *o)
        """
        return vtkVolumeOutlineSource

    def SetActivePlaneColor(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetActivePlaneColor(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetActivePlaneColor(double _arg1, double _arg2,
            double _arg3)
        SetActivePlaneColor(self, _arg:(float, float, float)) -> None
        C++: virtual void SetActivePlaneColor(const double _arg[3])
        
        Set the color of the active cropping plane.  This has no effect
        unless GenerateScalars is On and ActivePlaneId is non-negative. 
        The default color is yellow.
        """
        pass

    def SetActivePlaneId(self, _arg): # real signature unknown; restored from __doc__
        """
        SetActivePlaneId(self, _arg:int) -> None
        C++: virtual void SetActivePlaneId(int _arg)
        
        Set the active plane, e.g. to display which plane is currently
        being modified by an interaction.  Set this to -1 if there is no
        active plane. The default value is -1.
        """
        pass

    def SetColor(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetColor(self, _arg1:float, _arg2:float, _arg3:float) -> None
        C++: virtual void SetColor(double _arg1, double _arg2,
            double _arg3)
        SetColor(self, _arg:(float, float, float)) -> None
        C++: virtual void SetColor(const double _arg[3])
        
        Set the color of the outline.  This has no effect unless
        GenerateScalars is On.  The default color is red.
        """
        pass

    def SetGenerateFaces(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGenerateFaces(self, _arg:int) -> None
        C++: virtual void SetGenerateFaces(vtkTypeBool _arg)
        
        Set whether to generate polygonal faces for the output.  By
        default, only lines are generated.  The faces will form a closed,
        watertight surface.
        """
        pass

    def SetGenerateOutline(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGenerateOutline(self, _arg:int) -> None
        C++: virtual void SetGenerateOutline(vtkTypeBool _arg)
        
        Set whether to generate an outline wherever an input face was cut
        by a plane.  This is on by default.
        """
        pass

    def SetGenerateScalars(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGenerateScalars(self, _arg:int) -> None
        C++: virtual void SetGenerateScalars(vtkTypeBool _arg)
        
        Set whether to generate color scalars for the output.  By
        default, the output has no scalars and the color must be set in
        the property of the actor.
        """
        pass

    def SetVolumeMapper(self, mapper): # real signature unknown; restored from __doc__
        """
        SetVolumeMapper(self, mapper:vtkVolumeMapper) -> None
        C++: virtual void SetVolumeMapper(vtkVolumeMapper *mapper)
        
        Set the mapper that has the cropping region that the outline will
        be generated for.  The mapper must have an input, because the
        bounds of the data must be computed in order to generate the
        outline.
        """
        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__\': \'vtkVolumeOutlineSource\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SetVolumeMapper\': <method \'SetVolumeMapper\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetVolumeMapper\': <method \'GetVolumeMapper\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SetGenerateScalars\': <method \'SetGenerateScalars\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GenerateScalarsOn\': <method \'GenerateScalarsOn\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GenerateScalarsOff\': <method \'GenerateScalarsOff\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetGenerateScalars\': <method \'GetGenerateScalars\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SetGenerateOutline\': <method \'SetGenerateOutline\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GenerateOutlineOn\': <method \'GenerateOutlineOn\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GenerateOutlineOff\': <method \'GenerateOutlineOff\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetGenerateOutline\': <method \'GetGenerateOutline\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SetGenerateFaces\': <method \'SetGenerateFaces\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GenerateFacesOn\': <method \'GenerateFacesOn\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GenerateFacesOff\': <method \'GenerateFacesOff\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetGenerateFaces\': <method \'GetGenerateFaces\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SetColor\': <method \'SetColor\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetColor\': <method \'GetColor\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SetActivePlaneId\': <method \'SetActivePlaneId\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetActivePlaneId\': <method \'GetActivePlaneId\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'SetActivePlaneColor\': <method \'SetActivePlaneColor\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'GetActivePlaneColor\': <method \'GetActivePlaneColor\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF8393B9740>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingVolume.vtkVolumeOutlineSource\' objects>, \'__doc__\': \'vtkVolumeOutlineSource - outline of volume cropping region\\n\\nSuperclass: vtkPolyDataAlgorithm\\n\\nvtkVolumeOutlineSource generates a wireframe outline that corresponds\\nto the cropping region of a vtkVolumeMapper.  It requires a\\nvtkVolumeMapper as input.  The GenerateFaces option turns on the\\nsolid faces of the outline, and the GenerateScalars option generates\\ncolor scalars.  When GenerateScalars is on, it is possible to set an\\n"ActivePlaneId" value in the range [0..6] to highlight one of the six\\ncropping planes.@par Thanks: Thanks to David Gobbi for contributing\\nthis class to VTK.\\n\\n\'})'
    __vtkname__ = 'vtkVolumeOutlineSource'


