# 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 vtkAxesTransformRepresentation(vtkWidgetRepresentation):
    """
    vtkAxesTransformRepresentation - represent the vtkAxesTransformWidget
    
    Superclass: vtkWidgetRepresentation
    
    The vtkAxesTransformRepresentation is a representation for the
    vtkAxesTransformWidget. This representation consists of a origin
    sphere with three tubed axes with cones at the end of the axes. In
    addition an optional label provides delta values of motion. Note that
    this particular widget draws its representation in 3D space, so the
    widget can be occluded.
    @sa
    vtkDistanceWidget vtkDistanceRepresentation
    vtkDistanceRepresentation2D
    """
    def BuildRepresentation(self): # real signature unknown; restored from __doc__
        """
        BuildRepresentation(self) -> None
        C++: void BuildRepresentation() override;
        
        Method to satisfy superclasses' API.
        """
        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 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 GetInteractionStateMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetInteractionStateMaxValue(self) -> int
        C++: virtual int GetInteractionStateMaxValue()
        """
        return 0

    def GetInteractionStateMinValue(self): # real signature unknown; restored from __doc__
        """
        GetInteractionStateMinValue(self) -> int
        C++: virtual int GetInteractionStateMinValue()
        """
        return 0

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    def GetLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelProperty(self) -> vtkProperty
        C++: virtual vtkProperty *GetLabelProperty()
        
        Get the distance annotation property
        """
        pass

    def GetLabelScale(self): # real signature unknown; restored from __doc__
        """
        GetLabelScale(self) -> Pointer
        C++: virtual double *GetLabelScale()
        """
        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 GetOriginDisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetOriginDisplayPosition(self, pos:[float, float, float]) -> None
        C++: void GetOriginDisplayPosition(double pos[3])
        """
        pass

    def GetOriginRepresentation(self): # real signature unknown; restored from __doc__
        """
        GetOriginRepresentation(self) -> vtkHandleRepresentation
        C++: virtual vtkHandleRepresentation *GetOriginRepresentation()
        
        Set/Get the two handle representations used for the
        vtkAxesTransformWidget. (Note: properties can be set by grabbing
        these representations and setting the properties appropriately.)
        """
        return vtkHandleRepresentation

    def GetOriginWorldPosition(self): # real signature unknown; restored from __doc__
        """
        GetOriginWorldPosition(self) -> Pointer
        C++: double *GetOriginWorldPosition()
        GetOriginWorldPosition(self, pos:[float, float, float]) -> None
        C++: void GetOriginWorldPosition(double pos[3])
        
        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 GetSelectionRepresentation(self): # real signature unknown; restored from __doc__
        """
        GetSelectionRepresentation(self) -> vtkHandleRepresentation
        C++: virtual vtkHandleRepresentation *GetSelectionRepresentation()
        """
        return vtkHandleRepresentation

    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 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) -> vtkAxesTransformRepresentation
        C++: vtkAxesTransformRepresentation *NewInstance()
        """
        return vtkAxesTransformRepresentation

    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 RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) 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, viewport): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, viewport:vtkViewport)
            -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
             override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAxesTransformRepresentation
        C++: static vtkAxesTransformRepresentation *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkAxesTransformRepresentation

    def SetInteractionState(self, _arg): # real signature unknown; restored from __doc__
        """
        SetInteractionState(self, _arg:int) -> None
        C++: virtual void SetInteractionState(int _arg)
        
        The interaction state may be set from a widget (e.g.,
        vtkLineWidget2) or other object. This controls how the
        interaction with the widget proceeds. Normally this method is
        used as part of a handshaking process with the widget: First
        ComputeInteractionState() is invoked that returns a state based
        on geometric considerations (i.e., cursor near a widget feature),
        then based on events, the widget may modify this further.
        """
        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 labelling information during
        transformation. Note that an empty string results in no label, or
        a format string without a "%" character will not print numeric
        values.
        """
        pass

    def SetLabelScale(self, x, y, z): # real signature unknown; restored from __doc__
        """
        SetLabelScale(self, x:float, y:float, z:float) -> None
        C++: void SetLabelScale(double x, double y, double z)
        SetLabelScale(self, scale:[float, float, float]) -> None
        C++: virtual void SetLabelScale(double scale[3])
        
        Scale text (font size along each dimension). This helps control
        the appearance of the 3D text.
        """
        pass

    def SetOriginDisplayPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetOriginDisplayPosition(self, pos:[float, float, float]) -> None
        C++: void SetOriginDisplayPosition(double pos[3])
        """
        pass

    def SetOriginWorldPosition(self, pos, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetOriginWorldPosition(self, pos:[float, float, float]) -> None
        C++: void SetOriginWorldPosition(double pos[3])
        """
        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 widget (in pixels)
        in which the cursor is considered near enough to the end points
        of the widget 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."""


    OnOrigin = 1
    OnX = 2
    OnXEnd = 5
    OnY = 3
    OnYEnd = 6
    OnZ = 4
    OnZEnd = 7
    Outside = 0
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkAxesTransformRepresentation', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetOriginRepresentation': <method 'GetOriginRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetSelectionRepresentation': <method 'GetSelectionRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetOriginWorldPosition': <method 'GetOriginWorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'SetOriginWorldPosition': <method 'SetOriginWorldPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'SetOriginDisplayPosition': <method 'SetOriginDisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetOriginDisplayPosition': <method 'GetOriginDisplayPosition' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'SetTolerance': <method 'SetTolerance' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetToleranceMinValue': <method 'GetToleranceMinValue' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetToleranceMaxValue': <method 'GetToleranceMaxValue' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetTolerance': <method 'GetTolerance' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'SetLabelFormat': <method 'SetLabelFormat' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetLabelFormat': <method 'GetLabelFormat' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'SetInteractionState': <method 'SetInteractionState' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetInteractionStateMinValue': <method 'GetInteractionStateMinValue' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetInteractionStateMaxValue': <method 'GetInteractionStateMaxValue' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'BuildRepresentation': <method 'BuildRepresentation' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'ComputeInteractionState': <method 'ComputeInteractionState' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'StartWidgetInteraction': <method 'StartWidgetInteraction' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'WidgetInteraction': <method 'WidgetInteraction' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetBounds': <method 'GetBounds' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'RenderOpaqueGeometry': <method 'RenderOpaqueGeometry' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'RenderTranslucentPolygonalGeometry': <method 'RenderTranslucentPolygonalGeometry' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'SetLabelScale': <method 'SetLabelScale' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetLabelScale': <method 'GetLabelScale' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'GetLabelProperty': <method 'GetLabelProperty' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, 'Outside': 0, 'OnOrigin': 1, 'OnX': 2, 'OnY': 3, 'OnZ': 4, 'OnXEnd': 5, 'OnYEnd': 6, 'OnZEnd': 7, '__new__': <built-in method __new__ of type object at 0x00007FF81D635CA0>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkInteractionWidgets.vtkAxesTransformRepresentation' objects>, '__doc__': 'vtkAxesTransformRepresentation - represent the vtkAxesTransformWidget\\n\\nSuperclass: vtkWidgetRepresentation\\n\\nThe vtkAxesTransformRepresentation is a representation for the\\nvtkAxesTransformWidget. This representation consists of a origin\\nsphere with three tubed axes with cones at the end of the axes. In\\naddition an optional label provides delta values of motion. Note that\\nthis particular widget draws its representation in 3D space, so the\\nwidget can be occluded.\\n@sa\\nvtkDistanceWidget vtkDistanceRepresentation\\nvtkDistanceRepresentation2D\\n\\n'})"
    __vtkname__ = 'vtkAxesTransformRepresentation'


