# encoding: utf-8
# module vtkmodules.vtkCommonDataModel
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkCommonDataModel.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonCore as __vtkmodules_vtkCommonCore
import vtkmodules.vtkCommonMath as __vtkmodules_vtkCommonMath
import vtkmodules.vtkCommonTransforms as __vtkmodules_vtkCommonTransforms


class vtkHyperTreeGridNonOrientedSuperCursorLight(__vtkmodules_vtkCommonCore.vtkObject):
    """
    vtkHyperTreeGridNonOrientedSuperCursorLight - Objects for traversal a
    HyperTreeGrid.
    
    Superclass: vtkObject
    
    JB A REVOIR Objects that can perform depth traversal of a hyper tree
    grid, take into account more parameters (related to the grid
    structure) than the compact hyper tree cursor implemented in
    vtkHyperTree can. This is an abstract class. Cursors are created by
    the HyperTreeGrid implementation.
    
    @sa
    vtkHyperTreeCursor vtkHyperTree vtkHyperTreeGrid
    
    @par Thanks: This class was written by Guenole Harel and
    Jacques-Bernard Lekien, 2014. This class was re-written by Philippe
    Pebay, 2016. This class was re-written and optimized by
    Jacques-Bernard Lekien, Guenole Harel and Jerome Dubois, 2018. This
    work was supported by Commissariat a l'Energie Atomique CEA, DAM,
    DIF, F-91297 Arpajon, France.
    """
    def Clone(self): # real signature unknown; restored from __doc__
        """
        Clone(self) -> vtkHyperTreeGridNonOrientedSuperCursorLight
        C++: virtual vtkHyperTreeGridNonOrientedSuperCursorLight *Clone()
        
        Create a copy of `this'.
        \post results_exists:result!=0
        """
        return vtkHyperTreeGridNonOrientedSuperCursorLight

    def GetBounds(self, bounds, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetBounds(self, bounds:[float, float, float, float, float, float])
             -> None
        C++: void GetBounds(double bounds[6])
        
        JB Coordonnees de la boite englobante En light, information non
        disponible sur les voisins
        """
        pass

    def GetDimension(self): # real signature unknown; restored from __doc__
        """
        GetDimension(self) -> int
        C++: unsigned char GetDimension()
        
        Return the dimension of the tree.
        \post positive_result: result>0
        """
        return 0

    def GetGlobalNodeIndex(self): # real signature unknown; restored from __doc__
        """
        GetGlobalNodeIndex(self) -> int
        C++: vtkIdType GetGlobalNodeIndex()
        GetGlobalNodeIndex(self, icursor:int) -> int
        C++: vtkIdType GetGlobalNodeIndex(unsigned int icursor)
        
        Return the global index (relative to the grid) of the current
        vertex in the tree.
        """
        return 0

    def GetGrid(self): # real signature unknown; restored from __doc__
        """
        GetGrid(self) -> vtkHyperTreeGrid
        C++: vtkHyperTreeGrid *GetGrid()
        
        Set the hyper tree grid to which the cursor is pointing.
        """
        return vtkHyperTreeGrid

    def GetInformation(self, icursor, level, leaf, id): # real signature unknown; restored from __doc__
        """
        GetInformation(self, icursor:int, level:int, leaf:bool, id:int)
            -> vtkHyperTree
        C++: vtkHyperTree *GetInformation(unsigned int icursor,
            unsigned int &level, bool &leaf, vtkIdType &id)
        
        JB
        """
        return vtkHyperTree

    def GetLevel(self): # real signature unknown; restored from __doc__
        """
        GetLevel(self) -> int
        C++: unsigned int GetLevel()
        GetLevel(self, icursor:int) -> int
        C++: unsigned int GetLevel(unsigned int icursor)
        
        Get the level of the tree vertex pointed by the cursor.
        """
        return 0

    def GetNumberOfChildren(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfChildren(self) -> int
        C++: unsigned char GetNumberOfChildren()
        
        Return the number of children for each node (non-vertex leaf) of
        the tree.
        \post positive_number: result>0
        """
        return 0

    def GetNumberOfCursors(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfCursors(self) -> int
        C++: unsigned int GetNumberOfCursors()
        
        JB
        """
        return 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 GetOrigin(self): # real signature unknown; restored from __doc__
        """
        GetOrigin(self) -> Pointer
        C++: double *GetOrigin()
        
        JB
        """
        pass

    def GetPoint(self, point, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetPoint(self, point:[float, float, float]) -> None
        C++: void GetPoint(double point[3])
        
        JB Coordonnees du centre de la maille En light, information non
        disponible sur les voisins
        """
        pass

    def GetSize(self): # real signature unknown; restored from __doc__
        """
        GetSize(self) -> Pointer
        C++: double *GetSize()
        """
        pass

    def GetTree(self): # real signature unknown; restored from __doc__
        """
        GetTree(self) -> vtkHyperTree
        C++: vtkHyperTree *GetTree()
        GetTree(self, icursor:int) -> vtkHyperTree
        C++: vtkHyperTree *GetTree(unsigned int icursor)
        
        Set the hyper tree to which the cursor is pointing.
        """
        return vtkHyperTree

    def GetVertexId(self): # real signature unknown; restored from __doc__
        """
        GetVertexId(self) -> int
        C++: vtkIdType GetVertexId()
        GetVertexId(self, icursor:int) -> int
        C++: vtkIdType GetVertexId(unsigned int icursor)
        
        Return the index of the current vertex in the tree.
        """
        return 0

    def HasTree(self): # real signature unknown; restored from __doc__
        """
        HasTree(self) -> bool
        C++: bool HasTree()
        HasTree(self, icursor:int) -> bool
        C++: bool HasTree(unsigned int icursor)
        
        Return if a Tree pointing exist
        """
        return False

    def Initialize(self, grid, treeIndex, create=False): # real signature unknown; restored from __doc__
        """
        Initialize(self, grid:vtkHyperTreeGrid, treeIndex:int,
            create:bool=False) -> None
        C++: virtual void Initialize(vtkHyperTreeGrid *grid,
            vtkIdType treeIndex, bool create=false)
        
        Initialize cursor at root of given tree index in grid. JB
        Attention : le create ne s'applique que sur le HT central.
        """
        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 IsLeaf(self): # real signature unknown; restored from __doc__
        """
        IsLeaf(self) -> bool
        C++: bool IsLeaf()
        IsLeaf(self, icursor:int) -> bool
        C++: bool IsLeaf(unsigned int icursor)
        
        Is the cursor pointing to a leaf?
        """
        return False

    def IsMasked(self): # real signature unknown; restored from __doc__
        """
        IsMasked(self) -> bool
        C++: bool IsMasked()
        IsMasked(self, icursor:int) -> bool
        C++: bool IsMasked(unsigned int icursor)
        
        Determine whether blanking mask is empty or not
        """
        return False

    def IsRoot(self): # real signature unknown; restored from __doc__
        """
        IsRoot(self) -> bool
        C++: bool IsRoot()
        
        Is the cursor at tree root?
        """
        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) -> vtkHyperTreeGridNonOrientedSuperCursorLight
        C++: vtkHyperTreeGridNonOrientedSuperCursorLight *NewInstance()
        """
        return vtkHyperTreeGridNonOrientedSuperCursorLight

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase)
            -> vtkHyperTreeGridNonOrientedSuperCursorLight
        C++: static vtkHyperTreeGridNonOrientedSuperCursorLight *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkHyperTreeGridNonOrientedSuperCursorLight

    def SetGlobalIndexFromLocal(self, index): # real signature unknown; restored from __doc__
        """
        SetGlobalIndexFromLocal(self, index:int) -> None
        C++: void SetGlobalIndexFromLocal(vtkIdType index)
        
        JB
        """
        pass

    def SetGlobalIndexStart(self, index): # real signature unknown; restored from __doc__
        """
        SetGlobalIndexStart(self, index:int) -> None
        C++: void SetGlobalIndexStart(vtkIdType index)
        
        JB
        """
        pass

    def SetMask(self, state): # real signature unknown; restored from __doc__
        """
        SetMask(self, state:bool) -> None
        C++: void SetMask(bool state)
        SetMask(self, icursor:int, state:bool) -> None
        C++: void SetMask(unsigned int icursor, bool state)
        
        Set the blanking mask is empty or not
        \pre not_tree: tree
        """
        pass

    def SubdivideLeaf(self): # real signature unknown; restored from __doc__
        """
        SubdivideLeaf(self) -> None
        C++: void SubdivideLeaf()
        
        JB Fait chier normalement on devrait passer par GetEntry
        """
        pass

    def ToChild(self, __a): # real signature unknown; restored from __doc__
        """
        ToChild(self, __a:int) -> None
        C++: void ToChild(unsigned char)
        
        Move the cursor to child `child' of the current vertex.
        \pre Non_leaf: !IsLeaf()
        \pre valid_child: ichild>=0 && ichild<this->GetNumberOfChildren()
        """
        pass

    def ToParent(self): # real signature unknown; restored from __doc__
        """
        ToParent(self) -> None
        C++: void ToParent()
        
        Move the cursor to the parent of the current vertex. Authorized
        if HasHistory return true.
        \pre Non_root: !IsRoot()
        """
        pass

    def ToRoot(self): # real signature unknown; restored from __doc__
        """
        ToRoot(self) -> None
        C++: void ToRoot()
        
        Move the cursor to the root vertex.
        \pre can be root
        \post is_root: IsRoot()
        """
        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__\': \'vtkHyperTreeGridNonOrientedSuperCursorLight\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'Clone\': <method \'Clone\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'Initialize\': <method \'Initialize\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetGrid\': <method \'GetGrid\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'HasTree\': <method \'HasTree\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetTree\': <method \'GetTree\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetVertexId\': <method \'GetVertexId\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetGlobalNodeIndex\': <method \'GetGlobalNodeIndex\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetInformation\': <method \'GetInformation\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetDimension\': <method \'GetDimension\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetNumberOfChildren\': <method \'GetNumberOfChildren\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'SetGlobalIndexStart\': <method \'SetGlobalIndexStart\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'SetGlobalIndexFromLocal\': <method \'SetGlobalIndexFromLocal\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetOrigin\': <method \'GetOrigin\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetSize\': <method \'GetSize\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'SetMask\': <method \'SetMask\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'IsMasked\': <method \'IsMasked\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetBounds\': <method \'GetBounds\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetPoint\': <method \'GetPoint\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'IsLeaf\': <method \'IsLeaf\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'SubdivideLeaf\': <method \'SubdivideLeaf\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'IsRoot\': <method \'IsRoot\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetLevel\': <method \'GetLevel\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'ToChild\': <method \'ToChild\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'ToRoot\': <method \'ToRoot\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'ToParent\': <method \'ToParent\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'GetNumberOfCursors\': <method \'GetNumberOfCursors\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF81D62EB50>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkCommonDataModel.vtkHyperTreeGridNonOrientedSuperCursorLight\' objects>, \'__doc__\': "vtkHyperTreeGridNonOrientedSuperCursorLight - Objects for traversal a\\nHyperTreeGrid.\\n\\nSuperclass: vtkObject\\n\\nJB A REVOIR Objects that can perform depth traversal of a hyper tree\\ngrid, take into account more parameters (related to the grid\\nstructure) than the compact hyper tree cursor implemented in\\nvtkHyperTree can. This is an abstract class. Cursors are created by\\nthe HyperTreeGrid implementation.\\n\\n@sa\\nvtkHyperTreeCursor vtkHyperTree vtkHyperTreeGrid\\n\\n@par Thanks: This class was written by Guenole Harel and\\nJacques-Bernard Lekien, 2014. This class was re-written by Philippe\\nPebay, 2016. This class was re-written and optimized by\\nJacques-Bernard Lekien, Guenole Harel and Jerome Dubois, 2018. This\\nwork was supported by Commissariat a l\'Energie Atomique CEA, DAM,\\nDIF, F-91297 Arpajon, France.\\n\\n"})'
    __vtkname__ = 'vtkHyperTreeGridNonOrientedSuperCursorLight'


