# encoding: utf-8
# module vtkmodules.vtkInteractionWidgets
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkInteractionWidgets.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.vtkFiltersSources as __vtkmodules_vtkFiltersSources
import vtkmodules.vtkRenderingContext2D as __vtkmodules_vtkRenderingContext2D
import vtkmodules.vtkRenderingCore as __vtkmodules_vtkRenderingCore


from .vtkAbstractWidget import vtkAbstractWidget

class vtkCameraOrientationWidget(vtkAbstractWidget):
    """
    vtkCameraOrientationWidget - A widget to manipulate
    vtkCameraOrientationWidget.
    
    Superclass: vtkAbstractWidget
    
    This 3D widget creates and manages its own
    vtkCameraOrientationRepresentation. To use this widget, make sure you
    call SetParentRenderer() and enable the widget. The
    jump-to-axis-viewpoint feature is animated over 20 frames. See
    SetAnimatorTotalFrames() Turn off animation with AnimateOff()
    
    @par Event Bindings: By default, the widget responds to the following
    VTK events (i.e., it watches the vtkRenderWindowInteractor for these
    events):
    
    LeftButtonPressEvent - select the appropriate handle
    LeftButtonReleaseEvent - release the currently selected handle If one
    of the six handles are selected:
      MouseMoveEvent - rotate (if left button) , else set hover
    representation for nearest handle.  These input events are not
    forwarded to any other observers. This widget eats up mouse events.
    (AbortFlagOn).
    
    @par Event Bindings: Note that the event bindings described above can
    be changed using this class's vtkWidgetEventTranslator, which
    translates VTK events into the vtkCameraOrientationWidget's widget
    events:
    
    
      vtkWidgetEvent::Select -- some part of the widget has been selected
      vtkWidgetEvent::EndSelect -- the selection process has completed
      vtkWidgetEvent::Move -- a request for motion has been invoked 
    
    @par Event Bindings: This class, and the affiliated
    vtkCameraOrientationRepresentation, are second generation VTK
    widgets.
    
    @sa
    vtkCameraOrientationRepresentation
    """
    def AnimateOff(self): # real signature unknown; restored from __doc__
        """
        AnimateOff(self) -> None
        C++: virtual void AnimateOff()
        """
        pass

    def AnimateOn(self): # real signature unknown; restored from __doc__
        """
        AnimateOn(self) -> None
        C++: virtual void AnimateOn()
        """
        pass

    def CreateDefaultRepresentation(self): # real signature unknown; restored from __doc__
        """
        CreateDefaultRepresentation(self) -> None
        C++: void CreateDefaultRepresentation() override;
        
        Create a vtkCameraOrientationRepresentation.
        """
        pass

    def GetAnimate(self): # real signature unknown; restored from __doc__
        """
        GetAnimate(self) -> bool
        C++: virtual bool GetAnimate()
        """
        return False

    def GetAnimatorTotalFrames(self): # real signature unknown; restored from __doc__
        """
        GetAnimatorTotalFrames(self) -> int
        C++: virtual int GetAnimatorTotalFrames()
        """
        return 0

    def GetAnimatorTotalFramesMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetAnimatorTotalFramesMaxValue(self) -> int
        C++: virtual int GetAnimatorTotalFramesMaxValue()
        """
        return 0

    def GetAnimatorTotalFramesMinValue(self): # real signature unknown; restored from __doc__
        """
        GetAnimatorTotalFramesMinValue(self) -> int
        C++: virtual int GetAnimatorTotalFramesMinValue()
        """
        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 GetParentRenderer(self): # real signature unknown; restored from __doc__
        """
        GetParentRenderer(self) -> vtkRenderer
        C++: vtkRenderer *GetParentRenderer()
        """
        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) -> vtkCameraOrientationWidget
        C++: vtkCameraOrientationWidget *NewInstance()
        """
        return vtkCameraOrientationWidget

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCameraOrientationWidget
        C++: static vtkCameraOrientationWidget *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkCameraOrientationWidget

    def SetAnimate(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAnimate(self, _arg:bool) -> None
        C++: virtual void SetAnimate(bool _arg)
        
        Enable jump-to-axis-view animation. See AnimatorTotalFrames.
        """
        pass

    def SetAnimatorTotalFrames(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAnimatorTotalFrames(self, _arg:int) -> None
        C++: virtual void SetAnimatorTotalFrames(int _arg)
        
        Length of animation. (in frames)
        """
        pass

    def SetParentRenderer(self, renderer): # real signature unknown; restored from __doc__
        """
        SetParentRenderer(self, renderer:vtkRenderer) -> None
        C++: void SetParentRenderer(vtkRenderer *renderer)
        
        This widget shows and manipulates the orientation of the parent
        renderer's active camera.
        
        Note: The renderer must be part of a render window for the widget
        to appear.
        """
        pass

    def SquareResize(self): # real signature unknown; restored from __doc__
        """
        SquareResize(self) -> None
        C++: void SquareResize()
        
        Fits the widget's renderer to a square viewport.
        """
        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__\': \'vtkCameraOrientationWidget\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'SetAnimate\': <method \'SetAnimate\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'GetAnimate\': <method \'GetAnimate\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'AnimateOn\': <method \'AnimateOn\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'AnimateOff\': <method \'AnimateOff\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'SetAnimatorTotalFrames\': <method \'SetAnimatorTotalFrames\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'GetAnimatorTotalFramesMinValue\': <method \'GetAnimatorTotalFramesMinValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'GetAnimatorTotalFramesMaxValue\': <method \'GetAnimatorTotalFramesMaxValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'GetAnimatorTotalFrames\': <method \'GetAnimatorTotalFrames\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'CreateDefaultRepresentation\': <method \'CreateDefaultRepresentation\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'SquareResize\': <method \'SquareResize\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'SetParentRenderer\': <method \'SetParentRenderer\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'GetParentRenderer\': <method \'GetParentRenderer\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF81D63CA60>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationWidget\' objects>, \'__doc__\': "vtkCameraOrientationWidget - A widget to manipulate\\nvtkCameraOrientationWidget.\\n\\nSuperclass: vtkAbstractWidget\\n\\nThis 3D widget creates and manages its own\\nvtkCameraOrientationRepresentation. To use this widget, make sure you\\ncall SetParentRenderer() and enable the widget. The\\njump-to-axis-viewpoint feature is animated over 20 frames. See\\nSetAnimatorTotalFrames() Turn off animation with AnimateOff()\\n\\n@par Event Bindings: By default, the widget responds to the following\\nVTK events (i.e., it watches the vtkRenderWindowInteractor for these\\nevents):\\n\\nLeftButtonPressEvent - select the appropriate handle\\nLeftButtonReleaseEvent - release the currently selected handle If one\\nof the six handles are selected:\\n  MouseMoveEvent - rotate (if left button) , else set hover\\nrepresentation for nearest handle.  These input events are not\\nforwarded to any other observers. This widget eats up mouse events.\\n(AbortFlagOn).\\n\\n@par Event Bindings: Note that the event bindings described above can\\nbe changed using this class\'s vtkWidgetEventTranslator, which\\ntranslates VTK events into the vtkCameraOrientationWidget\'s widget\\nevents:\\n\\n\\n  vtkWidgetEvent::Select -- some part of the widget has been selected\\n  vtkWidgetEvent::EndSelect -- the selection process has completed\\n  vtkWidgetEvent::Move -- a request for motion has been invoked \\n\\n@par Event Bindings: This class, and the affiliated\\nvtkCameraOrientationRepresentation, are second generation VTK\\nwidgets.\\n\\n@sa\\nvtkCameraOrientationRepresentation\\n\\n"})'
    __vtkname__ = 'vtkCameraOrientationWidget'


