# 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 .object import object

class vtkContourRepresentationInternals(object):
    """
    vtkContourRepresentationInternals()
        -> vtkContourRepresentationInternals
    C++: vtkContourRepresentationInternals()
    vtkContourRepresentationInternals(
        __a:vtkContourRepresentationInternals)
        -> vtkContourRepresentationInternals
    C++: vtkContourRepresentationInternals(
        const &vtkContourRepresentationInternals)
    
    vtkContourRepresentationInternals - no description provided.
    """
    def ClearNodes(self): # real signature unknown; restored from __doc__
        """
        ClearNodes(self) -> None
        C++: void ClearNodes()
        """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __hash__(self, *args, **kwargs): # real signature unknown
        """ Return hash(self). """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        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


