# 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 .vtkWidgetRepresentation import vtkWidgetRepresentation

class vtkCameraOrientationRepresentation(vtkWidgetRepresentation):
    """
    vtkCameraOrientationRepresentation - A 3D representation for
    vtkCameraOrientationWidget.
    
    Superclass: vtkWidgetRepresentation
    
    Hover over the representation and drag with LMB to orbit around the
    view. Clicking on one of the axis labels will snap to that view.
    Click again on the same axis to switch to the opposite view of that
    same axis.
    
    The representation anchors itself to a corner of the renderer's
    viewport. See AnchorType.
    
    @sa
    vtkCameraOrientationWidget
    """
    def AnchorToLowerLeft(self): # real signature unknown; restored from __doc__
        """
        AnchorToLowerLeft(self) -> None
        C++: void AnchorToLowerLeft()
        """
        pass

    def AnchorToLowerRight(self): # real signature unknown; restored from __doc__
        """
        AnchorToLowerRight(self) -> None
        C++: void AnchorToLowerRight()
        """
        pass

    def AnchorToUpperLeft(self): # real signature unknown; restored from __doc__
        """
        AnchorToUpperLeft(self) -> None
        C++: void AnchorToUpperLeft()
        """
        pass

    def AnchorToUpperRight(self): # real signature unknown; restored from __doc__
        """
        AnchorToUpperRight(self) -> None
        C++: void AnchorToUpperRight()
        """
        pass

    def ApplyInteractionState(self, state): # real signature unknown; restored from __doc__
        """
        ApplyInteractionState(self, state:InteractionStateType) -> None
        C++: void ApplyInteractionState(const InteractionStateType &state)
        ApplyInteractionState(self, state:int) -> None
        C++: void ApplyInteractionState(const int &state)
        
        The interaction state may be set from a widget (e.g.,
        vtkCameraOrientationWidget) or other object. This call updates
        the representation to match the interaction state.
        """
        pass

    def BuildRepresentation(self): # real signature unknown; restored from __doc__
        """
        BuildRepresentation(self) -> None
        C++: void BuildRepresentation() override;
        """
        pass

    def ComputeInteractionState(self, X, Y, modify=0): # real signature unknown; restored from __doc__
        """
        ComputeInteractionState(self, X:int, Y:int, modify:int=0) -> int
        C++: int ComputeInteractionState(int X, int Y, int modify=0)
            override;
        """
        return 0

    def ContainerVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ContainerVisibilityOff(self) -> None
        C++: virtual void ContainerVisibilityOff()
        """
        pass

    def ContainerVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ContainerVisibilityOn(self) -> None
        C++: virtual void ContainerVisibilityOn()
        """
        pass

    def EndWidgetInteraction(self, newEventPos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        EndWidgetInteraction(self, newEventPos:[float, float]) -> None
        C++: void EndWidgetInteraction(double newEventPos[2]) override;
        """
        pass

    def GetActors(self, __a): # real signature unknown; restored from __doc__
        """
        GetActors(self, __a:vtkPropCollection) -> None
        C++: void GetActors(vtkPropCollection *) override;
        
        For some exporters and other other operations we must be able to
        collect all the actors or volumes. These methods are used in that
        process.
        """
        pass

    def GetAnchorPosition(self): # real signature unknown; restored from __doc__
        """
        GetAnchorPosition(self) -> AnchorType
        C++: AnchorType GetAnchorPosition()
        
        Get/Set the widget anchor type
        """
        pass

    def GetAzimuth(self): # real signature unknown; restored from __doc__
        """
        GetAzimuth(self) -> float
        C++: virtual double GetAzimuth()
        
        Orientation properties. (read only)
        """
        return 0.0

    def GetBack(self): # real signature unknown; restored from __doc__
        """
        GetBack(self) -> (float, float, float)
        C++: virtual double *GetBack()
        """
        pass

    def GetBounds(self): # real signature unknown; restored from __doc__
        """
        GetBounds(self) -> (float, float, float, float, float, float)
        C++: double *GetBounds() override;
        
        Methods to make this class behave as a vtkProp. They are repeated
        here (from the vtkProp superclass) as a reminder to the widget
        implementor. Failure to implement these methods properly may
        result in the representation not appearing in the scene (i.e.,
        not implementing the Render() methods properly) or leaking
        graphics resources (i.e., not implementing
        ReleaseGraphicsResources() properly).
        """
        pass

    def GetContainerCircumferentialResolution(self): # real signature unknown; restored from __doc__
        """
        GetContainerCircumferentialResolution(self) -> int
        C++: virtual int GetContainerCircumferentialResolution()
        """
        return 0

    def GetContainerCircumferentialResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetContainerCircumferentialResolutionMaxValue(self) -> int
        C++: virtual int GetContainerCircumferentialResolutionMaxValue()
        """
        return 0

    def GetContainerCircumferentialResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetContainerCircumferentialResolutionMinValue(self) -> int
        C++: virtual int GetContainerCircumferentialResolutionMinValue()
        """
        return 0

    def GetContainerProperty(self): # real signature unknown; restored from __doc__
        """
        GetContainerProperty(self) -> vtkProperty
        C++: vtkProperty *GetContainerProperty()
        
        Get the container property.
        """
        pass

    def GetContainerRadialResolution(self): # real signature unknown; restored from __doc__
        """
        GetContainerRadialResolution(self) -> int
        C++: virtual int GetContainerRadialResolution()
        """
        return 0

    def GetContainerRadialResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetContainerRadialResolutionMaxValue(self) -> int
        C++: virtual int GetContainerRadialResolutionMaxValue()
        """
        return 0

    def GetContainerRadialResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetContainerRadialResolutionMinValue(self) -> int
        C++: virtual int GetContainerRadialResolutionMinValue()
        """
        return 0

    def GetContainerVisibility(self): # real signature unknown; restored from __doc__
        """
        GetContainerVisibility(self) -> bool
        C++: bool GetContainerVisibility()
        """
        return False

    def GetElevation(self): # real signature unknown; restored from __doc__
        """
        GetElevation(self) -> float
        C++: virtual double GetElevation()
        """
        return 0.0

    def GetHandleCircumferentialResolution(self): # real signature unknown; restored from __doc__
        """
        GetHandleCircumferentialResolution(self) -> int
        C++: virtual int GetHandleCircumferentialResolution()
        """
        return 0

    def GetHandleCircumferentialResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetHandleCircumferentialResolutionMaxValue(self) -> int
        C++: virtual int GetHandleCircumferentialResolutionMaxValue()
        """
        return 0

    def GetHandleCircumferentialResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetHandleCircumferentialResolutionMinValue(self) -> int
        C++: virtual int GetHandleCircumferentialResolutionMinValue()
        """
        return 0

    def GetInteractionStateAsEnum(self): # real signature unknown; restored from __doc__
        """
        GetInteractionStateAsEnum(self) -> InteractionStateType
        C++: InteractionStateType GetInteractionStateAsEnum() noexcept;
        
        Convenient method to get InteractionState as enum. This method
        clamps the interaction state to possible values. Hence, it does
        not raise any exceptions.
        """
        pass

    def GetNormalizedHandleDia(self): # real signature unknown; restored from __doc__
        """
        GetNormalizedHandleDia(self) -> float
        C++: virtual double GetNormalizedHandleDia()
        """
        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 GetPadding(self): # real signature unknown; restored from __doc__
        """
        GetPadding(self) -> (int, int)
        C++: virtual int *GetPadding()
        """
        pass

    def GetPickedAxis(self): # real signature unknown; restored from __doc__
        """
        GetPickedAxis(self) -> int
        C++: virtual int GetPickedAxis()
        
        Get picked axis, direction
        """
        return 0

    def GetPickedDir(self): # real signature unknown; restored from __doc__
        """
        GetPickedDir(self) -> int
        C++: virtual int GetPickedDir()
        """
        return 0

    def GetShaftResolution(self): # real signature unknown; restored from __doc__
        """
        GetShaftResolution(self) -> int
        C++: virtual int GetShaftResolution()
        """
        return 0

    def GetShaftResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetShaftResolutionMaxValue(self) -> int
        C++: virtual int GetShaftResolutionMaxValue()
        """
        return 0

    def GetShaftResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetShaftResolutionMinValue(self) -> int
        C++: virtual int GetShaftResolutionMinValue()
        """
        return 0

    def GetSize(self): # real signature unknown; restored from __doc__
        """
        GetSize(self) -> (int, int)
        C++: virtual int *GetSize()
        """
        pass

    def GetTotalLength(self): # real signature unknown; restored from __doc__
        """
        GetTotalLength(self) -> float
        C++: virtual double GetTotalLength()
        """
        return 0.0

    def GetTransform(self): # real signature unknown; restored from __doc__
        """
        GetTransform(self) -> vtkTransform
        C++: vtkTransform *GetTransform()
        
        Retrieve internal transform of this widget representation.
        """
        pass

    def GetUp(self): # real signature unknown; restored from __doc__
        """
        GetUp(self) -> (float, float, float)
        C++: virtual double *GetUp()
        """
        pass

    def GetXMinusLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetXMinusLabelProperty(self) -> vtkTextProperty
        C++: vtkTextProperty *GetXMinusLabelProperty()
        
        Get the '-' axis label properties.
        """
        pass

    def GetXPlusLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetXPlusLabelProperty(self) -> vtkTextProperty
        C++: vtkTextProperty *GetXPlusLabelProperty()
        
        Get the '+' axis label properties.
        """
        pass

    def GetYMinusLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetYMinusLabelProperty(self) -> vtkTextProperty
        C++: vtkTextProperty *GetYMinusLabelProperty()
        """
        pass

    def GetYPlusLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetYPlusLabelProperty(self) -> vtkTextProperty
        C++: vtkTextProperty *GetYPlusLabelProperty()
        """
        pass

    def GetZMinusLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetZMinusLabelProperty(self) -> vtkTextProperty
        C++: vtkTextProperty *GetZMinusLabelProperty()
        """
        pass

    def GetZPlusLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetZPlusLabelProperty(self) -> vtkTextProperty
        C++: vtkTextProperty *GetZPlusLabelProperty()
        """
        pass

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS Does this prop
        have some translucent polygonal geometry? This method is called
        during the rendering process to know if there is some translucent
        polygonal geometry. A simple prop that has some translucent
        polygonal geometry will return true. A composite prop (like
        vtkAssembly) that has at least one sub-prop that has some
        translucent polygonal geometry will return true. Default
        implementation return false.
        """
        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 IsAnyHandleSelected(self): # real signature unknown; restored from __doc__
        """
        IsAnyHandleSelected(self) -> bool
        C++: bool IsAnyHandleSelected()
        
        Is a grabber button picked.
        """
        return False

    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) -> vtkCameraOrientationRepresentation
        C++: vtkCameraOrientationRepresentation *NewInstance()
        """
        return vtkCameraOrientationRepresentation

    def PlaceWidget(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        PlaceWidget(self, __a:[float, float, float, float, float, float])
            -> None
        C++: void PlaceWidget(double *) override;
        
        These are methods that satisfy vtkWidgetRepresentation's API.
        """
        pass

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Methods supporting, and required by, the rendering process.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase)
            -> vtkCameraOrientationRepresentation
        C++: static vtkCameraOrientationRepresentation *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkCameraOrientationRepresentation

    def SetContainerCircumferentialResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetContainerCircumferentialResolution(self, _arg:int) -> None
        C++: virtual void SetContainerCircumferentialResolution(int _arg)
        
        Set container's circumferential resolution.
        """
        pass

    def SetContainerRadialResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetContainerRadialResolution(self, _arg:int) -> None
        C++: virtual void SetContainerRadialResolution(int _arg)
        
        Set container's radial resolution.
        """
        pass

    def SetContainerVisibility(self, state): # real signature unknown; restored from __doc__
        """
        SetContainerVisibility(self, state:bool) -> None
        C++: void SetContainerVisibility(bool state)
        
        Show container to indicate mouse presence.
        """
        pass

    def SetHandleCircumferentialResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetHandleCircumferentialResolution(self, _arg:int) -> None
        C++: virtual void SetHandleCircumferentialResolution(int _arg)
        
        Set Handle's circumferential resolution.
        """
        pass

    def SetNormalizedHandleDia(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNormalizedHandleDia(self, _arg:float) -> None
        C++: virtual void SetNormalizedHandleDia(double _arg)
        
        Set the normalized (0-1) diameter of the Handle. Default value:
        0.4
        """
        pass

    def SetPadding(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetPadding(self, _arg1:int, _arg2:int) -> None
        C++: virtual void SetPadding(int _arg1, int _arg2)
        SetPadding(self, _arg:(int, int)) -> None
        C++: void SetPadding(const int _arg[2])
        
        Get/Set the widget padding in display coordinates.
        """
        pass

    def SetShaftResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetShaftResolution(self, _arg:int) -> None
        C++: virtual void SetShaftResolution(int _arg)
        
        Set shaft's resolution.
        """
        pass

    def SetSize(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetSize(self, _arg1:int, _arg2:int) -> None
        C++: virtual void SetSize(int _arg1, int _arg2)
        SetSize(self, _arg:(int, int)) -> None
        C++: void SetSize(const int _arg[2])
        
        Get/Set the widget size in display coordinates.
        """
        pass

    def SetTotalLength(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTotalLength(self, _arg:float) -> None
        C++: virtual void SetTotalLength(double _arg)
        
        Set the total length of the axes in 3 dimensions. This is basis
        of normalization. Default value: 1.
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of an axes actor. Overloads the virtual vtkProp
        method.
        """
        pass

    def StartWidgetInteraction(self, eventPos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        StartWidgetInteraction(self, eventPos:[float, float]) -> None
        C++: void StartWidgetInteraction(double eventPos[2]) override;
        """
        pass

    def WidgetInteraction(self, newEventPos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        WidgetInteraction(self, newEventPos:[float, float]) -> None
        C++: void WidgetInteraction(double newEventPos[2]) override;
        """
        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."""


    AnchorType = None # (!) real value is "<class 'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation.AnchorType'>"
    InteractionStateType = None # (!) real value is "<class 'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation.InteractionStateType'>"
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkCameraOrientationRepresentation\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'ApplyInteractionState\': <method \'ApplyInteractionState\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetInteractionStateAsEnum\': <method \'GetInteractionStateAsEnum\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetSize\': <method \'SetSize\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetSize\': <method \'GetSize\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetPadding\': <method \'SetPadding\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetPadding\': <method \'GetPadding\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetAnchorPosition\': <method \'GetAnchorPosition\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'AnchorToLowerLeft\': <method \'AnchorToLowerLeft\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'AnchorToUpperLeft\': <method \'AnchorToUpperLeft\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'AnchorToLowerRight\': <method \'AnchorToLowerRight\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'AnchorToUpperRight\': <method \'AnchorToUpperRight\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetTotalLength\': <method \'SetTotalLength\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetTotalLength\': <method \'GetTotalLength\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetNormalizedHandleDia\': <method \'SetNormalizedHandleDia\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetNormalizedHandleDia\': <method \'GetNormalizedHandleDia\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetAzimuth\': <method \'GetAzimuth\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetBack\': <method \'GetBack\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetElevation\': <method \'GetElevation\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetUp\': <method \'GetUp\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetShaftResolution\': <method \'SetShaftResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetShaftResolutionMinValue\': <method \'GetShaftResolutionMinValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetShaftResolutionMaxValue\': <method \'GetShaftResolutionMaxValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetShaftResolution\': <method \'GetShaftResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetHandleCircumferentialResolution\': <method \'SetHandleCircumferentialResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetHandleCircumferentialResolutionMinValue\': <method \'GetHandleCircumferentialResolutionMinValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetHandleCircumferentialResolutionMaxValue\': <method \'GetHandleCircumferentialResolutionMaxValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetHandleCircumferentialResolution\': <method \'GetHandleCircumferentialResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetContainerCircumferentialResolution\': <method \'SetContainerCircumferentialResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerCircumferentialResolutionMinValue\': <method \'GetContainerCircumferentialResolutionMinValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerCircumferentialResolutionMaxValue\': <method \'GetContainerCircumferentialResolutionMaxValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerCircumferentialResolution\': <method \'GetContainerCircumferentialResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetContainerRadialResolution\': <method \'SetContainerRadialResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerRadialResolutionMinValue\': <method \'GetContainerRadialResolutionMinValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerRadialResolutionMaxValue\': <method \'GetContainerRadialResolutionMaxValue\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerRadialResolution\': <method \'GetContainerRadialResolution\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetPickedAxis\': <method \'GetPickedAxis\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetPickedDir\': <method \'GetPickedDir\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetXPlusLabelProperty\': <method \'GetXPlusLabelProperty\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetYPlusLabelProperty\': <method \'GetYPlusLabelProperty\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetZPlusLabelProperty\': <method \'GetZPlusLabelProperty\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetXMinusLabelProperty\': <method \'GetXMinusLabelProperty\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetYMinusLabelProperty\': <method \'GetYMinusLabelProperty\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetZMinusLabelProperty\': <method \'GetZMinusLabelProperty\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerProperty\': <method \'GetContainerProperty\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'SetContainerVisibility\': <method \'SetContainerVisibility\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'ContainerVisibilityOn\': <method \'ContainerVisibilityOn\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'ContainerVisibilityOff\': <method \'ContainerVisibilityOff\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetContainerVisibility\': <method \'GetContainerVisibility\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetActors\': <method \'GetActors\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetTransform\': <method \'GetTransform\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'PlaceWidget\': <method \'PlaceWidget\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'BuildRepresentation\': <method \'BuildRepresentation\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'StartWidgetInteraction\': <method \'StartWidgetInteraction\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'WidgetInteraction\': <method \'WidgetInteraction\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'EndWidgetInteraction\': <method \'EndWidgetInteraction\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'ComputeInteractionState\': <method \'ComputeInteractionState\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'GetBounds\': <method \'GetBounds\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'ShallowCopy\': <method \'ShallowCopy\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'IsAnyHandleSelected\': <method \'IsAnyHandleSelected\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'InteractionStateType\': <class \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation.InteractionStateType\'>, \'AnchorType\': <class \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation.AnchorType\'>, \'__new__\': <built-in method __new__ of type object at 0x00007FF81D63D870>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkInteractionWidgets.vtkCameraOrientationRepresentation\' objects>, \'__doc__\': "vtkCameraOrientationRepresentation - A 3D representation for\\nvtkCameraOrientationWidget.\\n\\nSuperclass: vtkWidgetRepresentation\\n\\nHover over the representation and drag with LMB to orbit around the\\nview. Clicking on one of the axis labels will snap to that view.\\nClick again on the same axis to switch to the opposite view of that\\nsame axis.\\n\\nThe representation anchors itself to a corner of the renderer\'s\\nviewport. See AnchorType.\\n\\n@sa\\nvtkCameraOrientationWidget\\n\\n"})'
    __vtkname__ = 'vtkCameraOrientationRepresentation'


