# 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 .vtkAngleRepresentation import vtkAngleRepresentation

class vtkAngleRepresentation2D(vtkAngleRepresentation):
    """
    vtkAngleRepresentation2D - represent the vtkAngleWidget
    
    Superclass: vtkAngleRepresentation
    
    The vtkAngleRepresentation2D is a representation for 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).
    This particular implementation is a 2D representation, meaning that
    it draws in the overlay plane.
    
    @sa
    vtkAngleWidget vtkHandleRepresentation
    """
    def BuildRepresentation(self): # real signature unknown; restored from __doc__
        """
        BuildRepresentation(self) -> None
        C++: void BuildRepresentation() override;
        
        Method defined by vtkWidgetRepresentation superclass and needed
        here.
        """
        pass

    def GetAngle(self): # real signature unknown; restored from __doc__
        """
        GetAngle(self) -> float
        C++: double GetAngle() override;
        
        Satisfy the superclasses API.
        """
        return 0.0

    def GetArc(self): # real signature unknown; restored from __doc__
        """
        GetArc(self) -> vtkLeaderActor2D
        C++: virtual vtkLeaderActor2D *GetArc()
        """
        pass

    def GetCenterDisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetCenterDisplayPosition(self, pos:[float, float, float]) -> None
        C++: void GetCenterDisplayPosition(double pos[3]) override;
        """
        pass

    def GetCenterWorldPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetCenterWorldPosition(self, pos:[float, float, float]) -> None
        C++: void GetCenterWorldPosition(double pos[3]) override;
        """
        pass

    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++: void GetPoint1DisplayPosition(double pos[3]) override;
        """
        pass

    def GetPoint1WorldPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetPoint1WorldPosition(self, pos:[float, float, float]) -> None
        C++: void GetPoint1WorldPosition(double pos[3]) override;
        
        Methods to Set/Get the coordinates of the two 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++: void GetPoint2DisplayPosition(double pos[3]) override;
        """
        pass

    def GetPoint2WorldPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetPoint2WorldPosition(self, pos:[float, float, float]) -> None
        C++: void GetPoint2WorldPosition(double pos[3]) override;
        """
        pass

    def GetRay1(self): # real signature unknown; restored from __doc__
        """
        GetRay1(self) -> vtkLeaderActor2D
        C++: virtual vtkLeaderActor2D *GetRay1()
        
        Set/Get the three leaders used to create this representation. By
        obtaining these leaders the user can set the appropriate
        properties, etc.
        """
        pass

    def GetRay2(self): # real signature unknown; restored from __doc__
        """
        GetRay2(self) -> vtkLeaderActor2D
        C++: virtual vtkLeaderActor2D *GetRay2()
        """
        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) -> vtkAngleRepresentation2D
        C++: vtkAngleRepresentation2D *NewInstance()
        """
        return vtkAngleRepresentation2D

    def ReleaseGraphicsResources(self, w): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, w:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *w) override;
        
        Methods required by vtkProp superclass.
        """
        pass

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAngleRepresentation2D
        C++: static vtkAngleRepresentation2D *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkAngleRepresentation2D

    def SetCenterDisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetCenterDisplayPosition(self, pos:[float, float, float]) -> None
        C++: void SetCenterDisplayPosition(double pos[3]) override;
        """
        pass

    def SetPoint1DisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint1DisplayPosition(self, pos:[float, float, float]) -> None
        C++: void SetPoint1DisplayPosition(double pos[3]) override;
        """
        pass

    def SetPoint2DisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint2DisplayPosition(self, pos:[float, float, float]) -> None
        C++: void SetPoint2DisplayPosition(double pos[3]) 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."""


    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkAngleRepresentation2D', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetAngle': <method 'GetAngle' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetPoint1WorldPosition': <method 'GetPoint1WorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetCenterWorldPosition': <method 'GetCenterWorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetPoint2WorldPosition': <method 'GetPoint2WorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'SetPoint1DisplayPosition': <method 'SetPoint1DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'SetCenterDisplayPosition': <method 'SetCenterDisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'SetPoint2DisplayPosition': <method 'SetPoint2DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetPoint1DisplayPosition': <method 'GetPoint1DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetCenterDisplayPosition': <method 'GetCenterDisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetPoint2DisplayPosition': <method 'GetPoint2DisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetRay1': <method 'GetRay1' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetRay2': <method 'GetRay2' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'GetArc': <method 'GetArc' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'BuildRepresentation': <method 'BuildRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, 'RenderOverlay': <method 'RenderOverlay' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF81D634D90>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkInteractionWidgets.vtkAngleRepresentation2D' objects>, '__doc__': 'vtkAngleRepresentation2D - represent the vtkAngleWidget\\n\\nSuperclass: vtkAngleRepresentation\\n\\nThe vtkAngleRepresentation2D is a representation for the\\nvtkAngleWidget. This representation consists of two rays and three\\nvtkHandleRepresentations to place and manipulate the three points\\ndefining 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).\\nThis particular implementation is a 2D representation, meaning that\\nit draws in the overlay plane.\\n\\n@sa\\nvtkAngleWidget vtkHandleRepresentation\\n\\n'})"
    __vtkname__ = 'vtkAngleRepresentation2D'


