# encoding: utf-8
# module vtkmodules.vtkIOH5Rage
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkIOH5Rage.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonExecutionModel as __vtkmodules_vtkCommonExecutionModel


# no functions
# classes

class vtkH5RageReader(__vtkmodules_vtkCommonExecutionModel.vtkImageAlgorithm):
    """
    vtkH5RageReader - class for reading Rage HDF data files
    
    Superclass: vtkImageAlgorithm
    
    This class reads in hdf files generated from xRage, a LANL physics
    code. The files are per variable and per cycle, hdf dataset is named
    Data.
    """
    def DisableAllPointArrays(self): # real signature unknown; restored from __doc__
        """
        DisableAllPointArrays(self) -> None
        C++: void DisableAllPointArrays()
        """
        pass

    def EnableAllPointArrays(self): # real signature unknown; restored from __doc__
        """
        EnableAllPointArrays(self) -> None
        C++: void EnableAllPointArrays()
        """
        pass

    def GetCurrentTimeStep(self): # real signature unknown; restored from __doc__
        """
        GetCurrentTimeStep(self) -> int
        C++: virtual int GetCurrentTimeStep()
        """
        return 0

    def GetFileName(self): # real signature unknown; restored from __doc__
        """
        GetFileName(self) -> str
        C++: virtual char *GetFileName()
        """
        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 GetNumberOfPointArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfPointArrays(self) -> int
        C++: int GetNumberOfPointArrays()
        
        The following methods allow selective reading of solutions
        fields. By default, ALL data fields on the nodes are read, but
        this can be modified.
        """
        return 0

    def GetOutput(self): # real signature unknown; restored from __doc__
        """
        GetOutput(self) -> vtkImageData
        C++: vtkImageData *GetOutput()
        GetOutput(self, index:int) -> vtkImageData
        C++: vtkImageData *GetOutput(int index)
        
        Get the reader's output
        """
        pass

    def GetPointArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetPointArrayName(self, index:int) -> str
        C++: const char *GetPointArrayName(int index)
        """
        return ""

    def GetPointArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetPointArrayStatus(self, name:str) -> int
        C++: int GetPointArrayStatus(const char *name)
        """
        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) -> vtkH5RageReader
        C++: vtkH5RageReader *NewInstance()
        """
        return vtkH5RageReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkH5RageReader
        C++: static vtkH5RageReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkH5RageReader

    def SetCurrentTimeStep(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCurrentTimeStep(self, _arg:int) -> None
        C++: virtual void SetCurrentTimeStep(int _arg)
        
        Specify the timestep to be loaded
        """
        pass

    def SetFileName(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFileName(self, _arg:str) -> None
        C++: virtual void SetFileName(const char *_arg)
        
        Specify file name of H5Rage data file to read.
        """
        pass

    def SetPointArrayStatus(self, name, status): # real signature unknown; restored from __doc__
        """
        SetPointArrayStatus(self, name:str, status:int) -> None
        C++: void SetPointArrayStatus(const char *name, int status)
        """
        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__': 'vtkH5RageReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'SetCurrentTimeStep': <method 'SetCurrentTimeStep' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetCurrentTimeStep': <method 'GetCurrentTimeStep' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetOutput': <method 'GetOutput' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetNumberOfPointArrays': <method 'GetNumberOfPointArrays' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetPointArrayName': <method 'GetPointArrayName' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'GetPointArrayStatus': <method 'GetPointArrayStatus' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'SetPointArrayStatus': <method 'SetPointArrayStatus' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'DisableAllPointArrays': <method 'DisableAllPointArrays' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, 'EnableAllPointArrays': <method 'EnableAllPointArrays' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86EFC6250>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOH5Rage.vtkH5RageReader' objects>, '__doc__': 'vtkH5RageReader - class for reading Rage HDF data files\\n\\nSuperclass: vtkImageAlgorithm\\n\\nThis class reads in hdf files generated from xRage, a LANL physics\\ncode. The files are per variable and per cycle, hdf dataset is named\\nData.\\n\\n'})"
    __vtkname__ = 'vtkH5RageReader'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x0000021CFE31BC50>'

__spec__ = None # (!) real value is "ModuleSpec(name='vtkmodules.vtkIOH5Rage', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x0000021CFE31BC50>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\vtkmodules\\\\vtkIOH5Rage.cp311-win_amd64.pyd')"

