# encoding: utf-8
# module vtkmodules.vtkIOEnSight
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkIOEnSight.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonExecutionModel as __vtkmodules_vtkCommonExecutionModel


# Variables with simple values

IMPLICIT_STRUCTURED_MODE = 3

NON_SPARSE_MODE = 2

SINGLE_PROCESS_MODE = 0

SPARSE_MODE = 1

# no functions
# classes

class EnsightReaderCellIdMode(int):
    # no doc
    def __init__(self, *args, **kwargs): # real signature unknown
        pass


class vtkGenericEnSightReader(__vtkmodules_vtkCommonExecutionModel.vtkMultiBlockDataSetAlgorithm):
    """
    vtkGenericEnSightReader - class to read any type of EnSight files
    
    Superclass: vtkMultiBlockDataSetAlgorithm
    
    The class vtkGenericEnSightReader allows the user to read an EnSight
    data set without a priori knowledge of what type of EnSight data set
    it is.
    """
    def CanReadFile(self, casefilename): # real signature unknown; restored from __doc__
        """
        CanReadFile(self, casefilename:str) -> int
        C++: virtual int CanReadFile(const char *casefilename)
        
        Returns IsEnSightFile() by default, but can be overridden
        """
        return 0

    def DetermineEnSightVersion(self, quiet=0): # real signature unknown; restored from __doc__
        """
        DetermineEnSightVersion(self, quiet:int=0) -> int
        C++: int DetermineEnSightVersion(int quiet=0)
        
        Reads the FORMAT part of the case file to determine whether this
        is an EnSight6 or EnSightGold data set.  Returns an identifier
        listed in the FileTypes enum or -1 if an error occurred or the
        file could not be identified as any EnSight type.
        """
        return 0

    def GetByteOrder(self): # real signature unknown; restored from __doc__
        """
        GetByteOrder(self) -> int
        C++: virtual int GetByteOrder()
        """
        return 0

    def GetByteOrderAsString(self): # real signature unknown; restored from __doc__
        """
        GetByteOrderAsString(self) -> str
        C++: const char *GetByteOrderAsString()
        """
        return ""

    def GetCaseFileName(self): # real signature unknown; restored from __doc__
        """
        GetCaseFileName(self) -> str
        C++: virtual char *GetCaseFileName()
        """
        return ""

    def GetCellArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetCellArrayName(self, index:int) -> str
        C++: const char *GetCellArrayName(int index)
        """
        return ""

    def GetCellArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetCellArrayStatus(self, name:str) -> int
        C++: int GetCellArrayStatus(const char *name)
        """
        return 0

    def GetCellDataArraySelection(self): # real signature unknown; restored from __doc__
        """
        GetCellDataArraySelection(self) -> vtkDataArraySelection
        C++: virtual vtkDataArraySelection *GetCellDataArraySelection()
        """
        pass

    def GetComplexDescription(self, n): # real signature unknown; restored from __doc__
        """
        GetComplexDescription(self, n:int) -> str
        C++: const char *GetComplexDescription(int n)
        
        Get the nth description for a complex variable.
        """
        return ""

    def GetComplexVariableType(self, n): # real signature unknown; restored from __doc__
        """
        GetComplexVariableType(self, n:int) -> int
        C++: int GetComplexVariableType(int n)
        """
        return 0

    def GetDescription(self, n): # real signature unknown; restored from __doc__
        """
        GetDescription(self, n:int) -> str
        C++: const char *GetDescription(int n)
        GetDescription(self, n:int, type:int) -> str
        C++: const char *GetDescription(int n, int type)
        
        Get the nth description for a non-complex variable.
        """
        return ""

    def GetEnSightVersion(self): # real signature unknown; restored from __doc__
        """
        GetEnSightVersion(self) -> int
        C++: virtual int GetEnSightVersion()
        
        Get the EnSight file version being read.
        """
        return 0

    def GetFilePath(self): # real signature unknown; restored from __doc__
        """
        GetFilePath(self) -> str
        C++: virtual char *GetFilePath()
        """
        return ""

    def GetGeometryFileName(self): # real signature unknown; restored from __doc__
        """
        GetGeometryFileName(self) -> str
        C++: virtual char *GetGeometryFileName()
        
        Get the Geometry file name. Made public to allow access from apps
        requiring detailed info about the Data contents
        """
        return ""

    def GetMaximumTimeValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumTimeValue(self) -> float
        C++: virtual float GetMaximumTimeValue()
        """
        return 0.0

    def GetMinimumTimeValue(self): # real signature unknown; restored from __doc__
        """
        GetMinimumTimeValue(self) -> float
        C++: virtual float GetMinimumTimeValue()
        
        Get the minimum or maximum time value for this data set.
        """
        return 0.0

    def GetNumberOfCellArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfCellArrays(self) -> int
        C++: int GetNumberOfCellArrays()
        """
        return 0

    def GetNumberOfComplexScalarsPerElement(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfComplexScalarsPerElement(self) -> int
        C++: virtual int GetNumberOfComplexScalarsPerElement()
        """
        return 0

    def GetNumberOfComplexScalarsPerNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfComplexScalarsPerNode(self) -> int
        C++: virtual int GetNumberOfComplexScalarsPerNode()
        """
        return 0

    def GetNumberOfComplexVariables(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfComplexVariables(self) -> int
        C++: virtual int GetNumberOfComplexVariables()
        """
        return 0

    def GetNumberOfComplexVectorsPerElement(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfComplexVectorsPerElement(self) -> int
        C++: virtual int GetNumberOfComplexVectorsPerElement()
        """
        return 0

    def GetNumberOfComplexVectorsPerNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfComplexVectorsPerNode(self) -> int
        C++: virtual int GetNumberOfComplexVectorsPerNode()
        """
        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 GetNumberOfPointArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfPointArrays(self) -> int
        C++: int GetNumberOfPointArrays()
        
        Get the number of point or cell arrays available in the input.
        """
        return 0

    def GetNumberOfScalarsPerElement(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfScalarsPerElement(self) -> int
        C++: virtual int GetNumberOfScalarsPerElement()
        """
        return 0

    def GetNumberOfScalarsPerMeasuredNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfScalarsPerMeasuredNode(self) -> int
        C++: virtual int GetNumberOfScalarsPerMeasuredNode()
        """
        return 0

    def GetNumberOfScalarsPerNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfScalarsPerNode(self) -> int
        C++: virtual int GetNumberOfScalarsPerNode()
        """
        return 0

    def GetNumberOfTensorsAsymPerElement(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfTensorsAsymPerElement(self) -> int
        C++: virtual int GetNumberOfTensorsAsymPerElement()
        """
        return 0

    def GetNumberOfTensorsAsymPerNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfTensorsAsymPerNode(self) -> int
        C++: virtual int GetNumberOfTensorsAsymPerNode()
        """
        return 0

    def GetNumberOfTensorsSymmPerElement(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfTensorsSymmPerElement(self) -> int
        C++: virtual int GetNumberOfTensorsSymmPerElement()
        """
        return 0

    def GetNumberOfTensorsSymmPerNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfTensorsSymmPerNode(self) -> int
        C++: virtual int GetNumberOfTensorsSymmPerNode()
        """
        return 0

    def GetNumberOfVariables(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfVariables(self) -> int
        C++: virtual int GetNumberOfVariables()
        GetNumberOfVariables(self, type:int) -> int
        C++: int GetNumberOfVariables(int type)
        
        Get the number of variables listed in the case file.
        """
        return 0

    def GetNumberOfVectorsPerElement(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfVectorsPerElement(self) -> int
        C++: virtual int GetNumberOfVectorsPerElement()
        """
        return 0

    def GetNumberOfVectorsPerMeasuredNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfVectorsPerMeasuredNode(self) -> int
        C++: virtual int GetNumberOfVectorsPerMeasuredNode()
        """
        return 0

    def GetNumberOfVectorsPerNode(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfVectorsPerNode(self) -> int
        C++: virtual int GetNumberOfVectorsPerNode()
        """
        return 0

    def GetParticleCoordinatesByIndex(self): # real signature unknown; restored from __doc__
        """
        GetParticleCoordinatesByIndex(self) -> int
        C++: virtual vtkTypeBool GetParticleCoordinatesByIndex()
        """
        return 0

    def GetPointArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetPointArrayName(self, index:int) -> str
        C++: const char *GetPointArrayName(int index)
        
        Get the name of the point or cell array with the given index in
        the input.
        """
        return ""

    def GetPointArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetPointArrayStatus(self, name:str) -> int
        C++: int GetPointArrayStatus(const char *name)
        
        Get/Set whether the point or cell array with the given name is to
        be read.
        """
        return 0

    def GetPointDataArraySelection(self): # real signature unknown; restored from __doc__
        """
        GetPointDataArraySelection(self) -> vtkDataArraySelection
        C++: virtual vtkDataArraySelection *GetPointDataArraySelection()
        
        Get the data array selection tables used to configure which data
        arrays are loaded by the reader.
        """
        pass

    def GetReadAllVariables(self): # real signature unknown; restored from __doc__
        """
        GetReadAllVariables(self) -> int
        C++: virtual vtkTypeBool GetReadAllVariables()
        """
        return 0

    def GetReader(self): # real signature unknown; restored from __doc__
        """
        GetReader(self) -> vtkGenericEnSightReader
        C++: vtkGenericEnSightReader *GetReader()
        """
        return vtkGenericEnSightReader

    def GetTimeSets(self): # real signature unknown; restored from __doc__
        """
        GetTimeSets(self) -> vtkDataArrayCollection
        C++: virtual vtkDataArrayCollection *GetTimeSets()
        
        Get the time values per time set
        """
        pass

    def GetTimeValue(self): # real signature unknown; restored from __doc__
        """
        GetTimeValue(self) -> float
        C++: virtual float GetTimeValue()
        """
        return 0.0

    def GetVariableType(self, n): # real signature unknown; restored from __doc__
        """
        GetVariableType(self, n:int) -> int
        C++: int GetVariableType(int n)
        
        Get the variable type of variable n.
        """
        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 IsEnSightFile(self, casefilename): # real signature unknown; restored from __doc__
        """
        IsEnSightFile(casefilename:str) -> bool
        C++: static bool IsEnSightFile(const char *casefilename)
        
        Returns true if the file pointed to by casefilename appears to be
        a valid EnSight case file.
        """
        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) -> vtkGenericEnSightReader
        C++: vtkGenericEnSightReader *NewInstance()
        """
        return vtkGenericEnSightReader

    def ParticleCoordinatesByIndexOff(self): # real signature unknown; restored from __doc__
        """
        ParticleCoordinatesByIndexOff(self) -> None
        C++: virtual void ParticleCoordinatesByIndexOff()
        """
        pass

    def ParticleCoordinatesByIndexOn(self): # real signature unknown; restored from __doc__
        """
        ParticleCoordinatesByIndexOn(self) -> None
        C++: virtual void ParticleCoordinatesByIndexOn()
        """
        pass

    def ReadAllVariablesOff(self): # real signature unknown; restored from __doc__
        """
        ReadAllVariablesOff(self) -> None
        C++: virtual void ReadAllVariablesOff()
        """
        pass

    def ReadAllVariablesOn(self): # real signature unknown; restored from __doc__
        """
        ReadAllVariablesOn(self) -> None
        C++: virtual void ReadAllVariablesOn()
        
        Set/get the flag for whether to read all the variables
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkGenericEnSightReader
        C++: static vtkGenericEnSightReader *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkGenericEnSightReader

    def SetByteOrder(self, _arg): # real signature unknown; restored from __doc__
        """
        SetByteOrder(self, _arg:int) -> None
        C++: virtual void SetByteOrder(int _arg)
        """
        pass

    def SetByteOrderToBigEndian(self): # real signature unknown; restored from __doc__
        """
        SetByteOrderToBigEndian(self) -> None
        C++: void SetByteOrderToBigEndian()
        
        Set the byte order of the file (remember, more Unix workstations
        write big endian whereas PCs write little endian). Default is big
        endian (since most older PLOT3D files were written by
        workstations).
        """
        pass

    def SetByteOrderToLittleEndian(self): # real signature unknown; restored from __doc__
        """
        SetByteOrderToLittleEndian(self) -> None
        C++: void SetByteOrderToLittleEndian()
        """
        pass

    def SetCaseFileName(self, fileName): # real signature unknown; restored from __doc__
        """
        SetCaseFileName(self, fileName:str) -> None
        C++: void SetCaseFileName(const char *fileName)
        
        Set/Get the Case file name.
        """
        pass

    def SetCellArrayStatus(self, name, status): # real signature unknown; restored from __doc__
        """
        SetCellArrayStatus(self, name:str, status:int) -> None
        C++: void SetCellArrayStatus(const char *name, int status)
        """
        pass

    def SetFilePath(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFilePath(self, _arg:str) -> None
        C++: virtual void SetFilePath(const char *_arg)
        
        Set/Get the file path.
        """
        pass

    def SetParticleCoordinatesByIndex(self, _arg): # real signature unknown; restored from __doc__
        """
        SetParticleCoordinatesByIndex(self, _arg:int) -> None
        C++: virtual void SetParticleCoordinatesByIndex(vtkTypeBool _arg)
        
        The MeasuredGeometryFile should list particle coordinates from
        0->N-1. If a file is loaded where point Ids are listed from 1-N
        the Id to points reference will be wrong and the data will be
        generated incorrectly. Setting ParticleCoordinatesByIndex to true
        will force all Id's to increment from 0->N-1 (relative to their
        order in the file) and regardless of the actual Id of the point.
        Warning, if the Points are listed in non sequential order then
        setting this flag will reorder them.
        """
        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 SetReadAllVariables(self, _arg): # real signature unknown; restored from __doc__
        """
        SetReadAllVariables(self, _arg:int) -> None
        C++: virtual void SetReadAllVariables(vtkTypeBool _arg)
        """
        pass

    def SetTimeValue(self, value): # real signature unknown; restored from __doc__
        """
        SetTimeValue(self, value:float) -> None
        C++: virtual void SetTimeValue(float value)
        
        Set/Get the time value at which to get the value.
        """
        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."""


    ENSIGHT_6 = 0
    ENSIGHT_6_BINARY = 1
    ENSIGHT_GOLD = 2
    ENSIGHT_GOLD_BINARY = 3
    ENSIGHT_MASTER_SERVER = 4
    FileTypes = None # (!) real value is "<class 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader.FileTypes'>"
    FILE_BIG_ENDIAN = 0
    FILE_LITTLE_ENDIAN = 1
    FILE_UNKNOWN_ENDIAN = 2
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkGenericEnSightReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetCaseFileName': <method 'SetCaseFileName' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetCaseFileName': <method 'GetCaseFileName' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetFilePath': <method 'SetFilePath' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetFilePath': <method 'GetFilePath' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetEnSightVersion': <method 'GetEnSightVersion' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfVariables': <method 'GetNumberOfVariables' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfComplexVariables': <method 'GetNumberOfComplexVariables' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfScalarsPerNode': <method 'GetNumberOfScalarsPerNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfVectorsPerNode': <method 'GetNumberOfVectorsPerNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfTensorsAsymPerNode': <method 'GetNumberOfTensorsAsymPerNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfTensorsSymmPerNode': <method 'GetNumberOfTensorsSymmPerNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfScalarsPerElement': <method 'GetNumberOfScalarsPerElement' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfVectorsPerElement': <method 'GetNumberOfVectorsPerElement' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfTensorsAsymPerElement': <method 'GetNumberOfTensorsAsymPerElement' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfTensorsSymmPerElement': <method 'GetNumberOfTensorsSymmPerElement' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfScalarsPerMeasuredNode': <method 'GetNumberOfScalarsPerMeasuredNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfVectorsPerMeasuredNode': <method 'GetNumberOfVectorsPerMeasuredNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfComplexScalarsPerNode': <method 'GetNumberOfComplexScalarsPerNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfComplexVectorsPerNode': <method 'GetNumberOfComplexVectorsPerNode' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfComplexScalarsPerElement': <method 'GetNumberOfComplexScalarsPerElement' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfComplexVectorsPerElement': <method 'GetNumberOfComplexVectorsPerElement' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetDescription': <method 'GetDescription' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetComplexDescription': <method 'GetComplexDescription' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetVariableType': <method 'GetVariableType' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetComplexVariableType': <method 'GetComplexVariableType' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetTimeValue': <method 'SetTimeValue' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetTimeValue': <method 'GetTimeValue' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetMinimumTimeValue': <method 'GetMinimumTimeValue' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetMaximumTimeValue': <method 'GetMaximumTimeValue' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetTimeSets': <method 'GetTimeSets' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'DetermineEnSightVersion': <method 'DetermineEnSightVersion' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'ReadAllVariablesOn': <method 'ReadAllVariablesOn' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'ReadAllVariablesOff': <method 'ReadAllVariablesOff' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetReadAllVariables': <method 'SetReadAllVariables' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetReadAllVariables': <method 'GetReadAllVariables' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetPointDataArraySelection': <method 'GetPointDataArraySelection' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetCellDataArraySelection': <method 'GetCellDataArraySelection' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfPointArrays': <method 'GetNumberOfPointArrays' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetNumberOfCellArrays': <method 'GetNumberOfCellArrays' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetPointArrayName': <method 'GetPointArrayName' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetCellArrayName': <method 'GetCellArrayName' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetPointArrayStatus': <method 'GetPointArrayStatus' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetCellArrayStatus': <method 'GetCellArrayStatus' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetPointArrayStatus': <method 'SetPointArrayStatus' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetCellArrayStatus': <method 'SetCellArrayStatus' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetByteOrderToBigEndian': <method 'SetByteOrderToBigEndian' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetByteOrderToLittleEndian': <method 'SetByteOrderToLittleEndian' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetByteOrder': <method 'SetByteOrder' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetByteOrder': <method 'GetByteOrder' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetByteOrderAsString': <method 'GetByteOrderAsString' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetGeometryFileName': <method 'GetGeometryFileName' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'SetParticleCoordinatesByIndex': <method 'SetParticleCoordinatesByIndex' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetParticleCoordinatesByIndex': <method 'GetParticleCoordinatesByIndex' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'ParticleCoordinatesByIndexOn': <method 'ParticleCoordinatesByIndexOn' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'ParticleCoordinatesByIndexOff': <method 'ParticleCoordinatesByIndexOff' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'IsEnSightFile': <method 'IsEnSightFile' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'CanReadFile': <method 'CanReadFile' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'GetReader': <method 'GetReader' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, 'FileTypes': <class 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader.FileTypes'>, 'ENSIGHT_6': 0, 'ENSIGHT_6_BINARY': 1, 'ENSIGHT_GOLD': 2, 'ENSIGHT_GOLD_BINARY': 3, 'ENSIGHT_MASTER_SERVER': 4, 'FILE_BIG_ENDIAN': 0, 'FILE_LITTLE_ENDIAN': 1, 'FILE_UNKNOWN_ENDIAN': 2, '__new__': <built-in method __new__ of type object at 0x00007FF86D7F3090>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOEnSight.vtkGenericEnSightReader' objects>, '__doc__': 'vtkGenericEnSightReader - class to read any type of EnSight files\\n\\nSuperclass: vtkMultiBlockDataSetAlgorithm\\n\\nThe class vtkGenericEnSightReader allows the user to read an EnSight\\ndata set without a priori knowledge of what type of EnSight data set\\nit is.\\n\\n'})"
    __vtkname__ = 'vtkGenericEnSightReader'


class vtkEnSightReader(vtkGenericEnSightReader):
    """
    vtkEnSightReader - superclass for EnSight file readers
    
    Superclass: vtkGenericEnSightReader
    """
    def GetMatchFileName(self): # real signature unknown; restored from __doc__
        """
        GetMatchFileName(self) -> str
        C++: virtual char *GetMatchFileName()
        
        Get the Match file name. Made public to allow access from apps
        requiring detailed info about the Data contents
        """
        return ""

    def GetMeasuredFileName(self): # real signature unknown; restored from __doc__
        """
        GetMeasuredFileName(self) -> str
        C++: virtual char *GetMeasuredFileName()
        
        Get the Measured file name. Made public to allow access from apps
        requiring detailed info about the Data contents
        """
        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 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) -> vtkEnSightReader
        C++: vtkEnSightReader *NewInstance()
        """
        return vtkEnSightReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkEnSightReader
        C++: static vtkEnSightReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkEnSightReader

    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."""


    BAR2 = 1
    BAR3 = 2
    BLOCK = 1
    COMPLEX_SCALAR_PER_ELEMENT = 10
    COMPLEX_SCALAR_PER_NODE = 8
    COMPLEX_VECTOR_PER_ELEMENT = 11
    COMPLEX_VECTOR_PER_NODE = 9
    COORDINATES = 0
    ELEMENT = 2
    ElementTypesList = None # (!) real value is "<class 'vtkmodules.vtkIOEnSight.vtkEnSightReader.ElementTypesList'>"
    HEXA20 = 14
    HEXA8 = 13
    NFACED = 8
    NSIDED = 3
    NUMBER_OF_ELEMENT_TYPES = 17
    PENTA15 = 16
    PENTA6 = 15
    POINT = 0
    PYRAMID13 = 12
    PYRAMID5 = 11
    QUAD4 = 6
    QUAD8 = 7
    SCALAR_PER_ELEMENT = 3
    SCALAR_PER_MEASURED_NODE = 6
    SCALAR_PER_NODE = 0
    SectionTypeList = None # (!) real value is "<class 'vtkmodules.vtkIOEnSight.vtkEnSightReader.SectionTypeList'>"
    TENSOR_ASYM_PER_ELEMENT = 13
    TENSOR_ASYM_PER_NODE = 12
    TENSOR_SYMM_PER_ELEMENT = 5
    TENSOR_SYMM_PER_NODE = 2
    TETRA10 = 10
    TETRA4 = 9
    TRIA3 = 4
    TRIA6 = 5
    VariableTypesList = None # (!) real value is "<class 'vtkmodules.vtkIOEnSight.vtkEnSightReader.VariableTypesList'>"
    VECTOR_PER_ELEMENT = 4
    VECTOR_PER_MEASURED_NODE = 7
    VECTOR_PER_NODE = 1
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkEnSightReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'GetMeasuredFileName': <method 'GetMeasuredFileName' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'GetMatchFileName': <method 'GetMatchFileName' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, 'ElementTypesList': <class 'vtkmodules.vtkIOEnSight.vtkEnSightReader.ElementTypesList'>, 'VariableTypesList': <class 'vtkmodules.vtkIOEnSight.vtkEnSightReader.VariableTypesList'>, 'SectionTypeList': <class 'vtkmodules.vtkIOEnSight.vtkEnSightReader.SectionTypeList'>, 'POINT': 0, 'BAR2': 1, 'BAR3': 2, 'NSIDED': 3, 'TRIA3': 4, 'TRIA6': 5, 'QUAD4': 6, 'QUAD8': 7, 'NFACED': 8, 'TETRA4': 9, 'TETRA10': 10, 'PYRAMID5': 11, 'PYRAMID13': 12, 'HEXA8': 13, 'HEXA20': 14, 'PENTA6': 15, 'PENTA15': 16, 'NUMBER_OF_ELEMENT_TYPES': 17, 'SCALAR_PER_NODE': 0, 'VECTOR_PER_NODE': 1, 'TENSOR_SYMM_PER_NODE': 2, 'SCALAR_PER_ELEMENT': 3, 'VECTOR_PER_ELEMENT': 4, 'TENSOR_SYMM_PER_ELEMENT': 5, 'SCALAR_PER_MEASURED_NODE': 6, 'VECTOR_PER_MEASURED_NODE': 7, 'COMPLEX_SCALAR_PER_NODE': 8, 'COMPLEX_VECTOR_PER_NODE': 9, 'COMPLEX_SCALAR_PER_ELEMENT': 10, 'COMPLEX_VECTOR_PER_ELEMENT': 11, 'TENSOR_ASYM_PER_NODE': 12, 'TENSOR_ASYM_PER_ELEMENT': 13, 'COORDINATES': 0, 'BLOCK': 1, 'ELEMENT': 2, '__new__': <built-in method __new__ of type object at 0x00007FF86D7F2380>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOEnSight.vtkEnSightReader' objects>, '__doc__': 'vtkEnSightReader - superclass for EnSight file readers\\n\\nSuperclass: vtkGenericEnSightReader\\n\\n'})"
    __vtkname__ = 'vtkEnSightReader'


class vtkEnSight6BinaryReader(vtkEnSightReader):
    """
    vtkEnSight6BinaryReader - class to read binary EnSight6 files
    
    Superclass: vtkEnSightReader
    
    vtkEnSight6BinaryReader is a class to read binary EnSight6 files into
    vtk. Because the different parts of the EnSight data can be of
    various data types, this reader produces multiple outputs, one per
    part in the input file. All variable information is being stored in
    field data.  The descriptions listed in the case file are used as the
    array names in the field data. For complex vector variables, the
    description is appended with _r (for the array of real values) and _i
    (for the array if imaginary values).  Complex scalar variables are
    stored as a single array with 2 components, real and imaginary,
    listed in that order.
    @warning
    You must manually call Update on this reader and then connect the
    rest of the pipeline because (due to the nature of the file format)
    it is not possible to know ahead of time how many outputs you will
    have or what types they will be. This reader can only handle static
    EnSight datasets (both static geometry and variables).
    """
    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 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) -> vtkEnSight6BinaryReader
        C++: vtkEnSight6BinaryReader *NewInstance()
        """
        return vtkEnSight6BinaryReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkEnSight6BinaryReader
        C++: static vtkEnSight6BinaryReader *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkEnSight6BinaryReader

    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__': 'vtkEnSight6BinaryReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7F10F0>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6BinaryReader' objects>, '__doc__': 'vtkEnSight6BinaryReader - class to read binary EnSight6 files\\n\\nSuperclass: vtkEnSightReader\\n\\nvtkEnSight6BinaryReader is a class to read binary EnSight6 files into\\nvtk. Because the different parts of the EnSight data can be of\\nvarious data types, this reader produces multiple outputs, one per\\npart in the input file. All variable information is being stored in\\nfield data.  The descriptions listed in the case file are used as the\\narray names in the field data. For complex vector variables, the\\ndescription is appended with _r (for the array of real values) and _i\\n(for the array if imaginary values).  Complex scalar variables are\\nstored as a single array with 2 components, real and imaginary,\\nlisted in that order.\\n@warning\\nYou must manually call Update on this reader and then connect the\\nrest of the pipeline because (due to the nature of the file format)\\nit is not possible to know ahead of time how many outputs you will\\nhave or what types they will be. This reader can only handle static\\nEnSight datasets (both static geometry and variables).\\n\\n'})"
    __vtkname__ = 'vtkEnSight6BinaryReader'


class vtkEnSight6Reader(vtkEnSightReader):
    """
    vtkEnSight6Reader - class to read EnSight6 files
    
    Superclass: vtkEnSightReader
    
    vtkEnSight6Reader is a class to read EnSight6 files into vtk. Because
    the different parts of the EnSight data can be of various data types,
    this reader produces multiple outputs, one per part in the input
    file. All variable information is being stored in field data.  The
    descriptions listed in the case file are used as the array names in
    the field data. For complex vector variables, the description is
    appended with _r (for the array of real values) and _i (for the array
    if imaginary values).  Complex scalar variables are stored as a
    single array with 2 components, real and imaginary, listed in that
    order.
    @warning
    You must manually call Update on this reader and then connect the
    rest of the pipeline because (due to the nature of the file format)
    it is not possible to know ahead of time how many outputs you will
    have or what types they will be. This reader can only handle static
    EnSight datasets (both static geometry and variables).
    """
    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 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) -> vtkEnSight6Reader
        C++: vtkEnSight6Reader *NewInstance()
        """
        return vtkEnSight6Reader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkEnSight6Reader
        C++: static vtkEnSight6Reader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkEnSight6Reader

    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__': 'vtkEnSight6Reader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7F1380>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOEnSight.vtkEnSight6Reader' objects>, '__doc__': 'vtkEnSight6Reader - class to read EnSight6 files\\n\\nSuperclass: vtkEnSightReader\\n\\nvtkEnSight6Reader is a class to read EnSight6 files into vtk. Because\\nthe different parts of the EnSight data can be of various data types,\\nthis reader produces multiple outputs, one per part in the input\\nfile. All variable information is being stored in field data.  The\\ndescriptions listed in the case file are used as the array names in\\nthe field data. For complex vector variables, the description is\\nappended with _r (for the array of real values) and _i (for the array\\nif imaginary values).  Complex scalar variables are stored as a\\nsingle array with 2 components, real and imaginary, listed in that\\norder.\\n@warning\\nYou must manually call Update on this reader and then connect the\\nrest of the pipeline because (due to the nature of the file format)\\nit is not possible to know ahead of time how many outputs you will\\nhave or what types they will be. This reader can only handle static\\nEnSight datasets (both static geometry and variables).\\n\\n'})"
    __vtkname__ = 'vtkEnSight6Reader'


class vtkEnSightGoldBinaryReader(vtkEnSightReader):
    """
    vtkEnSightGoldBinaryReader - class to read binary EnSight Gold files
    
    Superclass: vtkEnSightReader
    
    vtkEnSightGoldBinaryReader is a class to read EnSight Gold files into
    vtk. Because the different parts of the EnSight data can be of
    various data types, this reader produces multiple outputs, one per
    part in the input file. All variable information is being stored in
    field data.  The descriptions listed in the case file are used as the
    array names in the field data. For complex vector variables, the
    description is appended with _r (for the array of real values) and _i
    (for the array if imaginary values).  Complex scalar variables are
    stored as a single array with 2 components, real and imaginary,
    listed in that order.
    @warning
    You must manually call Update on this reader and then connect the
    rest of the pipeline because (due to the nature of the file format)
    it is not possible to know ahead of time how many outputs you will
    have or what types they will be. This reader can only handle static
    EnSight datasets (both static geometry and variables).@par Thanks:
    Thanks to Yvan Fournier for providing the code to support nfaced
    elements.
    """
    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 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) -> vtkEnSightGoldBinaryReader
        C++: vtkEnSightGoldBinaryReader *NewInstance()
        """
        return vtkEnSightGoldBinaryReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkEnSightGoldBinaryReader
        C++: static vtkEnSightGoldBinaryReader *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkEnSightGoldBinaryReader

    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__': 'vtkEnSightGoldBinaryReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7F1610>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldBinaryReader' objects>, '__doc__': 'vtkEnSightGoldBinaryReader - class to read binary EnSight Gold files\\n\\nSuperclass: vtkEnSightReader\\n\\nvtkEnSightGoldBinaryReader is a class to read EnSight Gold files into\\nvtk. Because the different parts of the EnSight data can be of\\nvarious data types, this reader produces multiple outputs, one per\\npart in the input file. All variable information is being stored in\\nfield data.  The descriptions listed in the case file are used as the\\narray names in the field data. For complex vector variables, the\\ndescription is appended with _r (for the array of real values) and _i\\n(for the array if imaginary values).  Complex scalar variables are\\nstored as a single array with 2 components, real and imaginary,\\nlisted in that order.\\n@warning\\nYou must manually call Update on this reader and then connect the\\nrest of the pipeline because (due to the nature of the file format)\\nit is not possible to know ahead of time how many outputs you will\\nhave or what types they will be. This reader can only handle static\\nEnSight datasets (both static geometry and variables).@par Thanks:\\nThanks to Yvan Fournier for providing the code to support nfaced\\nelements.\\n\\n'})"
    __vtkname__ = 'vtkEnSightGoldBinaryReader'


class vtkEnSightGoldReader(vtkEnSightReader):
    """
    vtkEnSightGoldReader - class to read EnSight Gold files
    
    Superclass: vtkEnSightReader
    
    vtkEnSightGoldReader is a class to read EnSight Gold files into vtk.
    Because the different parts of the EnSight data can be of various
    data types, this reader produces multiple outputs, one per part in
    the input file. All variable information is being stored in field
    data.  The descriptions listed in the case file are used as the array
    names in the field data. For complex vector variables, the
    description is appended with _r (for the array of real values) and _i
    (for the array if imaginary values).  Complex scalar variables are
    stored as a single array with 2 components, real and imaginary,
    listed in that order.
    @warning
    You must manually call Update on this reader and then connect the
    rest of the pipeline because (due to the nature of the file format)
    it is not possible to know ahead of time how many outputs you will
    have or what types they will be. This reader can only handle static
    EnSight datasets (both static geometry and variables).@par Thanks:
    Thanks to Yvan Fournier for providing the code to support nfaced
    elements.
    """
    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 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) -> vtkEnSightGoldReader
        C++: vtkEnSightGoldReader *NewInstance()
        """
        return vtkEnSightGoldReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkEnSightGoldReader
        C++: static vtkEnSightGoldReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkEnSightGoldReader

    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__': 'vtkEnSightGoldReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7F18A0>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOEnSight.vtkEnSightGoldReader' objects>, '__doc__': 'vtkEnSightGoldReader - class to read EnSight Gold files\\n\\nSuperclass: vtkEnSightReader\\n\\nvtkEnSightGoldReader is a class to read EnSight Gold files into vtk.\\nBecause the different parts of the EnSight data can be of various\\ndata types, this reader produces multiple outputs, one per part in\\nthe input file. All variable information is being stored in field\\ndata.  The descriptions listed in the case file are used as the array\\nnames in the field data. For complex vector variables, the\\ndescription is appended with _r (for the array of real values) and _i\\n(for the array if imaginary values).  Complex scalar variables are\\nstored as a single array with 2 components, real and imaginary,\\nlisted in that order.\\n@warning\\nYou must manually call Update on this reader and then connect the\\nrest of the pipeline because (due to the nature of the file format)\\nit is not possible to know ahead of time how many outputs you will\\nhave or what types they will be. This reader can only handle static\\nEnSight datasets (both static geometry and variables).@par Thanks:\\nThanks to Yvan Fournier for providing the code to support nfaced\\nelements.\\n\\n'})"
    __vtkname__ = 'vtkEnSightGoldReader'


class vtkEnSightMasterServerReader(vtkGenericEnSightReader):
    """
    vtkEnSightMasterServerReader - reader for compound EnSight files
    
    Superclass: vtkGenericEnSightReader
    """
    def CanReadFile(self, fname): # real signature unknown; restored from __doc__
        """
        CanReadFile(self, fname:str) -> int
        C++: int CanReadFile(const char *fname) override;
        
        Returns IsEnSightFile() by default, but can be overridden
        """
        return 0

    def DetermineFileName(self, piece): # real signature unknown; restored from __doc__
        """
        DetermineFileName(self, piece:int) -> int
        C++: int DetermineFileName(int piece)
        
        Determine which file should be read for piece
        """
        return 0

    def GetCurrentPiece(self): # real signature unknown; restored from __doc__
        """
        GetCurrentPiece(self) -> int
        C++: virtual int GetCurrentPiece()
        """
        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 GetPieceCaseFileName(self): # real signature unknown; restored from __doc__
        """
        GetPieceCaseFileName(self) -> str
        C++: virtual char *GetPieceCaseFileName()
        
        Get the file name that will be read.
        """
        return ""

    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) -> vtkEnSightMasterServerReader
        C++: vtkEnSightMasterServerReader *NewInstance()
        """
        return vtkEnSightMasterServerReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkEnSightMasterServerReader
        C++: static vtkEnSightMasterServerReader *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkEnSightMasterServerReader

    def SetCurrentPiece(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCurrentPiece(self, _arg:int) -> None
        C++: virtual void SetCurrentPiece(int _arg)
        
        Set or get the current piece.
        """
        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__': 'vtkEnSightMasterServerReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'DetermineFileName': <method 'DetermineFileName' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'GetPieceCaseFileName': <method 'GetPieceCaseFileName' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'SetCurrentPiece': <method 'SetCurrentPiece' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'GetCurrentPiece': <method 'GetCurrentPiece' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, 'CanReadFile': <method 'CanReadFile' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7F1BD0>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOEnSight.vtkEnSightMasterServerReader' objects>, '__doc__': 'vtkEnSightMasterServerReader - reader for compound EnSight files\\n\\nSuperclass: vtkGenericEnSightReader\\n\\n'})"
    __vtkname__ = 'vtkEnSightMasterServerReader'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x00000245FB3EBC50>'

__spec__ = None # (!) real value is "ModuleSpec(name='vtkmodules.vtkIOEnSight', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x00000245FB3EBC50>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\vtkmodules\\\\vtkIOEnSight.cp311-win_amd64.pyd')"

