# 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 vtkAngleRepresentation(vtkWidgetRepresentation):
    """
    vtkAngleRepresentation - represent the vtkAngleWidget
    
    Superclass: vtkWidgetRepresentation
    
    The vtkAngleRepresentation is a superclass for classes representing
    the vtkAngleWidget. This representation consists of two rays and
    three vtkHandleRepresentations to place and manipulate the three
    points defining the angle representation. (Note: the three points are
    referred to as Point1, Center, and Point2, at the two end points
    (Point1 and Point2) and Center (around which the angle is measured).
    
    @sa
    vtkAngleWidget vtkHandleRepresentation vtkAngleRepresentation2D
    """
    def ArcVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ArcVisibilityOff(self) -> None
        C++: virtual void ArcVisibilityOff()
        """
        pass

    def ArcVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ArcVisibilityOn(self) -> None
        C++: virtual void ArcVisibilityOn()
        """
        pass

    def BuildRepresentation(self): # real signature unknown; restored from __doc__
        """
        BuildRepresentation(self) -> None
        C++: void BuildRepresentation() override;
        
        These are methods that satisfy vtkWidgetRepresentation's API.
        """
        pass

    def CenterWidgetInteraction(self, e, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        CenterWidgetInteraction(self, e:[float, float]) -> None
        C++: virtual void CenterWidgetInteraction(double e[2])
        """
        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 GetAngle(self): # real signature unknown; restored from __doc__
        """
        GetAngle(self) -> float
        C++: virtual double GetAngle()
        
        This representation and all subclasses must keep an angle (in
        degrees) consistent with the state of the widget.
        """
        return 0.0

    def GetArcVisibility(self): # real signature unknown; restored from __doc__
        """
        GetArcVisibility(self) -> int
        C++: virtual vtkTypeBool GetArcVisibility()
        """
        return 0

    def GetCenterDisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetCenterDisplayPosition(self, pos:[float, float, float]) -> None
        C++: virtual void GetCenterDisplayPosition(double pos[3])
        """
        pass

    def GetCenterRepresentation(self): # real signature unknown; restored from __doc__
        """
        GetCenterRepresentation(self) -> vtkHandleRepresentation
        C++: virtual vtkHandleRepresentation *GetCenterRepresentation()
        """
        return vtkHandleRepresentation

    def GetCenterWorldPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetCenterWorldPosition(self, pos:[float, float, float]) -> None
        C++: virtual void GetCenterWorldPosition(double pos[3])
        """
        pass

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    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 GetPoint1DisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetPoint1DisplayPosition(self, pos:[float, float, float]) -> None
        C++: virtual void GetPoint1DisplayPosition(double pos[3])
        """
        pass

    def GetPoint1Representation(self): # real signature unknown; restored from __doc__
        """
        GetPoint1Representation(self) -> vtkHandleRepresentation
        C++: virtual vtkHandleRepresentation *GetPoint1Representation()
        
        Set/Get the handle representations used for the
        vtkAngleRepresentation.
        """
        return vtkHandleRepresentation

    def GetPoint1WorldPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetPoint1WorldPosition(self, pos:[float, float, float]) -> None
        C++: virtual void GetPoint1WorldPosition(double pos[3])
        
        Methods to Set/Get the coordinates of the three points defining
        this representation. Note that methods are available for both
        display and world coordinates.
        """
        pass

    def GetPoint2DisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetPoint2DisplayPosition(self, pos:[float, float, float]) -> None
        C++: virtual void GetPoint2DisplayPosition(double pos[3])
        """
        pass

    def GetPoint2Representation(self): # real signature unknown; restored from __doc__
        """
        GetPoint2Representation(self) -> vtkHandleRepresentation
        C++: virtual vtkHandleRepresentation *GetPoint2Representation()
        """
        return vtkHandleRepresentation

    def GetPoint2WorldPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetPoint2WorldPosition(self, pos:[float, float, float]) -> None
        C++: virtual void GetPoint2WorldPosition(double pos[3])
        """
        pass

    def GetRay1Visibility(self): # real signature unknown; restored from __doc__
        """
        GetRay1Visibility(self) -> int
        C++: virtual vtkTypeBool GetRay1Visibility()
        """
        return 0

    def GetRay2Visibility(self): # real signature unknown; restored from __doc__
        """
        GetRay2Visibility(self) -> int
        C++: virtual vtkTypeBool GetRay2Visibility()
        """
        return 0

    def GetTolerance(self): # real signature unknown; restored from __doc__
        """
        GetTolerance(self) -> int
        C++: virtual int GetTolerance()
        """
        return 0

    def GetToleranceMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetToleranceMaxValue(self) -> int
        C++: virtual int GetToleranceMaxValue()
        """
        return 0

    def GetToleranceMinValue(self): # real signature unknown; restored from __doc__
        """
        GetToleranceMinValue(self) -> int
        C++: virtual int GetToleranceMinValue()
        """
        return 0

    def InstantiateHandleRepresentation(self): # real signature unknown; restored from __doc__
        """
        InstantiateHandleRepresentation(self) -> None
        C++: void InstantiateHandleRepresentation()
        """
        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) -> vtkAngleRepresentation
        C++: vtkAngleRepresentation *NewInstance()
        """
        return vtkAngleRepresentation

    def Ray1VisibilityOff(self): # real signature unknown; restored from __doc__
        """
        Ray1VisibilityOff(self) -> None
        C++: virtual void Ray1VisibilityOff()
        """
        pass

    def Ray1VisibilityOn(self): # real signature unknown; restored from __doc__
        """
        Ray1VisibilityOn(self) -> None
        C++: virtual void Ray1VisibilityOn()
        """
        pass

    def Ray2VisibilityOff(self): # real signature unknown; restored from __doc__
        """
        Ray2VisibilityOff(self) -> None
        C++: virtual void Ray2VisibilityOff()
        """
        pass

    def Ray2VisibilityOn(self): # real signature unknown; restored from __doc__
        """
        Ray2VisibilityOn(self) -> None
        C++: virtual void Ray2VisibilityOn()
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAngleRepresentation
        C++: static vtkAngleRepresentation *SafeDownCast(vtkObjectBase *o)
        """
        return vtkAngleRepresentation

    def SetArcVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcVisibility(self, _arg:int) -> None
        C++: virtual void SetArcVisibility(vtkTypeBool _arg)
        """
        pass

    def SetCenterDisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetCenterDisplayPosition(self, pos:[float, float, float]) -> None
        C++: virtual void SetCenterDisplayPosition(double pos[3])
        """
        pass

    def SetHandleRepresentation(self, handle): # real signature unknown; restored from __doc__
        """
        SetHandleRepresentation(self, handle:vtkHandleRepresentation)
            -> None
        C++: void SetHandleRepresentation(vtkHandleRepresentation *handle)
        
        This method is used to specify the type of handle representation
        to use for the three internal vtkHandleWidgets within
        vtkAngleRepresentation. To use this method, create a dummy
        vtkHandleRepresentation (or subclass), and then invoke this
        method with this dummy. Then the vtkAngleRepresentation uses this
        dummy to clone three vtkHandleRepresentations of the same type.
        Make sure you set the handle representation before the widget is
        enabled. (The method InstantiateHandleRepresentation() is invoked
        by the vtkAngle widget.)
        """
        pass

    def SetLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, _arg:str) -> None
        C++: virtual void SetLabelFormat(const char *_arg)
        
        Specify the format to use for labeling the angle. Note that an
        empty string results in no label, or a format string without a
        "%" character will not print the angle value.
        """
        pass

    def SetPoint1DisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint1DisplayPosition(self, pos:[float, float, float]) -> None
        C++: virtual void SetPoint1DisplayPosition(double pos[3])
        """
        pass

    def SetPoint2DisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint2DisplayPosition(self, pos:[float, float, float]) -> None
        C++: virtual void SetPoint2DisplayPosition(double pos[3])
        """
        pass

    def SetRay1Visibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRay1Visibility(self, _arg:int) -> None
        C++: virtual void SetRay1Visibility(vtkTypeBool _arg)
        
        Special methods for turning off the rays and arc that define the
        cone and arc of the angle.
        """
        pass

    def SetRay2Visibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRay2Visibility(self, _arg:int) -> None
        C++: virtual void SetRay2Visibility(vtkTypeBool _arg)
        """
        pass

    def SetTolerance(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTolerance(self, _arg:int) -> None
        C++: virtual void SetTolerance(int _arg)
        
        The tolerance representing the distance to the representation (in
        pixels) in which the cursor is considered near enough to the end
        points of the representation to be active.
        """
        pass

    def StartWidgetInteraction(self, e, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        StartWidgetInteraction(self, e:[float, float]) -> None
        C++: void StartWidgetInteraction(double e[2]) override;
        """
        pass

    def WidgetInteraction(self, e, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        WidgetInteraction(self, e:[float, float]) -> None
        C++: void WidgetInteraction(double e[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."""


    NearCenter = 2
    NearP1 = 1
    NearP2 = 3
    Outside = 0
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkAngleRepresentation', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetAngle': <method 'GetAngle' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetPoint1WorldPosition': <method 'GetPoint1WorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetCenterWorldPosition': <method 'GetCenterWorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetPoint2WorldPosition': <method 'GetPoint2WorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetPoint1DisplayPosition': <method 'SetPoint1DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetCenterDisplayPosition': <method 'SetCenterDisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetPoint2DisplayPosition': <method 'SetPoint2DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetPoint1DisplayPosition': <method 'GetPoint1DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetCenterDisplayPosition': <method 'GetCenterDisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetPoint2DisplayPosition': <method 'GetPoint2DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetHandleRepresentation': <method 'SetHandleRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'InstantiateHandleRepresentation': <method 'InstantiateHandleRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetPoint1Representation': <method 'GetPoint1Representation' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetCenterRepresentation': <method 'GetCenterRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetPoint2Representation': <method 'GetPoint2Representation' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetTolerance': <method 'SetTolerance' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetToleranceMinValue': <method 'GetToleranceMinValue' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetToleranceMaxValue': <method 'GetToleranceMaxValue' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetTolerance': <method 'GetTolerance' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetLabelFormat': <method 'SetLabelFormat' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetLabelFormat': <method 'GetLabelFormat' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetRay1Visibility': <method 'SetRay1Visibility' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetRay1Visibility': <method 'GetRay1Visibility' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'Ray1VisibilityOn': <method 'Ray1VisibilityOn' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'Ray1VisibilityOff': <method 'Ray1VisibilityOff' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetRay2Visibility': <method 'SetRay2Visibility' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetRay2Visibility': <method 'GetRay2Visibility' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'Ray2VisibilityOn': <method 'Ray2VisibilityOn' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'Ray2VisibilityOff': <method 'Ray2VisibilityOff' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'SetArcVisibility': <method 'SetArcVisibility' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'GetArcVisibility': <method 'GetArcVisibility' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'ArcVisibilityOn': <method 'ArcVisibilityOn' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'ArcVisibilityOff': <method 'ArcVisibilityOff' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'BuildRepresentation': <method 'BuildRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'ComputeInteractionState': <method 'ComputeInteractionState' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'StartWidgetInteraction': <method 'StartWidgetInteraction' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'CenterWidgetInteraction': <method 'CenterWidgetInteraction' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'WidgetInteraction': <method 'WidgetInteraction' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, 'Outside': 0, 'NearP1': 1, 'NearCenter': 2, 'NearP2': 3, '__new__': <built-in method __new__ of type object at 0x00007FF81D634900>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation' objects>, '__doc__': 'vtkAngleRepresentation - represent the vtkAngleWidget\\n\\nSuperclass: vtkWidgetRepresentation\\n\\nThe vtkAngleRepresentation is a superclass for classes representing\\nthe vtkAngleWidget. This representation consists of two rays and\\nthree vtkHandleRepresentations to place and manipulate the three\\npoints defining the angle representation. (Note: the three points are\\nreferred to as Point1, Center, and Point2, at the two end points\\n(Point1 and Point2) and Center (around which the angle is measured).\\n\\n@sa\\nvtkAngleWidget vtkHandleRepresentation vtkAngleRepresentation2D\\n\\n'})"
    __vtkname__ = 'vtkAngleRepresentation'


