# encoding: utf-8
# module vtkmodules.vtkIOExodus
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkIOExodus.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonCore as __vtkmodules_vtkCommonCore
import vtkmodules.vtkCommonDataModel as __vtkmodules_vtkCommonDataModel
import vtkmodules.vtkCommonExecutionModel as __vtkmodules_vtkCommonExecutionModel
import vtkmodules.vtkIOCore as __vtkmodules_vtkIOCore
import vtkmodules.vtkIOXMLParser as __vtkmodules_vtkIOXMLParser


# no functions
# classes

class vtkCPExodusIIElementBlock(__vtkmodules_vtkCommonDataModel.vtkUnstructuredGridBase):
    """
    vtkCPExodusIIElementBlock - Uses an Exodus II element block as a
     vtkMappedUnstructuredGrid's implementation.
    
    Superclass: vtkUnstructuredGridBase
    
    This class allows raw data arrays returned by the Exodus II library
    to be used directly in VTK without repacking the data into the
    vtkUnstructuredGrid memory layout. Use the vtkCPExodusIIInSituReader
    to read an Exodus II file's data into this structure.
    """
    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) -> vtkCPExodusIIElementBlock
        C++: vtkCPExodusIIElementBlock *NewInstance()
        """
        return vtkCPExodusIIElementBlock

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCPExodusIIElementBlock
        C++: static vtkCPExodusIIElementBlock *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkCPExodusIIElementBlock

    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__\': \'vtkCPExodusIIElementBlock\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF85F04A4F0>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlock\' objects>, \'__doc__\': "vtkCPExodusIIElementBlock - Uses an Exodus II element block as a\\n vtkMappedUnstructuredGrid\'s implementation.\\n\\nSuperclass: vtkUnstructuredGridBase\\n\\nThis class allows raw data arrays returned by the Exodus II library\\nto be used directly in VTK without repacking the data into the\\nvtkUnstructuredGrid memory layout. Use the vtkCPExodusIIInSituReader\\nto read an Exodus II file\'s data into this structure.\\n\\n"})'
    __vtkname__ = 'vtkCPExodusIIElementBlock'


class vtkCPExodusIIElementBlockImpl(__vtkmodules_vtkCommonCore.vtkObject):
    """
    vtkCPExodusIIElementBlockImpl - no description provided.
    
    Superclass: vtkObject
    """
    def Allocate(self, numCells, extSize=1000): # real signature unknown; restored from __doc__
        """
        Allocate(self, numCells:int, extSize:int=1000) -> None
        C++: void Allocate(vtkIdType numCells, int extSize=1000)
        """
        pass

    def GetCellPoints(self, cellId, ptIds): # real signature unknown; restored from __doc__
        """
        GetCellPoints(self, cellId:int, ptIds:vtkIdList) -> None
        C++: void GetCellPoints(vtkIdType cellId, vtkIdList *ptIds)
        """
        pass

    def GetCellType(self, cellId): # real signature unknown; restored from __doc__
        """
        GetCellType(self, cellId:int) -> int
        C++: int GetCellType(vtkIdType cellId)
        """
        return 0

    def GetFaceStream(self, cellId, ptIds): # real signature unknown; restored from __doc__
        """
        GetFaceStream(self, cellId:int, ptIds:vtkIdList) -> None
        C++: void GetFaceStream(vtkIdType cellId, vtkIdList *ptIds)
        """
        pass

    def GetIdsOfCellsOfType(self, type, array): # real signature unknown; restored from __doc__
        """
        GetIdsOfCellsOfType(self, type:int, array:vtkIdTypeArray) -> None
        C++: void GetIdsOfCellsOfType(int type, vtkIdTypeArray *array)
        """
        pass

    def GetMaxCellSize(self): # real signature unknown; restored from __doc__
        """
        GetMaxCellSize(self) -> int
        C++: int GetMaxCellSize()
        """
        return 0

    def GetNumberOfCells(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfCells(self) -> int
        C++: vtkIdType GetNumberOfCells()
        """
        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 GetPointCells(self, ptId, cellIds): # real signature unknown; restored from __doc__
        """
        GetPointCells(self, ptId:int, cellIds:vtkIdList) -> None
        C++: void GetPointCells(vtkIdType ptId, vtkIdList *cellIds)
        """
        pass

    def InsertNextCell(self, type, ptIds): # real signature unknown; restored from __doc__
        """
        InsertNextCell(self, type:int, ptIds:vtkIdList) -> int
        C++: vtkIdType InsertNextCell(int type, vtkIdList *ptIds)
        InsertNextCell(self, type:int, npts:int, ptIds:(int, ...)) -> int
        C++: vtkIdType InsertNextCell(int type, vtkIdType npts,
            const vtkIdType ptIds[])
        InsertNextCell(self, type:int, npts:int, ptIds:(int, ...),
            nfaces:int, faces:(int, ...)) -> int
        C++: vtkIdType InsertNextCell(int type, vtkIdType npts,
            const vtkIdType ptIds[], vtkIdType nfaces,
            const vtkIdType faces[])
        """
        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 IsHomogeneous(self): # real signature unknown; restored from __doc__
        """
        IsHomogeneous(self) -> int
        C++: int IsHomogeneous()
        """
        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) -> vtkCPExodusIIElementBlockImpl
        C++: vtkCPExodusIIElementBlockImpl *NewInstance()
        """
        return vtkCPExodusIIElementBlockImpl

    def ReplaceCell(self, cellId, npts, pts, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        ReplaceCell(self, cellId:int, npts:int, pts:(int, ...)) -> None
        C++: void ReplaceCell(vtkIdType cellId, int npts,
            const vtkIdType pts[])
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCPExodusIIElementBlockImpl
        C++: static vtkCPExodusIIElementBlockImpl *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkCPExodusIIElementBlockImpl

    def SetExodusConnectivityArray(self, elements, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetExodusConnectivityArray(self, elements:[int, ...], type:str,
            numElements:int, nodesPerElement:int) -> bool
        C++: bool SetExodusConnectivityArray(int *elements,
            const std::string &type, int numElements, int nodesPerElement)
        
        Set the Exodus element block data. 'elements' is the array
        returned from ex_get_elem_conn. 'type', 'numElements', and
        'nodesPerElement' are obtained from ex_get_elem_block. Returns
        true or false depending on whether or not the element type can be
        translated into a VTK cell type. This object takes ownership of
        the elements array unless this function returns false.
        """
        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__': 'vtkCPExodusIIElementBlockImpl', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'SetExodusConnectivityArray': <method 'SetExodusConnectivityArray' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetNumberOfCells': <method 'GetNumberOfCells' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetCellType': <method 'GetCellType' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetCellPoints': <method 'GetCellPoints' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetFaceStream': <method 'GetFaceStream' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetPointCells': <method 'GetPointCells' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetMaxCellSize': <method 'GetMaxCellSize' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'GetIdsOfCellsOfType': <method 'GetIdsOfCellsOfType' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'IsHomogeneous': <method 'IsHomogeneous' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'Allocate': <method 'Allocate' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'InsertNextCell': <method 'InsertNextCell' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, 'ReplaceCell': <method 'ReplaceCell' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF85F04A270>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIElementBlockImpl' objects>, '__doc__': 'vtkCPExodusIIElementBlockImpl - no description provided.\\n\\nSuperclass: vtkObject\\n\\n'})"
    __vtkname__ = 'vtkCPExodusIIElementBlockImpl'


class vtkCPExodusIIInSituReader(__vtkmodules_vtkCommonExecutionModel.vtkMultiBlockDataSetAlgorithm):
    """
    vtkCPExodusIIInSituReader - Read an Exodus II file into data
    structures that map the raw arrays returned by the Exodus II library
    into a multi-block data set containing vtkUnstructuredGridBase
    subclasses.
    
    Superclass: vtkMultiBlockDataSetAlgorithm
    
    This class can be used to import Exodus II files into VTK without
    repacking the data into the standard VTK memory layout, avoiding the
    cost of a deep copy.
    """
    def GetCurrentTimeStep(self): # real signature unknown; restored from __doc__
        """
        GetCurrentTimeStep(self) -> int
        C++: virtual int GetCurrentTimeStep()
        
        Get/Set the current timestep to read as a zero-based index.
        """
        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 GetTimeStepRange(self): # real signature unknown; restored from __doc__
        """
        GetTimeStepRange(self) -> (int, int)
        C++: virtual int *GetTimeStepRange()
        
        Get the range of timesteps, represented as [0, numTimeSteps - 1].
        Call UpdateInformation first to set this without reading any
        timestep data.
        """
        pass

    def GetTimeStepValue(self, step): # real signature unknown; restored from __doc__
        """
        GetTimeStepValue(self, step:int) -> float
        C++: double GetTimeStepValue(int step)
        
        Get the floating point tag associated with the timestep at
        'step'.
        """
        return 0.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) -> vtkCPExodusIIInSituReader
        C++: vtkCPExodusIIInSituReader *NewInstance()
        """
        return vtkCPExodusIIInSituReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCPExodusIIInSituReader
        C++: static vtkCPExodusIIInSituReader *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkCPExodusIIInSituReader

    def SetCurrentTimeStep(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCurrentTimeStep(self, _arg:int) -> None
        C++: virtual void SetCurrentTimeStep(int _arg)
        """
        pass

    def SetFileName(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFileName(self, _arg:str) -> None
        C++: virtual void SetFileName(const char *_arg)
        
        Get/Set the name of the Exodus file to read.
        """
        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__': 'vtkCPExodusIIInSituReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'GetCurrentTimeStep': <method 'GetCurrentTimeStep' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'SetCurrentTimeStep': <method 'SetCurrentTimeStep' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'GetTimeStepRange': <method 'GetTimeStepRange' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, 'GetTimeStepValue': <method 'GetTimeStepValue' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF85F04A840>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOExodus.vtkCPExodusIIInSituReader' objects>, '__doc__': 'vtkCPExodusIIInSituReader - Read an Exodus II file into data\\nstructures that map the raw arrays returned by the Exodus II library\\ninto a multi-block data set containing vtkUnstructuredGridBase\\nsubclasses.\\n\\nSuperclass: vtkMultiBlockDataSetAlgorithm\\n\\nThis class can be used to import Exodus II files into VTK without\\nrepacking the data into the standard VTK memory layout, avoiding the\\ncost of a deep copy.\\n\\n'})"
    __vtkname__ = 'vtkCPExodusIIInSituReader'


class vtkExodusIICache(__vtkmodules_vtkCommonCore.vtkObject):
    """
    vtkExodusIICache - no description provided.
    
    Superclass: vtkObject
    """
    def Clear(self): # real signature unknown; restored from __doc__
        """
        Clear(self) -> None
        C++: void Clear()
        
        Empty the cache
        """
        pass

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetSpaceLeft(self): # real signature unknown; restored from __doc__
        """
        GetSpaceLeft(self) -> float
        C++: double GetSpaceLeft()
        
        See how much cache space is left. This is the difference between
        the capacity and the size of the cache. The result is in MiB.
        """
        return 0.0

    def Insert(self, key, value): # real signature unknown; restored from __doc__
        """
        Insert(self, key:vtkExodusIICacheKey, value:vtkDataArray) -> None
        C++: void Insert(vtkExodusIICacheKey &key, vtkDataArray *value)
        
        Insert an entry into the cache (this can remove other cache
        entries to make space).
        """
        pass

    def Invalidate(self, key): # real signature unknown; restored from __doc__
        """
        Invalidate(self, key:vtkExodusIICacheKey) -> int
        C++: int Invalidate(const vtkExodusIICacheKey &key)
        Invalidate(self, key:vtkExodusIICacheKey,
            pattern:vtkExodusIICacheKey) -> int
        C++: int Invalidate(const vtkExodusIICacheKey &key,
            const vtkExodusIICacheKey &pattern)
        
        Invalidate a cache entry (drop it from the cache) if the key
        exists. This does nothing if the cache entry does not exist.
        Returns 1 if the cache entry existed prior to this call and 0
        otherwise.
        """
        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) -> vtkExodusIICache
        C++: vtkExodusIICache *NewInstance()
        """
        return vtkExodusIICache

    def ReduceToSize(self, newSize): # real signature unknown; restored from __doc__
        """
        ReduceToSize(self, newSize:float) -> int
        C++: int ReduceToSize(double newSize)
        
        Remove cache entries until the size of the cache is at or below
        the given size. Returns a nonzero value if deletions were
        required.
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkExodusIICache
        C++: static vtkExodusIICache *SafeDownCast(vtkObjectBase *o)
        """
        return vtkExodusIICache

    def SetCacheCapacity(self, sizeInMiB): # real signature unknown; restored from __doc__
        """
        SetCacheCapacity(self, sizeInMiB:float) -> None
        C++: void SetCacheCapacity(double sizeInMiB)
        
        Set the maximum allowable cache size. This will remove cache
        entries if the capacity is reduced below the current size.
        """
        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__': 'vtkExodusIICache', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'Clear': <method 'Clear' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'SetCacheCapacity': <method 'SetCacheCapacity' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'GetSpaceLeft': <method 'GetSpaceLeft' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'ReduceToSize': <method 'ReduceToSize' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'Insert': <method 'Insert' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, 'Invalidate': <method 'Invalidate' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF85F04B000>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOExodus.vtkExodusIICache' objects>, '__doc__': 'vtkExodusIICache - no description provided.\\n\\nSuperclass: vtkObject\\n\\n'})"
    __vtkname__ = 'vtkExodusIICache'


class vtkExodusIICacheEntry(object):
    """
    vtkExodusIICacheEntry() -> vtkExodusIICacheEntry
    C++: vtkExodusIICacheEntry()
    vtkExodusIICacheEntry(arr:vtkDataArray) -> vtkExodusIICacheEntry
    C++: vtkExodusIICacheEntry(vtkDataArray *arr)
    vtkExodusIICacheEntry(other:vtkExodusIICacheEntry)
        -> vtkExodusIICacheEntry
    C++: vtkExodusIICacheEntry(const vtkExodusIICacheEntry &other)
    
    vtkExodusIICacheEntry - no description provided.
    """
    def GetValue(self): # real signature unknown; restored from __doc__
        """
        GetValue(self) -> vtkDataArray
        C++: vtkDataArray *GetValue()
        """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __hash__(self, *args, **kwargs): # real signature unknown
        """ Return hash(self). """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass


class vtkExodusIICacheKey(object):
    """
    vtkExodusIICacheKey() -> vtkExodusIICacheKey
    C++: vtkExodusIICacheKey()
    vtkExodusIICacheKey(time:int, objType:int, objId:int, arrId:int)
        -> vtkExodusIICacheKey
    C++: vtkExodusIICacheKey(int time, int objType, int objId, int arrId)
    vtkExodusIICacheKey(src:vtkExodusIICacheKey) -> vtkExodusIICacheKey
    C++: vtkExodusIICacheKey(const vtkExodusIICacheKey &src)
    
    vtkExodusIICacheKey - no description provided.
    """
    def match(self, other, pattern): # real signature unknown; restored from __doc__
        """
        match(self, other:vtkExodusIICacheKey,
            pattern:vtkExodusIICacheKey) -> bool
        C++: bool match(const vtkExodusIICacheKey &other,
            const vtkExodusIICacheKey &pattern)
        """
        return False

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __hash__(self, *args, **kwargs): # real signature unknown
        """ Return hash(self). """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        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 __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass


class vtkExodusIIReader(__vtkmodules_vtkCommonExecutionModel.vtkMultiBlockDataSetAlgorithm):
    """
    vtkExodusIIReader - Read exodus 2 files .ex2
    
    Superclass: vtkMultiBlockDataSetAlgorithm
    
    vtkExodusIIReader is a unstructured grid source object that reads
    ExodusII files.  Most of the meta data associated with the file is
    loaded when UpdateInformation is called.  This includes information
    like Title, number of blocks, number and names of arrays. This data
    can be retrieved from methods in this reader. Separate arrays that
    are meant to be a single vector, are combined internally for
    convenience.  To be combined, the array names have to be identical
    except for a trailing X,Y and Z (or x,y,z).  By default cell and
    point arrays are not loaded.  However, the user can flag arrays to
    load with the methods "SetPointResultArrayStatus" and
    "SetElementResultArrayStatus".  The reader DOES NOT respond to piece
    requests
    """
    def AnimateModeShapesOff(self): # real signature unknown; restored from __doc__
        """
        AnimateModeShapesOff(self) -> None
        C++: virtual void AnimateModeShapesOff()
        """
        pass

    def AnimateModeShapesOn(self): # real signature unknown; restored from __doc__
        """
        AnimateModeShapesOn(self) -> None
        C++: virtual void AnimateModeShapesOn()
        """
        pass

    def ApplyDisplacementsOff(self): # real signature unknown; restored from __doc__
        """
        ApplyDisplacementsOff(self) -> None
        C++: virtual void ApplyDisplacementsOff()
        """
        pass

    def ApplyDisplacementsOn(self): # real signature unknown; restored from __doc__
        """
        ApplyDisplacementsOn(self) -> None
        C++: virtual void ApplyDisplacementsOn()
        """
        pass

    def CanReadFile(self, fname): # real signature unknown; restored from __doc__
        """
        CanReadFile(self, fname:str) -> int
        C++: virtual int CanReadFile(const char *fname)
        
        Determine if the file can be read with this reader.
        """
        return 0

    def Dump(self): # real signature unknown; restored from __doc__
        """
        Dump(self) -> None
        C++: virtual void Dump()
        """
        pass

    def GenerateFileIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        GenerateFileIdArrayOff(self) -> None
        C++: virtual void GenerateFileIdArrayOff()
        """
        pass

    def GenerateFileIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        GenerateFileIdArrayOn(self) -> None
        C++: virtual void GenerateFileIdArrayOn()
        """
        pass

    def GenerateGlobalElementIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        GenerateGlobalElementIdArrayOff(self) -> None
        C++: virtual void GenerateGlobalElementIdArrayOff()
        """
        pass

    def GenerateGlobalElementIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        GenerateGlobalElementIdArrayOn(self) -> None
        C++: virtual void GenerateGlobalElementIdArrayOn()
        """
        pass

    def GenerateGlobalNodeIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        GenerateGlobalNodeIdArrayOff(self) -> None
        C++: virtual void GenerateGlobalNodeIdArrayOff()
        """
        pass

    def GenerateGlobalNodeIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        GenerateGlobalNodeIdArrayOn(self) -> None
        C++: virtual void GenerateGlobalNodeIdArrayOn()
        """
        pass

    def GenerateImplicitElementIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        GenerateImplicitElementIdArrayOff(self) -> None
        C++: virtual void GenerateImplicitElementIdArrayOff()
        """
        pass

    def GenerateImplicitElementIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        GenerateImplicitElementIdArrayOn(self) -> None
        C++: virtual void GenerateImplicitElementIdArrayOn()
        """
        pass

    def GenerateImplicitNodeIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        GenerateImplicitNodeIdArrayOff(self) -> None
        C++: virtual void GenerateImplicitNodeIdArrayOff()
        """
        pass

    def GenerateImplicitNodeIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        GenerateImplicitNodeIdArrayOn(self) -> None
        C++: virtual void GenerateImplicitNodeIdArrayOn()
        """
        pass

    def GenerateObjectIdCellArrayOff(self): # real signature unknown; restored from __doc__
        """
        GenerateObjectIdCellArrayOff(self) -> None
        C++: virtual void GenerateObjectIdCellArrayOff()
        """
        pass

    def GenerateObjectIdCellArrayOn(self): # real signature unknown; restored from __doc__
        """
        GenerateObjectIdCellArrayOn(self) -> None
        C++: virtual void GenerateObjectIdCellArrayOn()
        """
        pass

    def GetAnimateModeShapes(self): # real signature unknown; restored from __doc__
        """
        GetAnimateModeShapes(self) -> int
        C++: vtkTypeBool GetAnimateModeShapes()
        """
        return 0

    def GetApplyDisplacements(self): # real signature unknown; restored from __doc__
        """
        GetApplyDisplacements(self) -> int
        C++: vtkTypeBool GetApplyDisplacements()
        """
        return 0

    def GetAssemblyArrayID(self, name): # real signature unknown; restored from __doc__
        """
        GetAssemblyArrayID(self, name:str) -> int
        C++: int GetAssemblyArrayID(const char *name)
        """
        return 0

    def GetAssemblyArrayName(self, arrayIdx): # real signature unknown; restored from __doc__
        """
        GetAssemblyArrayName(self, arrayIdx:int) -> str
        C++: const char *GetAssemblyArrayName(int arrayIdx)
        """
        return ""

    def GetAssemblyArrayStatus(self, index): # real signature unknown; restored from __doc__
        """
        GetAssemblyArrayStatus(self, index:int) -> int
        C++: int GetAssemblyArrayStatus(int index)
        GetAssemblyArrayStatus(self, __a:str) -> int
        C++: int GetAssemblyArrayStatus(const char *)
        """
        return 0

    def GetCacheSize(self): # real signature unknown; restored from __doc__
        """
        GetCacheSize(self) -> float
        C++: double GetCacheSize()
        
        Get the size of the cache in MiB.
        """
        return 0.0

    def GetDimensionality(self): # real signature unknown; restored from __doc__
        """
        GetDimensionality(self) -> int
        C++: int GetDimensionality()
        """
        return 0

    def GetDisplacementMagnitude(self): # real signature unknown; restored from __doc__
        """
        GetDisplacementMagnitude(self) -> float
        C++: float GetDisplacementMagnitude()
        """
        return 0.0

    def GetDisplayType(self): # real signature unknown; restored from __doc__
        """
        GetDisplayType(self) -> int
        C++: virtual int GetDisplayType()
        """
        return 0

    def GetEdgeBlockArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetEdgeBlockArrayName(self, index:int) -> str
        C++: const char *GetEdgeBlockArrayName(int index)
        """
        return ""

    def GetEdgeBlockArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetEdgeBlockArrayStatus(self, name:str) -> int
        C++: int GetEdgeBlockArrayStatus(const char *name)
        """
        return 0

    def GetEdgeMapArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetEdgeMapArrayName(self, index:int) -> str
        C++: const char *GetEdgeMapArrayName(int index)
        """
        return ""

    def GetEdgeMapArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetEdgeMapArrayStatus(self, name:str) -> int
        C++: int GetEdgeMapArrayStatus(const char *name)
        """
        return 0

    def GetEdgeResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetEdgeResultArrayName(self, index:int) -> str
        C++: const char *GetEdgeResultArrayName(int index)
        """
        return ""

    def GetEdgeResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetEdgeResultArrayStatus(self, name:str) -> int
        C++: int GetEdgeResultArrayStatus(const char *name)
        """
        return 0

    def GetEdgeSetArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetEdgeSetArrayName(self, index:int) -> str
        C++: const char *GetEdgeSetArrayName(int index)
        """
        return ""

    def GetEdgeSetArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetEdgeSetArrayStatus(self, name:str) -> int
        C++: int GetEdgeSetArrayStatus(const char *name)
        """
        return 0

    def GetEdgeSetResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetEdgeSetResultArrayName(self, index:int) -> str
        C++: const char *GetEdgeSetResultArrayName(int index)
        """
        return ""

    def GetEdgeSetResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetEdgeSetResultArrayStatus(self, name:str) -> int
        C++: int GetEdgeSetResultArrayStatus(const char *name)
        """
        return 0

    def GetElementBlockArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetElementBlockArrayName(self, index:int) -> str
        C++: const char *GetElementBlockArrayName(int index)
        """
        return ""

    def GetElementBlockArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetElementBlockArrayStatus(self, name:str) -> int
        C++: int GetElementBlockArrayStatus(const char *name)
        """
        return 0

    def GetElementMapArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetElementMapArrayName(self, index:int) -> str
        C++: const char *GetElementMapArrayName(int index)
        """
        return ""

    def GetElementMapArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetElementMapArrayStatus(self, name:str) -> int
        C++: int GetElementMapArrayStatus(const char *name)
        """
        return 0

    def GetElementResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetElementResultArrayName(self, index:int) -> str
        C++: const char *GetElementResultArrayName(int index)
        """
        return ""

    def GetElementResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetElementResultArrayStatus(self, name:str) -> int
        C++: int GetElementResultArrayStatus(const char *name)
        """
        return 0

    def GetElementSetArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetElementSetArrayName(self, index:int) -> str
        C++: const char *GetElementSetArrayName(int index)
        """
        return ""

    def GetElementSetArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetElementSetArrayStatus(self, name:str) -> int
        C++: int GetElementSetArrayStatus(const char *name)
        """
        return 0

    def GetElementSetResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetElementSetResultArrayName(self, index:int) -> str
        C++: const char *GetElementSetResultArrayName(int index)
        """
        return ""

    def GetElementSetResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetElementSetResultArrayStatus(self, name:str) -> int
        C++: int GetElementSetResultArrayStatus(const char *name)
        """
        return 0

    def GetFaceBlockArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetFaceBlockArrayName(self, index:int) -> str
        C++: const char *GetFaceBlockArrayName(int index)
        """
        return ""

    def GetFaceBlockArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetFaceBlockArrayStatus(self, name:str) -> int
        C++: int GetFaceBlockArrayStatus(const char *name)
        """
        return 0

    def GetFaceMapArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetFaceMapArrayName(self, index:int) -> str
        C++: const char *GetFaceMapArrayName(int index)
        """
        return ""

    def GetFaceMapArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetFaceMapArrayStatus(self, name:str) -> int
        C++: int GetFaceMapArrayStatus(const char *name)
        """
        return 0

    def GetFaceResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetFaceResultArrayName(self, index:int) -> str
        C++: const char *GetFaceResultArrayName(int index)
        """
        return ""

    def GetFaceResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetFaceResultArrayStatus(self, name:str) -> int
        C++: int GetFaceResultArrayStatus(const char *name)
        """
        return 0

    def GetFaceSetArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetFaceSetArrayName(self, index:int) -> str
        C++: const char *GetFaceSetArrayName(int index)
        """
        return ""

    def GetFaceSetArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetFaceSetArrayStatus(self, name:str) -> int
        C++: int GetFaceSetArrayStatus(const char *name)
        """
        return 0

    def GetFaceSetResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetFaceSetResultArrayName(self, index:int) -> str
        C++: const char *GetFaceSetResultArrayName(int index)
        """
        return ""

    def GetFaceSetResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetFaceSetResultArrayStatus(self, name:str) -> int
        C++: int GetFaceSetResultArrayStatus(const char *name)
        """
        return 0

    def GetFileId(self): # real signature unknown; restored from __doc__
        """
        GetFileId(self) -> int
        C++: int GetFileId()
        """
        return 0

    def GetFileName(self): # real signature unknown; restored from __doc__
        """
        GetFileName(self) -> str
        C++: virtual char *GetFileName()
        """
        return ""

    def GetGenerateFileIdArray(self): # real signature unknown; restored from __doc__
        """
        GetGenerateFileIdArray(self) -> int
        C++: vtkTypeBool GetGenerateFileIdArray()
        """
        return 0

    def GetGenerateGlobalElementIdArray(self): # real signature unknown; restored from __doc__
        """
        GetGenerateGlobalElementIdArray(self) -> int
        C++: vtkTypeBool GetGenerateGlobalElementIdArray()
        """
        return 0

    def GetGenerateGlobalNodeIdArray(self): # real signature unknown; restored from __doc__
        """
        GetGenerateGlobalNodeIdArray(self) -> int
        C++: vtkTypeBool GetGenerateGlobalNodeIdArray()
        """
        return 0

    def GetGenerateImplicitElementIdArray(self): # real signature unknown; restored from __doc__
        """
        GetGenerateImplicitElementIdArray(self) -> int
        C++: vtkTypeBool GetGenerateImplicitElementIdArray()
        """
        return 0

    def GetGenerateImplicitNodeIdArray(self): # real signature unknown; restored from __doc__
        """
        GetGenerateImplicitNodeIdArray(self) -> int
        C++: vtkTypeBool GetGenerateImplicitNodeIdArray()
        """
        return 0

    def GetGenerateObjectIdCellArray(self): # real signature unknown; restored from __doc__
        """
        GetGenerateObjectIdCellArray(self) -> int
        C++: vtkTypeBool GetGenerateObjectIdCellArray()
        """
        return 0

    def GetGlobalEdgeID(self, data, localID): # real signature unknown; restored from __doc__
        """
        GetGlobalEdgeID(data:vtkDataSet, localID:int) -> int
        C++: static int GetGlobalEdgeID(vtkDataSet *data, int localID)
        GetGlobalEdgeID(data:vtkDataSet, localID:int, searchType:int)
            -> int
        C++: static int GetGlobalEdgeID(vtkDataSet *data, int localID,
            int searchType)
        """
        return 0

    def GetGlobalEdgeIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetGlobalEdgeIdArrayName() -> str
        C++: static const char *GetGlobalEdgeIdArrayName()
        """
        return ""

    def GetGlobalElementID(self, data, localID): # real signature unknown; restored from __doc__
        """
        GetGlobalElementID(data:vtkDataSet, localID:int) -> int
        C++: static int GetGlobalElementID(vtkDataSet *data, int localID)
        GetGlobalElementID(data:vtkDataSet, localID:int, searchType:int)
            -> int
        C++: static int GetGlobalElementID(vtkDataSet *data, int localID,
            int searchType)
        """
        return 0

    def GetGlobalElementIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetGlobalElementIdArrayName() -> str
        C++: static const char *GetGlobalElementIdArrayName()
        """
        return ""

    def GetGlobalFaceID(self, data, localID): # real signature unknown; restored from __doc__
        """
        GetGlobalFaceID(data:vtkDataSet, localID:int) -> int
        C++: static int GetGlobalFaceID(vtkDataSet *data, int localID)
        GetGlobalFaceID(data:vtkDataSet, localID:int, searchType:int)
            -> int
        C++: static int GetGlobalFaceID(vtkDataSet *data, int localID,
            int searchType)
        """
        return 0

    def GetGlobalFaceIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetGlobalFaceIdArrayName() -> str
        C++: static const char *GetGlobalFaceIdArrayName()
        """
        return ""

    def GetGlobalNodeID(self, data, localID): # real signature unknown; restored from __doc__
        """
        GetGlobalNodeID(data:vtkDataSet, localID:int) -> int
        C++: static int GetGlobalNodeID(vtkDataSet *data, int localID)
        GetGlobalNodeID(data:vtkDataSet, localID:int, searchType:int)
            -> int
        C++: static int GetGlobalNodeID(vtkDataSet *data, int localID,
            int searchType)
        """
        return 0

    def GetGlobalNodeIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetGlobalNodeIdArrayName() -> str
        C++: static const char *GetGlobalNodeIdArrayName()
        
        Extra point data array that can be generated.  By default, this
        array is ON.  The value of the array is the integer id of the
        node. The id is relative to the entire data set. The name of the
        array is returned by GlobalNodeIdArrayName().
        """
        return ""

    def GetGlobalResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetGlobalResultArrayName(self, index:int) -> str
        C++: const char *GetGlobalResultArrayName(int index)
        """
        return ""

    def GetGlobalResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetGlobalResultArrayStatus(self, name:str) -> int
        C++: int GetGlobalResultArrayStatus(const char *name)
        """
        return 0

    def GetHasModeShapes(self): # real signature unknown; restored from __doc__
        """
        GetHasModeShapes(self) -> int
        C++: vtkTypeBool GetHasModeShapes()
        """
        return 0

    def GetHierarchyArrayName(self, arrayIdx): # real signature unknown; restored from __doc__
        """
        GetHierarchyArrayName(self, arrayIdx:int) -> str
        C++: const char *GetHierarchyArrayName(int arrayIdx)
        """
        return ""

    def GetHierarchyArrayStatus(self, index): # real signature unknown; restored from __doc__
        """
        GetHierarchyArrayStatus(self, index:int) -> int
        C++: int GetHierarchyArrayStatus(int index)
        GetHierarchyArrayStatus(self, __a:str) -> int
        C++: int GetHierarchyArrayStatus(const char *)
        """
        return 0

    def GetIgnoreFileTime(self): # real signature unknown; restored from __doc__
        """
        GetIgnoreFileTime(self) -> bool
        C++: bool GetIgnoreFileTime()
        """
        return False

    def GetImplicitEdgeIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetImplicitEdgeIdArrayName() -> str
        C++: static const char *GetImplicitEdgeIdArrayName()
        """
        return ""

    def GetImplicitElementIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetImplicitElementIdArrayName() -> str
        C++: static const char *GetImplicitElementIdArrayName()
        """
        return ""

    def GetImplicitFaceIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetImplicitFaceIdArrayName() -> str
        C++: static const char *GetImplicitFaceIdArrayName()
        """
        return ""

    def GetImplicitNodeIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetImplicitNodeIdArrayName() -> str
        C++: static const char *GetImplicitNodeIdArrayName()
        """
        return ""

    def GetMaterialArrayID(self, name): # real signature unknown; restored from __doc__
        """
        GetMaterialArrayID(self, name:str) -> int
        C++: int GetMaterialArrayID(const char *name)
        """
        return 0

    def GetMaterialArrayName(self, arrayIdx): # real signature unknown; restored from __doc__
        """
        GetMaterialArrayName(self, arrayIdx:int) -> str
        C++: const char *GetMaterialArrayName(int arrayIdx)
        """
        return ""

    def GetMaterialArrayStatus(self, index): # real signature unknown; restored from __doc__
        """
        GetMaterialArrayStatus(self, index:int) -> int
        C++: int GetMaterialArrayStatus(int index)
        GetMaterialArrayStatus(self, __a:str) -> int
        C++: int GetMaterialArrayStatus(const char *)
        """
        return 0

    def GetMaxNameLength(self): # real signature unknown; restored from __doc__
        """
        GetMaxNameLength(self) -> int
        C++: int GetMaxNameLength()
        
        Get the max_name_length in the file. This is the amount of space
        allocated int the file for storing names of arrays, blocks, etc.
        """
        return 0

    def GetMetadataMTime(self): # real signature unknown; restored from __doc__
        """
        GetMetadataMTime(self) -> int
        C++: virtual vtkMTimeType GetMetadataMTime()
        
        Return the MTime of the internal data structure. This is really
        only intended for use by vtkPExodusIIReader in order to determine
        if the filename is newer than the metadata.
        """
        return 0

    def GetModeShapesRange(self): # real signature unknown; restored from __doc__
        """
        GetModeShapesRange(self) -> (int, int)
        C++: virtual int *GetModeShapesRange()
        
        Since ModeShapes are expected to run from [1,N] rather than [0,
        N-1], this method will return the TimeStepRange offset by 1. Note
        this method returns the potential mode shapes range irrespective
        of whether this->HasModeShapes is set to true.
        """
        pass

    def GetModeShapeTime(self): # real signature unknown; restored from __doc__
        """
        GetModeShapeTime(self) -> float
        C++: double GetModeShapeTime()
        """
        return 0.0

    def GetMTime(self): # real signature unknown; restored from __doc__
        """
        GetMTime(self) -> int
        C++: vtkMTimeType GetMTime() override;
        
        Return the object's MTime. This is overridden to include the
        timestamp of its internal class.
        """
        return 0

    def GetNodeMapArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetNodeMapArrayName(self, index:int) -> str
        C++: const char *GetNodeMapArrayName(int index)
        """
        return ""

    def GetNodeMapArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetNodeMapArrayStatus(self, name:str) -> int
        C++: int GetNodeMapArrayStatus(const char *name)
        """
        return 0

    def GetNodeSetArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetNodeSetArrayName(self, index:int) -> str
        C++: const char *GetNodeSetArrayName(int index)
        """
        return ""

    def GetNodeSetArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetNodeSetArrayStatus(self, name:str) -> int
        C++: int GetNodeSetArrayStatus(const char *name)
        """
        return 0

    def GetNodeSetResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetNodeSetResultArrayName(self, index:int) -> str
        C++: const char *GetNodeSetResultArrayName(int index)
        """
        return ""

    def GetNodeSetResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetNodeSetResultArrayStatus(self, name:str) -> int
        C++: int GetNodeSetResultArrayStatus(const char *name)
        """
        return 0

    def GetNumberOfAssemblyArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfAssemblyArrays(self) -> int
        C++: int GetNumberOfAssemblyArrays()
        
        By default all assemblies are loaded. These methods allow the
        user to select which assemblies they want to load.  You can get
        information about the assemblies by first caling
        UpdateInformation, and using GetAssemblyArrayName ...
        """
        return 0

    def GetNumberOfEdgeBlockArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfEdgeBlockArrays(self) -> int
        C++: int GetNumberOfEdgeBlockArrays()
        """
        return 0

    def GetNumberOfEdgeMapArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfEdgeMapArrays(self) -> int
        C++: int GetNumberOfEdgeMapArrays()
        """
        return 0

    def GetNumberOfEdgeResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfEdgeResultArrays(self) -> int
        C++: int GetNumberOfEdgeResultArrays()
        """
        return 0

    def GetNumberOfEdgeSetArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfEdgeSetArrays(self) -> int
        C++: int GetNumberOfEdgeSetArrays()
        """
        return 0

    def GetNumberOfEdgeSetResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfEdgeSetResultArrays(self) -> int
        C++: int GetNumberOfEdgeSetResultArrays()
        """
        return 0

    def GetNumberOfEdgesInFile(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfEdgesInFile(self) -> int
        C++: int GetNumberOfEdgesInFile()
        """
        return 0

    def GetNumberOfElementBlockArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfElementBlockArrays(self) -> int
        C++: int GetNumberOfElementBlockArrays()
        """
        return 0

    def GetNumberOfElementMapArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfElementMapArrays(self) -> int
        C++: int GetNumberOfElementMapArrays()
        """
        return 0

    def GetNumberOfElementResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfElementResultArrays(self) -> int
        C++: int GetNumberOfElementResultArrays()
        """
        return 0

    def GetNumberOfElementSetArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfElementSetArrays(self) -> int
        C++: int GetNumberOfElementSetArrays()
        """
        return 0

    def GetNumberOfElementSetResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfElementSetResultArrays(self) -> int
        C++: int GetNumberOfElementSetResultArrays()
        """
        return 0

    def GetNumberOfElementsInFile(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfElementsInFile(self) -> int
        C++: int GetNumberOfElementsInFile()
        """
        return 0

    def GetNumberOfEntriesInObject(self, objectType, objectIndex): # real signature unknown; restored from __doc__
        """
        GetNumberOfEntriesInObject(self, objectType:int, objectIndex:int)
            -> int
        C++: int GetNumberOfEntriesInObject(int objectType,
            int objectIndex)
        """
        return 0

    def GetNumberOfFaceBlockArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfFaceBlockArrays(self) -> int
        C++: int GetNumberOfFaceBlockArrays()
        """
        return 0

    def GetNumberOfFaceMapArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfFaceMapArrays(self) -> int
        C++: int GetNumberOfFaceMapArrays()
        """
        return 0

    def GetNumberOfFaceResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfFaceResultArrays(self) -> int
        C++: int GetNumberOfFaceResultArrays()
        """
        return 0

    def GetNumberOfFaceSetArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfFaceSetArrays(self) -> int
        C++: int GetNumberOfFaceSetArrays()
        """
        return 0

    def GetNumberOfFaceSetResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfFaceSetResultArrays(self) -> int
        C++: int GetNumberOfFaceSetResultArrays()
        """
        return 0

    def GetNumberOfFacesInFile(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfFacesInFile(self) -> int
        C++: int GetNumberOfFacesInFile()
        """
        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 GetNumberOfGlobalResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfGlobalResultArrays(self) -> int
        C++: int GetNumberOfGlobalResultArrays()
        """
        return 0

    def GetNumberOfHierarchyArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfHierarchyArrays(self) -> int
        C++: int GetNumberOfHierarchyArrays()
        
        By default all hierarchy entries are loaded. These methods allow
        the user to select which hierarchy entries they want to load. 
        You can get information about the hierarchy entries by first
        caling UpdateInformation, and using GetHierarchyArrayName ...
        these methods do not call functions in metaData. They call
        functions on the ExodusXMLParser since it seemed silly to
        duplicate all the information
        """
        return 0

    def GetNumberOfMaterialArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfMaterialArrays(self) -> int
        C++: int GetNumberOfMaterialArrays()
        
        By default all materials are loaded. These methods allow the user
        to select which materials they want to load.  You can get
        information about the materials by first caling
        UpdateInformation, and using GetMaterialArrayName ...
        """
        return 0

    def GetNumberOfNodeMapArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodeMapArrays(self) -> int
        C++: int GetNumberOfNodeMapArrays()
        """
        return 0

    def GetNumberOfNodes(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodes(self) -> int
        C++: int GetNumberOfNodes()
        """
        return 0

    def GetNumberOfNodeSetArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodeSetArrays(self) -> int
        C++: int GetNumberOfNodeSetArrays()
        """
        return 0

    def GetNumberOfNodeSetResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodeSetResultArrays(self) -> int
        C++: int GetNumberOfNodeSetResultArrays()
        """
        return 0

    def GetNumberOfNodesInFile(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodesInFile(self) -> int
        C++: int GetNumberOfNodesInFile()
        """
        return 0

    def GetNumberOfObjectArrayComponents(self, objectType, arrayIndex): # real signature unknown; restored from __doc__
        """
        GetNumberOfObjectArrayComponents(self, objectType:int,
            arrayIndex:int) -> int
        C++: int GetNumberOfObjectArrayComponents(int objectType,
            int arrayIndex)
        """
        return 0

    def GetNumberOfObjectArrays(self, objectType): # real signature unknown; restored from __doc__
        """
        GetNumberOfObjectArrays(self, objectType:int) -> int
        C++: int GetNumberOfObjectArrays(int objectType)
        
        By default arrays are not loaded.  These methods allow the user
        to select which arrays they want to load.  You can get
        information about the arrays by first caling UpdateInformation,
        and using GetPointArrayName ... (Developer Note) This meta data
        is all accessed through vtkExodusMetadata
        """
        return 0

    def GetNumberOfObjectAttributes(self, objectType, objectIndex): # real signature unknown; restored from __doc__
        """
        GetNumberOfObjectAttributes(self, objectType:int, objectIndex:int)
             -> int
        C++: int GetNumberOfObjectAttributes(int objectType,
            int objectIndex)
        
        By default attributes are not loaded.  These methods allow the
        user to select which attributes they want to load.  You can get
        information about the attributes by first caling
        UpdateInformation, and using GetObjectAttributeName ...
        (Developer Note) This meta data is all accessed through
        vtkExodusMetadata
        """
        return 0

    def GetNumberOfObjects(self, objectType): # real signature unknown; restored from __doc__
        """
        GetNumberOfObjects(self, objectType:int) -> int
        C++: int GetNumberOfObjects(int objectType)
        """
        return 0

    def GetNumberOfPartArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfPartArrays(self) -> int
        C++: int GetNumberOfPartArrays()
        
        By default all parts are loaded. These methods allow the user to
        select which parts they want to load.  You can get information
        about the parts by first caling UpdateInformation, and using
        GetPartArrayName ...
        """
        return 0

    def GetNumberOfPointResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfPointResultArrays(self) -> int
        C++: int GetNumberOfPointResultArrays()
        """
        return 0

    def GetNumberOfSideSetArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfSideSetArrays(self) -> int
        C++: int GetNumberOfSideSetArrays()
        """
        return 0

    def GetNumberOfSideSetResultArrays(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfSideSetResultArrays(self) -> int
        C++: int GetNumberOfSideSetResultArrays()
        """
        return 0

    def GetNumberOfTimeSteps(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfTimeSteps(self) -> int
        C++: int GetNumberOfTimeSteps()
        """
        return 0

    def GetObjectArrayIndex(self, objectType, arrayName): # real signature unknown; restored from __doc__
        """
        GetObjectArrayIndex(self, objectType:int, arrayName:str) -> int
        C++: int GetObjectArrayIndex(int objectType,
            const char *arrayName)
        """
        return 0

    def GetObjectArrayName(self, objectType, arrayIndex): # real signature unknown; restored from __doc__
        """
        GetObjectArrayName(self, objectType:int, arrayIndex:int) -> str
        C++: const char *GetObjectArrayName(int objectType,
            int arrayIndex)
        """
        return ""

    def GetObjectArrayStatus(self, objectType, arrayIndex): # real signature unknown; restored from __doc__
        """
        GetObjectArrayStatus(self, objectType:int, arrayIndex:int) -> int
        C++: int GetObjectArrayStatus(int objectType, int arrayIndex)
        GetObjectArrayStatus(self, objectType:int, arrayName:str) -> int
        C++: int GetObjectArrayStatus(int objectType,
            const char *arrayName)
        """
        return 0

    def GetObjectAttributeIndex(self, objectType, objectIndex, attribName): # real signature unknown; restored from __doc__
        """
        GetObjectAttributeIndex(self, objectType:int, objectIndex:int,
            attribName:str) -> int
        C++: int GetObjectAttributeIndex(int objectType, int objectIndex,
            const char *attribName)
        """
        return 0

    def GetObjectAttributeName(self, objectType, objectIndex, attribIndex): # real signature unknown; restored from __doc__
        """
        GetObjectAttributeName(self, objectType:int, objectIndex:int,
            attribIndex:int) -> str
        C++: const char *GetObjectAttributeName(int objectType,
            int objectIndex, int attribIndex)
        """
        return ""

    def GetObjectAttributeStatus(self, objectType, objectIndex, attribIndex): # real signature unknown; restored from __doc__
        """
        GetObjectAttributeStatus(self, objectType:int, objectIndex:int,
            attribIndex:int) -> int
        C++: int GetObjectAttributeStatus(int objectType, int objectIndex,
             int attribIndex)
        GetObjectAttributeStatus(self, objectType:int, objectIndex:int,
            attribName:str) -> int
        C++: int GetObjectAttributeStatus(int objectType, int objectIndex,
             const char *attribName)
        """
        return 0

    def GetObjectId(self, objectType, objectIndex): # real signature unknown; restored from __doc__
        """
        GetObjectId(self, objectType:int, objectIndex:int) -> int
        C++: int GetObjectId(int objectType, int objectIndex)
        """
        return 0

    def GetObjectIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetObjectIdArrayName() -> str
        C++: static const char *GetObjectIdArrayName()
        """
        return ""

    def GetObjectIndex(self, objectType, objectName): # real signature unknown; restored from __doc__
        """
        GetObjectIndex(self, objectType:int, objectName:str) -> int
        C++: int GetObjectIndex(int objectType, const char *objectName)
        GetObjectIndex(self, objectType:int, id:int) -> int
        C++: int GetObjectIndex(int objectType, int id)
        """
        return 0

    def GetObjectName(self, objectType, objectIndex): # real signature unknown; restored from __doc__
        """
        GetObjectName(self, objectType:int, objectIndex:int) -> str
        C++: const char *GetObjectName(int objectType, int objectIndex)
        GetObjectName(self) -> str
        C++: virtual std::string GetObjectName()
        """
        return ""

    def GetObjectStatus(self, objectType, objectIndex): # real signature unknown; restored from __doc__
        """
        GetObjectStatus(self, objectType:int, objectIndex:int) -> int
        C++: int GetObjectStatus(int objectType, int objectIndex)
        GetObjectStatus(self, objectType:int, objectName:str) -> int
        C++: int GetObjectStatus(int objectType, const char *objectName)
        """
        return 0

    def GetObjectTypeFromName(self, name): # real signature unknown; restored from __doc__
        """
        GetObjectTypeFromName(self, name:str) -> int
        C++: int GetObjectTypeFromName(const char *name)
        """
        return 0

    def GetObjectTypeName(self, __a): # real signature unknown; restored from __doc__
        """
        GetObjectTypeName(self, __a:int) -> str
        C++: const char *GetObjectTypeName(int)
        """
        return ""

    def GetPartArrayID(self, name): # real signature unknown; restored from __doc__
        """
        GetPartArrayID(self, name:str) -> int
        C++: int GetPartArrayID(const char *name)
        """
        return 0

    def GetPartArrayName(self, arrayIdx): # real signature unknown; restored from __doc__
        """
        GetPartArrayName(self, arrayIdx:int) -> str
        C++: const char *GetPartArrayName(int arrayIdx)
        """
        return ""

    def GetPartArrayStatus(self, index): # real signature unknown; restored from __doc__
        """
        GetPartArrayStatus(self, index:int) -> int
        C++: int GetPartArrayStatus(int index)
        GetPartArrayStatus(self, __a:str) -> int
        C++: int GetPartArrayStatus(const char *)
        """
        return 0

    def GetPartBlockInfo(self, arrayIdx): # real signature unknown; restored from __doc__
        """
        GetPartBlockInfo(self, arrayIdx:int) -> str
        C++: const char *GetPartBlockInfo(int arrayIdx)
        """
        return ""

    def GetPedigreeEdgeIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetPedigreeEdgeIdArrayName() -> str
        C++: static const char *GetPedigreeEdgeIdArrayName()
        """
        return ""

    def GetPedigreeElementIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetPedigreeElementIdArrayName() -> str
        C++: static const char *GetPedigreeElementIdArrayName()
        """
        return ""

    def GetPedigreeFaceIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetPedigreeFaceIdArrayName() -> str
        C++: static const char *GetPedigreeFaceIdArrayName()
        """
        return ""

    def GetPedigreeNodeIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetPedigreeNodeIdArrayName() -> str
        C++: static const char *GetPedigreeNodeIdArrayName()
        """
        return ""

    def GetPointResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetPointResultArrayName(self, index:int) -> str
        C++: const char *GetPointResultArrayName(int index)
        """
        return ""

    def GetPointResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetPointResultArrayStatus(self, name:str) -> int
        C++: int GetPointResultArrayStatus(const char *name)
        """
        return 0

    def GetSideSetArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetSideSetArrayName(self, index:int) -> str
        C++: const char *GetSideSetArrayName(int index)
        """
        return ""

    def GetSideSetArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetSideSetArrayStatus(self, name:str) -> int
        C++: int GetSideSetArrayStatus(const char *name)
        """
        return 0

    def GetSideSetResultArrayName(self, index): # real signature unknown; restored from __doc__
        """
        GetSideSetResultArrayName(self, index:int) -> str
        C++: const char *GetSideSetResultArrayName(int index)
        """
        return ""

    def GetSideSetResultArrayStatus(self, name): # real signature unknown; restored from __doc__
        """
        GetSideSetResultArrayStatus(self, name:str) -> int
        C++: int GetSideSetResultArrayStatus(const char *name)
        """
        return 0

    def GetSideSetSourceElementIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetSideSetSourceElementIdArrayName() -> str
        C++: static const char *GetSideSetSourceElementIdArrayName()
        
        Get the name of the array that stores the mapping from side set
        cells back to the global id of the elements they bound.
        """
        return ""

    def GetSideSetSourceElementSideArrayName(self): # real signature unknown; restored from __doc__
        """
        GetSideSetSourceElementSideArrayName() -> str
        C++: static const char *GetSideSetSourceElementSideArrayName()
        
        Get the name of the array that stores the mapping from side set
        cells back to the canonical side of the elements they bound.
        """
        return ""

    def GetSIL(self): # real signature unknown; restored from __doc__
        """
        GetSIL(self) -> vtkGraph
        C++: vtkGraph *GetSIL()
        
        SIL describes organization of/relationships between
        classifications eg. blocks/materials/hierarchies.
        """
        pass

    def GetSILUpdateStamp(self): # real signature unknown; restored from __doc__
        """
        GetSILUpdateStamp(self) -> int
        C++: virtual int GetSILUpdateStamp()
        
        Every time the SIL is updated a this will return a different
        value.
        """
        return 0

    def GetSqueezePoints(self): # real signature unknown; restored from __doc__
        """
        GetSqueezePoints(self) -> bool
        C++: bool GetSqueezePoints()
        """
        return False

    def GetTimeSeriesData(self, ID, vName, vType, result): # real signature unknown; restored from __doc__
        """
        GetTimeSeriesData(self, ID:int, vName:str, vType:str,
            result:vtkFloatArray) -> int
        C++: int GetTimeSeriesData(int ID, const char *vName,
            const char *vType, vtkFloatArray *result)
        """
        return 0

    def GetTimeStep(self): # real signature unknown; restored from __doc__
        """
        GetTimeStep(self) -> int
        C++: virtual int GetTimeStep()
        """
        return 0

    def GetTimeStepRange(self): # real signature unknown; restored from __doc__
        """
        GetTimeStepRange(self) -> (int, int)
        C++: virtual int *GetTimeStepRange()
        
        Returns the available range of valid integer time steps. Note
        this method returns the potential timesteps range irrespective of
        whether this->HasModeShapes is set to false.
        """
        pass

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: const char *GetTitle()
        
        Access to meta data generated by UpdateInformation.
        """
        return ""

    def GetTotalNumberOfEdges(self): # real signature unknown; restored from __doc__
        """
        GetTotalNumberOfEdges(self) -> int
        C++: virtual vtkIdType GetTotalNumberOfEdges()
        """
        return 0

    def GetTotalNumberOfElements(self): # real signature unknown; restored from __doc__
        """
        GetTotalNumberOfElements(self) -> int
        C++: virtual vtkIdType GetTotalNumberOfElements()
        """
        return 0

    def GetTotalNumberOfFaces(self): # real signature unknown; restored from __doc__
        """
        GetTotalNumberOfFaces(self) -> int
        C++: virtual vtkIdType GetTotalNumberOfFaces()
        """
        return 0

    def GetTotalNumberOfNodes(self): # real signature unknown; restored from __doc__
        """
        GetTotalNumberOfNodes(self) -> int
        C++: virtual vtkIdType GetTotalNumberOfNodes()
        """
        return 0

    def GetUseLegacyBlockNames(self): # real signature unknown; restored from __doc__
        """
        GetUseLegacyBlockNames(self) -> bool
        C++: virtual bool GetUseLegacyBlockNames()
        """
        return False

    def GetVariableID(self, type, name): # real signature unknown; restored from __doc__
        """
        GetVariableID(self, type:str, name:str) -> int
        C++: int GetVariableID(const char *type, const char *name)
        
        Return the id of the type,name variable
        """
        return 0

    def GetXMLFileName(self): # real signature unknown; restored from __doc__
        """
        GetXMLFileName(self) -> str
        C++: virtual char *GetXMLFileName()
        """
        return ""

    def GLOBAL_TEMPORAL_VARIABLE(self): # real signature unknown; restored from __doc__
        """
        GLOBAL_TEMPORAL_VARIABLE() -> vtkInformationIntegerKey
        C++: static vtkInformationIntegerKey *GLOBAL_TEMPORAL_VARIABLE()
        """
        pass

    def GLOBAL_VARIABLE(self): # real signature unknown; restored from __doc__
        """
        GLOBAL_VARIABLE() -> vtkInformationIntegerKey
        C++: static vtkInformationIntegerKey *GLOBAL_VARIABLE()
        
        Exodus reader outputs global variables and global temporal
        variables, together with some other variables as FieldData. These
        keys help identify which arrays in the FieldData are GLOBAL and
        which ones are GLOBAL_TEMPORAL.
        
        @sa vtkExtractExodusGlobalTemporalVariables.
        """
        pass

    def HasModeShapesOff(self): # real signature unknown; restored from __doc__
        """
        HasModeShapesOff(self) -> None
        C++: virtual void HasModeShapesOff()
        """
        pass

    def HasModeShapesOn(self): # real signature unknown; restored from __doc__
        """
        HasModeShapesOn(self) -> None
        C++: virtual void HasModeShapesOn()
        """
        pass

    def IgnoreFileTimeOff(self): # real signature unknown; restored from __doc__
        """
        IgnoreFileTimeOff(self) -> None
        C++: virtual void IgnoreFileTimeOff()
        """
        pass

    def IgnoreFileTimeOn(self): # real signature unknown; restored from __doc__
        """
        IgnoreFileTimeOn(self) -> None
        C++: virtual void IgnoreFileTimeOn()
        """
        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 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 IsValidVariable(self, type, name): # real signature unknown; restored from __doc__
        """
        IsValidVariable(self, type:str, name:str) -> int
        C++: int IsValidVariable(const char *type, const char *name)
        
        return boolean indicating whether the type,name is a valid
        variable
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkExodusIIReader
        C++: vtkExodusIIReader *NewInstance()
        """
        return vtkExodusIIReader

    def Reset(self): # real signature unknown; restored from __doc__
        """
        Reset(self) -> None
        C++: void Reset()
        
        Reset the user-specified parameters and flush internal arrays so
        that the reader state is just as it was after the reader was
        instantiated.
        
        * It doesn't make sense to let users reset only the internal
          state;
        * both the settings and the state are changed by this call.
        """
        pass

    def ResetCache(self): # real signature unknown; restored from __doc__
        """
        ResetCache(self) -> None
        C++: void ResetCache()
        
        Clears out the cache entries.
        """
        pass

    def ResetSettings(self): # real signature unknown; restored from __doc__
        """
        ResetSettings(self) -> None
        C++: void ResetSettings()
        
        Reset the user-specified parameters to their default values. The
        only settings not affected are the filename and/or pattern
        because these have no default.
        
        * Resetting the settings but not the state allows users to
        * keep the active cache but return to initial array selections,
          etc.
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkExodusIIReader
        C++: static vtkExodusIIReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkExodusIIReader

    def SetAllArrayStatus(self, otype, status): # real signature unknown; restored from __doc__
        """
        SetAllArrayStatus(self, otype:int, status:int) -> None
        C++: void SetAllArrayStatus(int otype, int status)
        """
        pass

    def SetAnimateModeShapes(self, flag): # real signature unknown; restored from __doc__
        """
        SetAnimateModeShapes(self, flag:int) -> None
        C++: virtual void SetAnimateModeShapes(vtkTypeBool flag)
        
        If this flag is on (the default) and HasModeShapes is also on,
        then this reader will report a continuous time range [0,1] and
        animate the displacements in a periodic sinusoid.  If this flag
        is off and HasModeShapes is on, this reader ignores time.  This
        flag has no effect if HasModeShapes is off.
        """
        pass

    def SetApplyDisplacements(self, d): # real signature unknown; restored from __doc__
        """
        SetApplyDisplacements(self, d:int) -> None
        C++: virtual void SetApplyDisplacements(vtkTypeBool d)
        
        Geometric locations can include displacements.  By default, this
        is ON.  The nodal positions are 'displaced' by the standard
        exodus displacement vector. If displacements are turned 'off',
        the user can explicitly add them by applying a warp filter.
        """
        pass

    def SetAssemblyArrayStatus(self, index, flag): # real signature unknown; restored from __doc__
        """
        SetAssemblyArrayStatus(self, index:int, flag:int) -> None
        C++: void SetAssemblyArrayStatus(int index, int flag)
        SetAssemblyArrayStatus(self, __a:str, flag:int) -> None
        C++: void SetAssemblyArrayStatus(const char *, int flag)
        """
        pass

    def SetCacheSize(self, CacheSize): # real signature unknown; restored from __doc__
        """
        SetCacheSize(self, CacheSize:float) -> None
        C++: void SetCacheSize(double CacheSize)
        
        Set the size of the cache in MiB.
        """
        pass

    def SetDisplacementMagnitude(self, s): # real signature unknown; restored from __doc__
        """
        SetDisplacementMagnitude(self, s:float) -> None
        C++: virtual void SetDisplacementMagnitude(float s)
        """
        pass

    def SetDisplayType(self, type): # real signature unknown; restored from __doc__
        """
        SetDisplayType(self, type:int) -> None
        C++: virtual void SetDisplayType(int type)
        """
        pass

    def SetEdgeBlockArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetEdgeBlockArrayStatus(self, name:str, flag:int) -> None
        C++: void SetEdgeBlockArrayStatus(const char *name, int flag)
        """
        pass

    def SetEdgeMapArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetEdgeMapArrayStatus(self, name:str, flag:int) -> None
        C++: void SetEdgeMapArrayStatus(const char *name, int flag)
        """
        pass

    def SetEdgeResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetEdgeResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetEdgeResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetEdgeSetArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetEdgeSetArrayStatus(self, name:str, flag:int) -> None
        C++: void SetEdgeSetArrayStatus(const char *name, int flag)
        """
        pass

    def SetEdgeSetResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetEdgeSetResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetEdgeSetResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetElementBlockArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetElementBlockArrayStatus(self, name:str, flag:int) -> None
        C++: void SetElementBlockArrayStatus(const char *name, int flag)
        """
        pass

    def SetElementMapArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetElementMapArrayStatus(self, name:str, flag:int) -> None
        C++: void SetElementMapArrayStatus(const char *name, int flag)
        """
        pass

    def SetElementResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetElementResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetElementResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetElementSetArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetElementSetArrayStatus(self, name:str, flag:int) -> None
        C++: void SetElementSetArrayStatus(const char *name, int flag)
        """
        pass

    def SetElementSetResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetElementSetResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetElementSetResultArrayStatus(const char *name,
            int flag)
        """
        pass

    def SetFaceBlockArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetFaceBlockArrayStatus(self, name:str, flag:int) -> None
        C++: void SetFaceBlockArrayStatus(const char *name, int flag)
        """
        pass

    def SetFaceMapArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetFaceMapArrayStatus(self, name:str, flag:int) -> None
        C++: void SetFaceMapArrayStatus(const char *name, int flag)
        """
        pass

    def SetFaceResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetFaceResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetFaceResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetFaceSetArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetFaceSetArrayStatus(self, name:str, flag:int) -> None
        C++: void SetFaceSetArrayStatus(const char *name, int flag)
        """
        pass

    def SetFaceSetResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetFaceSetResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetFaceSetResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetFileId(self, f): # real signature unknown; restored from __doc__
        """
        SetFileId(self, f:int) -> None
        C++: virtual void SetFileId(int f)
        """
        pass

    def SetFileName(self, fname): # real signature unknown; restored from __doc__
        """
        SetFileName(self, fname:str) -> None
        C++: virtual void SetFileName(const char *fname)
        
        Specify file name of the Exodus file.
        """
        pass

    def SetGenerateFileIdArray(self, f): # real signature unknown; restored from __doc__
        """
        SetGenerateFileIdArray(self, f:int) -> None
        C++: virtual void SetGenerateFileIdArray(vtkTypeBool f)
        """
        pass

    def SetGenerateGlobalElementIdArray(self, g): # real signature unknown; restored from __doc__
        """
        SetGenerateGlobalElementIdArray(self, g:int) -> None
        C++: virtual void SetGenerateGlobalElementIdArray(vtkTypeBool g)
        """
        pass

    def SetGenerateGlobalNodeIdArray(self, g): # real signature unknown; restored from __doc__
        """
        SetGenerateGlobalNodeIdArray(self, g:int) -> None
        C++: virtual void SetGenerateGlobalNodeIdArray(vtkTypeBool g)
        """
        pass

    def SetGenerateImplicitElementIdArray(self, g): # real signature unknown; restored from __doc__
        """
        SetGenerateImplicitElementIdArray(self, g:int) -> None
        C++: virtual void SetGenerateImplicitElementIdArray(vtkTypeBool g)
        """
        pass

    def SetGenerateImplicitNodeIdArray(self, g): # real signature unknown; restored from __doc__
        """
        SetGenerateImplicitNodeIdArray(self, g:int) -> None
        C++: virtual void SetGenerateImplicitNodeIdArray(vtkTypeBool g)
        """
        pass

    def SetGenerateObjectIdCellArray(self, g): # real signature unknown; restored from __doc__
        """
        SetGenerateObjectIdCellArray(self, g:int) -> None
        C++: virtual void SetGenerateObjectIdCellArray(vtkTypeBool g)
        
        Extra cell data array that can be generated.  By default, this
        array is ON.  The value of the array is the integer id found in
        the exodus file. The name of the array is returned by
        GetBlockIdArrayName(). For cells representing elements from an
        Exodus element block, this is set to the element block ID. For
        cells representing edges from an Exodus edge block, this is the
        edge block ID. Similarly, this is the face block ID for cells
        representing faces from an Exodus face block. The same holds for
        cells representing entries of node, edge, face, side, and element
        sets.
        """
        pass

    def SetGlobalResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetGlobalResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetGlobalResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetHasModeShapes(self, ms): # real signature unknown; restored from __doc__
        """
        SetHasModeShapes(self, ms:int) -> None
        C++: virtual void SetHasModeShapes(vtkTypeBool ms)
        
        Set/Get whether the Exodus sequence number corresponds to time
        steps or mode shapes. By default, HasModeShapes is false unless
        two time values in the Exodus file are identical, in which case
        it is true.
        """
        pass

    def SetHierarchyArrayStatus(self, index, flag): # real signature unknown; restored from __doc__
        """
        SetHierarchyArrayStatus(self, index:int, flag:int) -> None
        C++: void SetHierarchyArrayStatus(int index, int flag)
        SetHierarchyArrayStatus(self, __a:str, flag:int) -> None
        C++: void SetHierarchyArrayStatus(const char *, int flag)
        """
        pass

    def SetIgnoreFileTime(self, flag): # real signature unknown; restored from __doc__
        """
        SetIgnoreFileTime(self, flag:bool) -> None
        C++: virtual void SetIgnoreFileTime(bool flag)
        
        When on, this option ignores the time values assigned to each
        time step in the file. This can be useful for Exodus files where
        different time steps are overloaded to represent different
        aspects of a data set rather than the data set at different time
        values.
        """
        pass

    def SetMaterialArrayStatus(self, index, flag): # real signature unknown; restored from __doc__
        """
        SetMaterialArrayStatus(self, index:int, flag:int) -> None
        C++: void SetMaterialArrayStatus(int index, int flag)
        SetMaterialArrayStatus(self, __a:str, flag:int) -> None
        C++: void SetMaterialArrayStatus(const char *, int flag)
        """
        pass

    def SetModeShape(self, val): # real signature unknown; restored from __doc__
        """
        SetModeShape(self, val:int) -> None
        C++: void SetModeShape(int val)
        
        Convenience method to set the mode-shape which is same as
        this->SetTimeStep(val-1);
        """
        pass

    def SetModeShapeTime(self, phase): # real signature unknown; restored from __doc__
        """
        SetModeShapeTime(self, phase:float) -> None
        C++: virtual void SetModeShapeTime(double phase)
        
        Set/Get the time used to animate mode shapes. This is a number
        between 0 and 1 that is used to scale the DisplacementMagnitude
        in a sinusoidal pattern. Specifically, the displacement vector
        for each vertex is scaled by$ \mathrm{DisplacementMagnitude} cos(
        2\pi \mathrm{ModeShapeTime} ) $ before it is added to the vertex
        coordinates.
        """
        pass

    def SetNodeMapArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetNodeMapArrayStatus(self, name:str, flag:int) -> None
        C++: void SetNodeMapArrayStatus(const char *name, int flag)
        """
        pass

    def SetNodeSetArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetNodeSetArrayStatus(self, name:str, flag:int) -> None
        C++: void SetNodeSetArrayStatus(const char *name, int flag)
        """
        pass

    def SetNodeSetResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetNodeSetResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetNodeSetResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetObjectArrayStatus(self, objectType, arrayIndex, status): # real signature unknown; restored from __doc__
        """
        SetObjectArrayStatus(self, objectType:int, arrayIndex:int,
            status:int) -> None
        C++: void SetObjectArrayStatus(int objectType, int arrayIndex,
            int status)
        SetObjectArrayStatus(self, objectType:int, arrayName:str,
            status:int) -> None
        C++: void SetObjectArrayStatus(int objectType,
            const char *arrayName, int status)
        """
        pass

    def SetObjectAttributeStatus(self, objectType, objectIndex, attribIndex, status): # real signature unknown; restored from __doc__
        """
        SetObjectAttributeStatus(self, objectType:int, objectIndex:int,
            attribIndex:int, status:int) -> None
        C++: void SetObjectAttributeStatus(int objectType,
            int objectIndex, int attribIndex, int status)
        SetObjectAttributeStatus(self, objectType:int, objectIndex:int,
            attribName:str, status:int) -> None
        C++: void SetObjectAttributeStatus(int objectType,
            int objectIndex, const char *attribName, int status)
        """
        pass

    def SetObjectStatus(self, objectType, objectIndex, status): # real signature unknown; restored from __doc__
        """
        SetObjectStatus(self, objectType:int, objectIndex:int, status:int)
             -> None
        C++: void SetObjectStatus(int objectType, int objectIndex,
            int status)
        SetObjectStatus(self, objectType:int, objectName:str, status:int)
            -> None
        C++: void SetObjectStatus(int objectType, const char *objectName,
            int status)
        """
        pass

    def SetPartArrayStatus(self, index, flag): # real signature unknown; restored from __doc__
        """
        SetPartArrayStatus(self, index:int, flag:int) -> None
        C++: void SetPartArrayStatus(int index, int flag)
        SetPartArrayStatus(self, __a:str, flag:int) -> None
        C++: void SetPartArrayStatus(const char *, int flag)
        """
        pass

    def SetPointResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetPointResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetPointResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetSideSetArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetSideSetArrayStatus(self, name:str, flag:int) -> None
        C++: void SetSideSetArrayStatus(const char *name, int flag)
        """
        pass

    def SetSideSetResultArrayStatus(self, name, flag): # real signature unknown; restored from __doc__
        """
        SetSideSetResultArrayStatus(self, name:str, flag:int) -> None
        C++: void SetSideSetResultArrayStatus(const char *name, int flag)
        """
        pass

    def SetSqueezePoints(self, sp): # real signature unknown; restored from __doc__
        """
        SetSqueezePoints(self, sp:bool) -> None
        C++: void SetSqueezePoints(bool sp)
        
        Should the reader output only points used by elements in the
        output mesh, or all the points. Outputting all the points is much
        faster since the point array can be read straight from disk and
        the mesh connectivity need not be altered. Squeezing the points
        down to the minimum set needed to produce the output mesh is
        useful for glyphing and other point-based operations. On large
        parallel datasets, loading all the points implies loading all the
        points on all processes and performing subsequent filtering on a
        much larger set.
        
        * By default, SqueezePoints is true for backwards compatibility.
        """
        pass

    def SetTimeStep(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTimeStep(self, _arg:int) -> None
        C++: virtual void SetTimeStep(int _arg)
        
        Which TimeStep to read.
        """
        pass

    def SetUseLegacyBlockNames(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseLegacyBlockNames(self, _arg:bool) -> None
        C++: virtual void SetUseLegacyBlockNames(bool _arg)
        
        In previous versions, the reader added the type of elements in
        the block to the block name when no name was provided for the
        block. This has issues with consistency when naming blocks across
        ranks for partitioned files (see paraview/paraview#19110), hence
        we no longer do that. For legacy pipelines, one can enable the
        old behavior by setting this flag to true.
        """
        pass

    def SetXMLFileName(self, fname): # real signature unknown; restored from __doc__
        """
        SetXMLFileName(self, fname:str) -> None
        C++: virtual void SetXMLFileName(const char *fname)
        
        Specify file name of the xml file.
        """
        pass

    def UseLegacyBlockNamesOff(self): # real signature unknown; restored from __doc__
        """
        UseLegacyBlockNamesOff(self) -> None
        C++: virtual void UseLegacyBlockNamesOff()
        """
        pass

    def UseLegacyBlockNamesOn(self): # real signature unknown; restored from __doc__
        """
        UseLegacyBlockNamesOn(self) -> None
        C++: virtual void UseLegacyBlockNamesOn()
        """
        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."""


    ASSEMBLY = 60
    EDGE_BLOCK = 6
    EDGE_BLOCK_ATTRIB = 79
    EDGE_BLOCK_CONN = 94
    EDGE_ID = 106
    EDGE_MAP = 11
    EDGE_SET = 7
    EDGE_SET_CONN = 90
    ELEMENT_ID = 84
    ELEM_BLOCK = 1
    ELEM_BLOCK_ATTRIB = 81
    ELEM_BLOCK_EDGE_CONN = 96
    ELEM_BLOCK_ELEM_CONN = 98
    ELEM_BLOCK_FACE_CONN = 97
    ELEM_BLOCK_TEMPORAL = 100
    ELEM_MAP = 4
    ELEM_SET = 10
    ELEM_SET_CONN = 93
    ENTITY_COUNTS = 109
    FACE_BLOCK = 8
    FACE_BLOCK_ATTRIB = 80
    FACE_BLOCK_CONN = 95
    FACE_ID = 105
    FACE_MAP = 12
    FACE_SET = 9
    FACE_SET_CONN = 91
    GLOBAL = 13
    GLOBAL_CONN = 99
    GLOBAL_ELEMENT_ID = 86
    GLOBAL_NODE_ID = 85
    GLOBAL_TEMPORAL = 102
    HIERARCHY = 63
    ID_NOT_FOUND = -234121312
    IMPLICIT_ELEMENT_ID = 108
    IMPLICIT_NODE_ID = 107
    INFO_RECORDS = 104
    MATERIAL = 62
    NODAL = 14
    NODAL_COORDS = 88
    NODAL_SQUEEZEMAP = 82
    NODAL_TEMPORAL = 101
    NODE_ID = 83
    NODE_MAP = 5
    NODE_SET = 2
    NODE_SET_CONN = 89
    ObjectType = None # (!) real value is "<class 'vtkmodules.vtkIOExodus.vtkExodusIIReader.ObjectType'>"
    OBJECT_ID = 87
    PART = 61
    QA_RECORDS = 103
    SEARCH_TYPE_ELEMENT = 0
    SEARCH_TYPE_ELEMENT_THEN_NODE = 2
    SEARCH_TYPE_NODE = 1
    SEARCH_TYPE_NODE_THEN_ELEMENT = 3
    SIDE_SET = 3
    SIDE_SET_CONN = 92
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkExodusIIReader\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'CanReadFile\': <method \'CanReadFile\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetMTime\': <method \'GetMTime\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetMetadataMTime\': <method \'GetMetadataMTime\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetFileName\': <method \'SetFileName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFileName\': <method \'GetFileName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetXMLFileName\': <method \'SetXMLFileName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetXMLFileName\': <method \'GetXMLFileName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetTimeStep\': <method \'SetTimeStep\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTimeStep\': <method \'GetTimeStep\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetModeShape\': <method \'SetModeShape\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetModeShapesRange\': <method \'GetModeShapesRange\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTimeStepRange\': <method \'GetTimeStepRange\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetGenerateObjectIdCellArray\': <method \'SetGenerateObjectIdCellArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGenerateObjectIdCellArray\': <method \'GetGenerateObjectIdCellArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateObjectIdCellArrayOn\': <method \'GenerateObjectIdCellArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateObjectIdCellArrayOff\': <method \'GenerateObjectIdCellArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectIdArrayName\': <method \'GetObjectIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetGenerateGlobalElementIdArray\': <method \'SetGenerateGlobalElementIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGenerateGlobalElementIdArray\': <method \'GetGenerateGlobalElementIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateGlobalElementIdArrayOn\': <method \'GenerateGlobalElementIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateGlobalElementIdArrayOff\': <method \'GenerateGlobalElementIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetGenerateGlobalNodeIdArray\': <method \'SetGenerateGlobalNodeIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGenerateGlobalNodeIdArray\': <method \'GetGenerateGlobalNodeIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateGlobalNodeIdArrayOn\': <method \'GenerateGlobalNodeIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateGlobalNodeIdArrayOff\': <method \'GenerateGlobalNodeIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetGenerateImplicitElementIdArray\': <method \'SetGenerateImplicitElementIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGenerateImplicitElementIdArray\': <method \'GetGenerateImplicitElementIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateImplicitElementIdArrayOn\': <method \'GenerateImplicitElementIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateImplicitElementIdArrayOff\': <method \'GenerateImplicitElementIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetGenerateImplicitNodeIdArray\': <method \'SetGenerateImplicitNodeIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGenerateImplicitNodeIdArray\': <method \'GetGenerateImplicitNodeIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateImplicitNodeIdArrayOn\': <method \'GenerateImplicitNodeIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateImplicitNodeIdArrayOff\': <method \'GenerateImplicitNodeIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetGenerateFileIdArray\': <method \'SetGenerateFileIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGenerateFileIdArray\': <method \'GetGenerateFileIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateFileIdArrayOn\': <method \'GenerateFileIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GenerateFileIdArrayOff\': <method \'GenerateFileIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetFileId\': <method \'SetFileId\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFileId\': <method \'GetFileId\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalElementIdArrayName\': <method \'GetGlobalElementIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPedigreeElementIdArrayName\': <method \'GetPedigreeElementIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalElementID\': <method \'GetGlobalElementID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetImplicitElementIdArrayName\': <method \'GetImplicitElementIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalFaceIdArrayName\': <method \'GetGlobalFaceIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPedigreeFaceIdArrayName\': <method \'GetPedigreeFaceIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalFaceID\': <method \'GetGlobalFaceID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetImplicitFaceIdArrayName\': <method \'GetImplicitFaceIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalEdgeIdArrayName\': <method \'GetGlobalEdgeIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPedigreeEdgeIdArrayName\': <method \'GetPedigreeEdgeIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalEdgeID\': <method \'GetGlobalEdgeID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetImplicitEdgeIdArrayName\': <method \'GetImplicitEdgeIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalNodeIdArrayName\': <method \'GetGlobalNodeIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPedigreeNodeIdArrayName\': <method \'GetPedigreeNodeIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalNodeID\': <method \'GetGlobalNodeID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetImplicitNodeIdArrayName\': <method \'GetImplicitNodeIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSideSetSourceElementIdArrayName\': <method \'GetSideSetSourceElementIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSideSetSourceElementSideArrayName\': <method \'GetSideSetSourceElementSideArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetApplyDisplacements\': <method \'SetApplyDisplacements\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetApplyDisplacements\': <method \'GetApplyDisplacements\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'ApplyDisplacementsOn\': <method \'ApplyDisplacementsOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'ApplyDisplacementsOff\': <method \'ApplyDisplacementsOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetDisplacementMagnitude\': <method \'SetDisplacementMagnitude\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetDisplacementMagnitude\': <method \'GetDisplacementMagnitude\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetHasModeShapes\': <method \'SetHasModeShapes\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetHasModeShapes\': <method \'GetHasModeShapes\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'HasModeShapesOn\': <method \'HasModeShapesOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'HasModeShapesOff\': <method \'HasModeShapesOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetModeShapeTime\': <method \'SetModeShapeTime\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetModeShapeTime\': <method \'GetModeShapeTime\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetAnimateModeShapes\': <method \'SetAnimateModeShapes\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetAnimateModeShapes\': <method \'GetAnimateModeShapes\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'AnimateModeShapesOn\': <method \'AnimateModeShapesOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'AnimateModeShapesOff\': <method \'AnimateModeShapesOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetIgnoreFileTime\': <method \'SetIgnoreFileTime\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetIgnoreFileTime\': <method \'GetIgnoreFileTime\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'IgnoreFileTimeOn\': <method \'IgnoreFileTimeOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'IgnoreFileTimeOff\': <method \'IgnoreFileTimeOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetDimensionality\': <method \'GetDimensionality\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfTimeSteps\': <method \'GetNumberOfTimeSteps\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfNodesInFile\': <method \'GetNumberOfNodesInFile\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfEdgesInFile\': <method \'GetNumberOfEdgesInFile\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfFacesInFile\': <method \'GetNumberOfFacesInFile\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfElementsInFile\': <method \'GetNumberOfElementsInFile\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectTypeFromName\': <method \'GetObjectTypeFromName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectTypeName\': <method \'GetObjectTypeName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfNodes\': <method \'GetNumberOfNodes\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfObjects\': <method \'GetNumberOfObjects\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfEntriesInObject\': <method \'GetNumberOfEntriesInObject\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectId\': <method \'GetObjectId\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectName\': <method \'GetObjectName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectIndex\': <method \'GetObjectIndex\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectStatus\': <method \'GetObjectStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetObjectStatus\': <method \'SetObjectStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfObjectArrays\': <method \'GetNumberOfObjectArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectArrayName\': <method \'GetObjectArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectArrayIndex\': <method \'GetObjectArrayIndex\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfObjectArrayComponents\': <method \'GetNumberOfObjectArrayComponents\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectArrayStatus\': <method \'GetObjectArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetObjectArrayStatus\': <method \'SetObjectArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfObjectAttributes\': <method \'GetNumberOfObjectAttributes\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectAttributeName\': <method \'GetObjectAttributeName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectAttributeIndex\': <method \'GetObjectAttributeIndex\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetObjectAttributeStatus\': <method \'GetObjectAttributeStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetObjectAttributeStatus\': <method \'SetObjectAttributeStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTotalNumberOfNodes\': <method \'GetTotalNumberOfNodes\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTotalNumberOfEdges\': <method \'GetTotalNumberOfEdges\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTotalNumberOfFaces\': <method \'GetTotalNumberOfFaces\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTotalNumberOfElements\': <method \'GetTotalNumberOfElements\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfPartArrays\': <method \'GetNumberOfPartArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPartArrayName\': <method \'GetPartArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPartArrayID\': <method \'GetPartArrayID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPartBlockInfo\': <method \'GetPartBlockInfo\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetPartArrayStatus\': <method \'SetPartArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPartArrayStatus\': <method \'GetPartArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfMaterialArrays\': <method \'GetNumberOfMaterialArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetMaterialArrayName\': <method \'GetMaterialArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetMaterialArrayID\': <method \'GetMaterialArrayID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetMaterialArrayStatus\': <method \'SetMaterialArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetMaterialArrayStatus\': <method \'GetMaterialArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfAssemblyArrays\': <method \'GetNumberOfAssemblyArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetAssemblyArrayName\': <method \'GetAssemblyArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetAssemblyArrayID\': <method \'GetAssemblyArrayID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetAssemblyArrayStatus\': <method \'SetAssemblyArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetAssemblyArrayStatus\': <method \'GetAssemblyArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfHierarchyArrays\': <method \'GetNumberOfHierarchyArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetHierarchyArrayName\': <method \'GetHierarchyArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetHierarchyArrayStatus\': <method \'SetHierarchyArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetHierarchyArrayStatus\': <method \'GetHierarchyArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetDisplayType\': <method \'GetDisplayType\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetDisplayType\': <method \'SetDisplayType\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'IsValidVariable\': <method \'IsValidVariable\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetVariableID\': <method \'GetVariableID\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetAllArrayStatus\': <method \'SetAllArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetTimeSeriesData\': <method \'GetTimeSeriesData\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfEdgeBlockArrays\': <method \'GetNumberOfEdgeBlockArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeBlockArrayName\': <method \'GetEdgeBlockArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeBlockArrayStatus\': <method \'GetEdgeBlockArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetEdgeBlockArrayStatus\': <method \'SetEdgeBlockArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfFaceBlockArrays\': <method \'GetNumberOfFaceBlockArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceBlockArrayName\': <method \'GetFaceBlockArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceBlockArrayStatus\': <method \'GetFaceBlockArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetFaceBlockArrayStatus\': <method \'SetFaceBlockArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfElementBlockArrays\': <method \'GetNumberOfElementBlockArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementBlockArrayName\': <method \'GetElementBlockArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementBlockArrayStatus\': <method \'GetElementBlockArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetElementBlockArrayStatus\': <method \'SetElementBlockArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfGlobalResultArrays\': <method \'GetNumberOfGlobalResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalResultArrayName\': <method \'GetGlobalResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetGlobalResultArrayStatus\': <method \'GetGlobalResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetGlobalResultArrayStatus\': <method \'SetGlobalResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfPointResultArrays\': <method \'GetNumberOfPointResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPointResultArrayName\': <method \'GetPointResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetPointResultArrayStatus\': <method \'GetPointResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetPointResultArrayStatus\': <method \'SetPointResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfEdgeResultArrays\': <method \'GetNumberOfEdgeResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeResultArrayName\': <method \'GetEdgeResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeResultArrayStatus\': <method \'GetEdgeResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetEdgeResultArrayStatus\': <method \'SetEdgeResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfFaceResultArrays\': <method \'GetNumberOfFaceResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceResultArrayName\': <method \'GetFaceResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceResultArrayStatus\': <method \'GetFaceResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetFaceResultArrayStatus\': <method \'SetFaceResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfElementResultArrays\': <method \'GetNumberOfElementResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementResultArrayName\': <method \'GetElementResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementResultArrayStatus\': <method \'GetElementResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetElementResultArrayStatus\': <method \'SetElementResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfNodeMapArrays\': <method \'GetNumberOfNodeMapArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNodeMapArrayName\': <method \'GetNodeMapArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNodeMapArrayStatus\': <method \'GetNodeMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetNodeMapArrayStatus\': <method \'SetNodeMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfEdgeMapArrays\': <method \'GetNumberOfEdgeMapArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeMapArrayName\': <method \'GetEdgeMapArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeMapArrayStatus\': <method \'GetEdgeMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetEdgeMapArrayStatus\': <method \'SetEdgeMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfFaceMapArrays\': <method \'GetNumberOfFaceMapArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceMapArrayName\': <method \'GetFaceMapArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceMapArrayStatus\': <method \'GetFaceMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetFaceMapArrayStatus\': <method \'SetFaceMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfElementMapArrays\': <method \'GetNumberOfElementMapArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementMapArrayName\': <method \'GetElementMapArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementMapArrayStatus\': <method \'GetElementMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetElementMapArrayStatus\': <method \'SetElementMapArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfNodeSetArrays\': <method \'GetNumberOfNodeSetArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNodeSetArrayName\': <method \'GetNodeSetArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNodeSetArrayStatus\': <method \'GetNodeSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetNodeSetArrayStatus\': <method \'SetNodeSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfSideSetArrays\': <method \'GetNumberOfSideSetArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSideSetArrayName\': <method \'GetSideSetArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSideSetArrayStatus\': <method \'GetSideSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetSideSetArrayStatus\': <method \'SetSideSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfEdgeSetArrays\': <method \'GetNumberOfEdgeSetArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeSetArrayName\': <method \'GetEdgeSetArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeSetArrayStatus\': <method \'GetEdgeSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetEdgeSetArrayStatus\': <method \'SetEdgeSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfFaceSetArrays\': <method \'GetNumberOfFaceSetArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceSetArrayName\': <method \'GetFaceSetArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceSetArrayStatus\': <method \'GetFaceSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetFaceSetArrayStatus\': <method \'SetFaceSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfElementSetArrays\': <method \'GetNumberOfElementSetArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementSetArrayName\': <method \'GetElementSetArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementSetArrayStatus\': <method \'GetElementSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetElementSetArrayStatus\': <method \'SetElementSetArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfNodeSetResultArrays\': <method \'GetNumberOfNodeSetResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNodeSetResultArrayName\': <method \'GetNodeSetResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNodeSetResultArrayStatus\': <method \'GetNodeSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetNodeSetResultArrayStatus\': <method \'SetNodeSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfSideSetResultArrays\': <method \'GetNumberOfSideSetResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSideSetResultArrayName\': <method \'GetSideSetResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSideSetResultArrayStatus\': <method \'GetSideSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetSideSetResultArrayStatus\': <method \'SetSideSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfEdgeSetResultArrays\': <method \'GetNumberOfEdgeSetResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeSetResultArrayName\': <method \'GetEdgeSetResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetEdgeSetResultArrayStatus\': <method \'GetEdgeSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetEdgeSetResultArrayStatus\': <method \'SetEdgeSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfFaceSetResultArrays\': <method \'GetNumberOfFaceSetResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceSetResultArrayName\': <method \'GetFaceSetResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetFaceSetResultArrayStatus\': <method \'GetFaceSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetFaceSetResultArrayStatus\': <method \'SetFaceSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetNumberOfElementSetResultArrays\': <method \'GetNumberOfElementSetResultArrays\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementSetResultArrayName\': <method \'GetElementSetResultArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetElementSetResultArrayStatus\': <method \'GetElementSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetElementSetResultArrayStatus\': <method \'SetElementSetResultArrayStatus\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'Reset\': <method \'Reset\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'ResetSettings\': <method \'ResetSettings\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'ResetCache\': <method \'ResetCache\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetCacheSize\': <method \'SetCacheSize\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetCacheSize\': <method \'GetCacheSize\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetSqueezePoints\': <method \'SetSqueezePoints\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSqueezePoints\': <method \'GetSqueezePoints\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'Dump\': <method \'Dump\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSIL\': <method \'GetSIL\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetSILUpdateStamp\': <method \'GetSILUpdateStamp\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetMaxNameLength\': <method \'GetMaxNameLength\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GLOBAL_VARIABLE\': <method \'GLOBAL_VARIABLE\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GLOBAL_TEMPORAL_VARIABLE\': <method \'GLOBAL_TEMPORAL_VARIABLE\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'SetUseLegacyBlockNames\': <method \'SetUseLegacyBlockNames\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'GetUseLegacyBlockNames\': <method \'GetUseLegacyBlockNames\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'UseLegacyBlockNamesOn\': <method \'UseLegacyBlockNamesOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'UseLegacyBlockNamesOff\': <method \'UseLegacyBlockNamesOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'ObjectType\': <class \'vtkmodules.vtkIOExodus.vtkExodusIIReader.ObjectType\'>, \'SEARCH_TYPE_ELEMENT\': 0, \'SEARCH_TYPE_NODE\': 1, \'SEARCH_TYPE_ELEMENT_THEN_NODE\': 2, \'SEARCH_TYPE_NODE_THEN_ELEMENT\': 3, \'ID_NOT_FOUND\': -234121312, \'EDGE_BLOCK\': 6, \'FACE_BLOCK\': 8, \'ELEM_BLOCK\': 1, \'NODE_SET\': 2, \'EDGE_SET\': 7, \'FACE_SET\': 9, \'SIDE_SET\': 3, \'ELEM_SET\': 10, \'NODE_MAP\': 5, \'EDGE_MAP\': 11, \'FACE_MAP\': 12, \'ELEM_MAP\': 4, \'GLOBAL\': 13, \'NODAL\': 14, \'ASSEMBLY\': 60, \'PART\': 61, \'MATERIAL\': 62, \'HIERARCHY\': 63, \'QA_RECORDS\': 103, \'INFO_RECORDS\': 104, \'GLOBAL_TEMPORAL\': 102, \'NODAL_TEMPORAL\': 101, \'ELEM_BLOCK_TEMPORAL\': 100, \'GLOBAL_CONN\': 99, \'ELEM_BLOCK_ELEM_CONN\': 98, \'ELEM_BLOCK_FACE_CONN\': 97, \'ELEM_BLOCK_EDGE_CONN\': 96, \'FACE_BLOCK_CONN\': 95, \'EDGE_BLOCK_CONN\': 94, \'ELEM_SET_CONN\': 93, \'SIDE_SET_CONN\': 92, \'FACE_SET_CONN\': 91, \'EDGE_SET_CONN\': 90, \'NODE_SET_CONN\': 89, \'NODAL_COORDS\': 88, \'OBJECT_ID\': 87, \'IMPLICIT_ELEMENT_ID\': 108, \'IMPLICIT_NODE_ID\': 107, \'GLOBAL_ELEMENT_ID\': 86, \'GLOBAL_NODE_ID\': 85, \'ELEMENT_ID\': 84, \'NODE_ID\': 83, \'NODAL_SQUEEZEMAP\': 82, \'ELEM_BLOCK_ATTRIB\': 81, \'FACE_BLOCK_ATTRIB\': 80, \'EDGE_BLOCK_ATTRIB\': 79, \'FACE_ID\': 105, \'EDGE_ID\': 106, \'ENTITY_COUNTS\': 109, \'__new__\': <built-in method __new__ of type object at 0x00007FF85F04D7D0>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIReader\' objects>, \'__doc__\': \'vtkExodusIIReader - Read exodus 2 files .ex2\\n\\nSuperclass: vtkMultiBlockDataSetAlgorithm\\n\\nvtkExodusIIReader is a unstructured grid source object that reads\\nExodusII files.  Most of the meta data associated with the file is\\nloaded when UpdateInformation is called.  This includes information\\nlike Title, number of blocks, number and names of arrays. This data\\ncan be retrieved from methods in this reader. Separate arrays that\\nare meant to be a single vector, are combined internally for\\nconvenience.  To be combined, the array names have to be identical\\nexcept for a trailing X,Y and Z (or x,y,z).  By default cell and\\npoint arrays are not loaded.  However, the user can flag arrays to\\nload with the methods "SetPointResultArrayStatus" and\\n"SetElementResultArrayStatus".  The reader DOES NOT respond to piece\\nrequests\\n\\n\'})'
    __vtkname__ = 'vtkExodusIIReader'


class vtkExodusIIReaderParser(__vtkmodules_vtkIOXMLParser.vtkXMLParser):
    """
    vtkExodusIIReaderParser - internal parser used by vtkExodusIIReader.
    
    Superclass: vtkXMLParser
    
    vtkExodusIIReaderParser is an internal XML parser used by
    vtkExodusIIReader. This is not for public use.
    """
    def GetBlockName(self, id): # real signature unknown; restored from __doc__
        """
        GetBlockName(self, id:int) -> str
        C++: std::string GetBlockName(int id)
        
        Given a block "id" return the name as determined from the xml.
        This is valid only after Go().
        """
        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 GetSIL(self): # real signature unknown; restored from __doc__
        """
        GetSIL(self) -> vtkMutableDirectedGraph
        C++: virtual vtkMutableDirectedGraph *GetSIL()
        
        Returns the SIL. This is valid only after Go().
        """
        pass

    def Go(self, filename): # real signature unknown; restored from __doc__
        """
        Go(self, filename:str) -> None
        C++: void Go(const char *filename)
        
        Trigger parsing of the XML file.
        """
        pass

    def HasInformationAboutBlock(self, id): # real signature unknown; restored from __doc__
        """
        HasInformationAboutBlock(self, id:int) -> bool
        C++: bool HasInformationAboutBlock(int id)
        """
        return False

    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) -> vtkExodusIIReaderParser
        C++: vtkExodusIIReaderParser *NewInstance()
        """
        return vtkExodusIIReaderParser

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkExodusIIReaderParser
        C++: static vtkExodusIIReaderParser *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkExodusIIReaderParser

    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__': 'vtkExodusIIReaderParser', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'GetSIL': <method 'GetSIL' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'Go': <method 'Go' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'HasInformationAboutBlock': <method 'HasInformationAboutBlock' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, 'GetBlockName': <method 'GetBlockName' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF85F04DAE0>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOExodus.vtkExodusIIReaderParser' objects>, '__doc__': 'vtkExodusIIReaderParser - internal parser used by vtkExodusIIReader.\\n\\nSuperclass: vtkXMLParser\\n\\nvtkExodusIIReaderParser is an internal XML parser used by\\nvtkExodusIIReader. This is not for public use.\\n\\n'})"
    __vtkname__ = 'vtkExodusIIReaderParser'


class vtkExodusIIWriter(__vtkmodules_vtkIOCore.vtkWriter):
    """
    vtkExodusIIWriter - Write Exodus II files
    
    Superclass: vtkWriter
    
    This is a vtkWriter that writes it's vtkUnstructuredGrid
        input out to an Exodus II file.  Go to
    http://endo.sandia.gov/SEACAS/
        for more information about the Exodus II format.
    
    
        Exodus files contain much information that is not captured
        in a vtkUnstructuredGrid, such as time steps, information
        lines, node sets, and side sets.  This information can be
        stored in a vtkModelMetadata object.
    
    
        The vtkExodusReader and vtkPExodusReader can create
        a vtkModelMetadata object and embed it in a vtkUnstructuredGrid
        in a series of field arrays.  This writer searches for these
        field arrays and will use the metadata contained in them
        when creating the new Exodus II file.
    
    
        You can also explicitly give the vtkExodusIIWriter a
        vtkModelMetadata object to use when writing the file.
    
    
        In the absence of the information provided by vtkModelMetadata,
        if this writer is not part of a parallel application, we will use
        reasonable defaults for all the values in the output Exodus file.
        If you don't provide a block ID element array, we'll create a
        block for each cell type that appears in the unstructured grid.
    
    
        However if this writer is part of a parallel application (hence
        writing out a distributed Exodus file), then we need at the very
        least a list of all the block IDs that appear in the file.  And
        we need the element array of block IDs for the input unstructured
    grid.
    
    
        In the absence of a vtkModelMetadata object, you can also provide
        time step information which we will include in the output Exodus
        file.
    
    @warning
        If the input floating point field arrays and point locations are
    all
        floats or all doubles, this class will operate more efficiently.
        Mixing floats and doubles will slow you down, because Exodus II
        requires that we write only floats or only doubles.
    
    @warning
        We use the terms "point" and "node" interchangeably.
        Also, we use the terms "element" and "cell" interchangeably.
    """
    def GetBlockIdArrayName(self): # real signature unknown; restored from __doc__
        """
        GetBlockIdArrayName(self) -> str
        C++: virtual char *GetBlockIdArrayName()
        """
        return ""

    def GetFileName(self): # real signature unknown; restored from __doc__
        """
        GetFileName(self) -> str
        C++: virtual char *GetFileName()
        """
        return ""

    def GetGhostLevel(self): # real signature unknown; restored from __doc__
        """
        GetGhostLevel(self) -> int
        C++: virtual int GetGhostLevel()
        """
        return 0

    def GetIgnoreMetaDataWarning(self): # real signature unknown; restored from __doc__
        """
        GetIgnoreMetaDataWarning(self) -> bool
        C++: virtual bool GetIgnoreMetaDataWarning()
        """
        return False

    def GetModelMetadata(self): # real signature unknown; restored from __doc__
        """
        GetModelMetadata(self) -> vtkModelMetadata
        C++: virtual vtkModelMetadata *GetModelMetadata()
        """
        return vtkModelMetadata

    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 GetStoreDoubles(self): # real signature unknown; restored from __doc__
        """
        GetStoreDoubles(self) -> int
        C++: virtual int GetStoreDoubles()
        """
        return 0

    def GetWriteAllTimeSteps(self): # real signature unknown; restored from __doc__
        """
        GetWriteAllTimeSteps(self) -> int
        C++: virtual vtkTypeBool GetWriteAllTimeSteps()
        """
        return 0

    def GetWriteOutBlockIdArray(self): # real signature unknown; restored from __doc__
        """
        GetWriteOutBlockIdArray(self) -> int
        C++: virtual vtkTypeBool GetWriteOutBlockIdArray()
        """
        return 0

    def GetWriteOutGlobalElementIdArray(self): # real signature unknown; restored from __doc__
        """
        GetWriteOutGlobalElementIdArray(self) -> int
        C++: virtual vtkTypeBool GetWriteOutGlobalElementIdArray()
        """
        return 0

    def GetWriteOutGlobalNodeIdArray(self): # real signature unknown; restored from __doc__
        """
        GetWriteOutGlobalNodeIdArray(self) -> int
        C++: virtual vtkTypeBool GetWriteOutGlobalNodeIdArray()
        """
        return 0

    def IgnoreMetaDataWarningOff(self): # real signature unknown; restored from __doc__
        """
        IgnoreMetaDataWarningOff(self) -> None
        C++: virtual void IgnoreMetaDataWarningOff()
        """
        pass

    def IgnoreMetaDataWarningOn(self): # real signature unknown; restored from __doc__
        """
        IgnoreMetaDataWarningOn(self) -> None
        C++: virtual void IgnoreMetaDataWarningOn()
        """
        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 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) -> vtkExodusIIWriter
        C++: vtkExodusIIWriter *NewInstance()
        """
        return vtkExodusIIWriter

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkExodusIIWriter
        C++: static vtkExodusIIWriter *SafeDownCast(vtkObjectBase *o)
        """
        return vtkExodusIIWriter

    def SetBlockIdArrayName(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBlockIdArrayName(self, _arg:str) -> None
        C++: virtual void SetBlockIdArrayName(const char *_arg)
        """
        pass

    def SetFileName(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFileName(self, _arg:str) -> None
        C++: virtual void SetFileName(const char *_arg)
        
        Name for the output file.  If writing in parallel, the number of
        processes and the process rank will be appended to the name, so
        each process is writing out a separate file. If not set, this
        class will make up a file name.
        """
        pass

    def SetGhostLevel(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGhostLevel(self, _arg:int) -> None
        C++: virtual void SetGhostLevel(int _arg)
        
        We never write out ghost cells.  This variable is here to satisfy
        the behavior of ParaView on invoking a parallel writer.
        """
        pass

    def SetIgnoreMetaDataWarning(self, _arg): # real signature unknown; restored from __doc__
        """
        SetIgnoreMetaDataWarning(self, _arg:bool) -> None
        C++: virtual void SetIgnoreMetaDataWarning(bool _arg)
        
        In certain cases we know that metadata doesn't exist and we want
        to ignore that warning.
        """
        pass

    def SetModelMetadata(self, __a): # real signature unknown; restored from __doc__
        """
        SetModelMetadata(self, __a:vtkModelMetadata) -> None
        C++: void SetModelMetadata(vtkModelMetadata *)
        
        Specify the vtkModelMetadata object which contains the Exodus
        file model information (metadata) absent in the
        vtkUnstructuredGrid.  If you have this object, you don't need to
        set any other values before writing. (Just the FileName and the
        Input.) Note that the vtkExodusReader can create and attach a
        vtkModelMetadata object to it's output.  If this has happened,
        the ExodusIIWriter will find it and use it.
        """
        pass

    def SetStoreDoubles(self, _arg): # real signature unknown; restored from __doc__
        """
        SetStoreDoubles(self, _arg:int) -> None
        C++: virtual void SetStoreDoubles(int _arg)
        
        If StoreDoubles is ON, the floating point fields in the Exodus
        file will be double precision fields.  The default is determined
        by the max precision of the input.  If the field data appears to
        be doubles, then StoreDoubles will be ON, otherwise StoreDoubles
        will be OFF.
        """
        pass

    def SetWriteAllTimeSteps(self, _arg): # real signature unknown; restored from __doc__
        """
        SetWriteAllTimeSteps(self, _arg:int) -> None
        C++: virtual void SetWriteAllTimeSteps(vtkTypeBool _arg)
        
        When WriteAllTimeSteps is turned ON, the writer is executed once
        for each timestep available from the reader.
        """
        pass

    def SetWriteOutBlockIdArray(self, _arg): # real signature unknown; restored from __doc__
        """
        SetWriteOutBlockIdArray(self, _arg:int) -> None
        C++: virtual void SetWriteOutBlockIdArray(vtkTypeBool _arg)
        
        By default, the integer array containing the global Block Ids of
        the cells is not included when the new Exodus II file is written
        out.  If you do want to include this array, set
        WriteOutBlockIdArray to ON.
        """
        pass

    def SetWriteOutGlobalElementIdArray(self, _arg): # real signature unknown; restored from __doc__
        """
        SetWriteOutGlobalElementIdArray(self, _arg:int) -> None
        C++: virtual void SetWriteOutGlobalElementIdArray(
            vtkTypeBool _arg)
        
        By default, the integer array containing the global Element Ids
        is not included when the new Exodus II file is written out.  If
        you do want to include this array, set
        WriteOutGlobalElementIdArray to ON.
        """
        pass

    def SetWriteOutGlobalNodeIdArray(self, _arg): # real signature unknown; restored from __doc__
        """
        SetWriteOutGlobalNodeIdArray(self, _arg:int) -> None
        C++: virtual void SetWriteOutGlobalNodeIdArray(vtkTypeBool _arg)
        
        By default, the integer array containing the global Node Ids is
        not included when the new Exodus II file is written out.  If you
        do want to include this array, set WriteOutGlobalNodeIdArray to
        ON.
        """
        pass

    def WriteAllTimeStepsOff(self): # real signature unknown; restored from __doc__
        """
        WriteAllTimeStepsOff(self) -> None
        C++: virtual void WriteAllTimeStepsOff()
        """
        pass

    def WriteAllTimeStepsOn(self): # real signature unknown; restored from __doc__
        """
        WriteAllTimeStepsOn(self) -> None
        C++: virtual void WriteAllTimeStepsOn()
        """
        pass

    def WriteOutBlockIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        WriteOutBlockIdArrayOff(self) -> None
        C++: virtual void WriteOutBlockIdArrayOff()
        """
        pass

    def WriteOutBlockIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        WriteOutBlockIdArrayOn(self) -> None
        C++: virtual void WriteOutBlockIdArrayOn()
        """
        pass

    def WriteOutGlobalElementIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        WriteOutGlobalElementIdArrayOff(self) -> None
        C++: virtual void WriteOutGlobalElementIdArrayOff()
        """
        pass

    def WriteOutGlobalElementIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        WriteOutGlobalElementIdArrayOn(self) -> None
        C++: virtual void WriteOutGlobalElementIdArrayOn()
        """
        pass

    def WriteOutGlobalNodeIdArrayOff(self): # real signature unknown; restored from __doc__
        """
        WriteOutGlobalNodeIdArrayOff(self) -> None
        C++: virtual void WriteOutGlobalNodeIdArrayOff()
        """
        pass

    def WriteOutGlobalNodeIdArrayOn(self): # real signature unknown; restored from __doc__
        """
        WriteOutGlobalNodeIdArrayOn(self) -> None
        C++: virtual void WriteOutGlobalNodeIdArrayOn()
        """
        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__\': \'vtkExodusIIWriter\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetModelMetadata\': <method \'SetModelMetadata\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetModelMetadata\': <method \'GetModelMetadata\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetFileName\': <method \'SetFileName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetFileName\': <method \'GetFileName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetStoreDoubles\': <method \'SetStoreDoubles\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetStoreDoubles\': <method \'GetStoreDoubles\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetGhostLevel\': <method \'SetGhostLevel\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetGhostLevel\': <method \'GetGhostLevel\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetWriteOutBlockIdArray\': <method \'SetWriteOutBlockIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetWriteOutBlockIdArray\': <method \'GetWriteOutBlockIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteOutBlockIdArrayOn\': <method \'WriteOutBlockIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteOutBlockIdArrayOff\': <method \'WriteOutBlockIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetWriteOutGlobalNodeIdArray\': <method \'SetWriteOutGlobalNodeIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetWriteOutGlobalNodeIdArray\': <method \'GetWriteOutGlobalNodeIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteOutGlobalNodeIdArrayOn\': <method \'WriteOutGlobalNodeIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteOutGlobalNodeIdArrayOff\': <method \'WriteOutGlobalNodeIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetWriteOutGlobalElementIdArray\': <method \'SetWriteOutGlobalElementIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetWriteOutGlobalElementIdArray\': <method \'GetWriteOutGlobalElementIdArray\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteOutGlobalElementIdArrayOn\': <method \'WriteOutGlobalElementIdArrayOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteOutGlobalElementIdArrayOff\': <method \'WriteOutGlobalElementIdArrayOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetWriteAllTimeSteps\': <method \'SetWriteAllTimeSteps\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetWriteAllTimeSteps\': <method \'GetWriteAllTimeSteps\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteAllTimeStepsOn\': <method \'WriteAllTimeStepsOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'WriteAllTimeStepsOff\': <method \'WriteAllTimeStepsOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetBlockIdArrayName\': <method \'SetBlockIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetBlockIdArrayName\': <method \'GetBlockIdArrayName\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'SetIgnoreMetaDataWarning\': <method \'SetIgnoreMetaDataWarning\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'GetIgnoreMetaDataWarning\': <method \'GetIgnoreMetaDataWarning\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'IgnoreMetaDataWarningOn\': <method \'IgnoreMetaDataWarningOn\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'IgnoreMetaDataWarningOff\': <method \'IgnoreMetaDataWarningOff\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF85F04E130>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkIOExodus.vtkExodusIIWriter\' objects>, \'__doc__\': \'vtkExodusIIWriter - Write Exodus II files\\n\\nSuperclass: vtkWriter\\n\\nThis is a vtkWriter that writes it\\\'s vtkUnstructuredGrid\\n    input out to an Exodus II file.  Go to\\nhttp://endo.sandia.gov/SEACAS/\\n    for more information about the Exodus II format.\\n\\n\\n    Exodus files contain much information that is not captured\\n    in a vtkUnstructuredGrid, such as time steps, information\\n    lines, node sets, and side sets.  This information can be\\n    stored in a vtkModelMetadata object.\\n\\n\\n    The vtkExodusReader and vtkPExodusReader can create\\n    a vtkModelMetadata object and embed it in a vtkUnstructuredGrid\\n    in a series of field arrays.  This writer searches for these\\n    field arrays and will use the metadata contained in them\\n    when creating the new Exodus II file.\\n\\n\\n    You can also explicitly give the vtkExodusIIWriter a\\n    vtkModelMetadata object to use when writing the file.\\n\\n\\n    In the absence of the information provided by vtkModelMetadata,\\n    if this writer is not part of a parallel application, we will use\\n    reasonable defaults for all the values in the output Exodus file.\\n    If you don\\\'t provide a block ID element array, we\\\'ll create a\\n    block for each cell type that appears in the unstructured grid.\\n\\n\\n    However if this writer is part of a parallel application (hence\\n    writing out a distributed Exodus file), then we need at the very\\n    least a list of all the block IDs that appear in the file.  And\\n    we need the element array of block IDs for the input unstructured\\ngrid.\\n\\n\\n    In the absence of a vtkModelMetadata object, you can also provide\\n    time step information which we will include in the output Exodus\\n    file.\\n\\n@warning\\n    If the input floating point field arrays and point locations are\\nall\\n    floats or all doubles, this class will operate more efficiently.\\n    Mixing floats and doubles will slow you down, because Exodus II\\n    requires that we write only floats or only doubles.\\n\\n@warning\\n    We use the terms "point" and "node" interchangeably.\\n    Also, we use the terms "element" and "cell" interchangeably.\\n\\n\'})'
    __vtkname__ = 'vtkExodusIIWriter'


class vtkModelMetadata(__vtkmodules_vtkCommonCore.vtkObject):
    """
    vtkModelMetadata - This class encapsulates the metadata
      that appear in mesh-based file formats but do not appear in
      vtkUnstructuredGrid.
    
    Superclass: vtkObject
    
    This class is inspired by the Exodus II file format, but
      because this class does not depend on the Exodus library, it
      should be possible to use it to represent metadata for other
      dataset file formats.  Sandia Labs uses it in their Exodus II
      reader, their Exodus II writer and their EnSight writer.
      vtkDistributedDataFilter looks for metadata attached to
      it's input and redistributes the metadata with the grid.
    
    
      The fields in this class are those described in the document
      "EXODUS II: A Finite Element Data Model", SAND92-2137, November
    1995.
    
    
      Element and node IDs stored in this object must be global IDs,
      in the event that the original dataset was partitioned across
      many files.
    
    
      One way to initialize this object is by using vtkExodusModel
      (a Sandia class used by the Sandia Exodus reader).
      That class will take an open Exodus II file and a
      vtkUnstructuredGrid drawn from it and will set the required fields.
    
    
      Alternatively, you can use all the Set*
      methods to set the individual fields. This class does not
      copy the data, it simply uses your pointer. This
      class will free the storage associated with your pointer
      when the class is deleted.  Most fields have sensible defaults.
      The only requirement is that if you are using this ModelMetadata
      to write out an Exodus or EnSight file in parallel, you must
      SetBlockIds and SetBlockIdArrayName.  Your vtkUnstructuredGrid must
      have a cell array giving the block ID for each cell.
    
    @warning
      The Exodus II library supports an optimized element order map
      (section 3.7 in the SAND document).  It contains all the element
      IDs, listed in the order in which a solver should process them.
      We don't include this, and won't unless there is a request.
    
    @warning
      There is an assumption in some classes that the name of the cell
      array containing global element ids is "GlobalElementId" and the
      name of the point array containing global node ids is
    "GlobalNodeId".
      (element == cell) and (node == point).
    
    @sa
      vtkDistributedDataFilter vtkExtractCells
    """
    def AllVariablesDefinedInAllBlocksOff(self): # real signature unknown; restored from __doc__
        """
        AllVariablesDefinedInAllBlocksOff(self) -> None
        C++: virtual void AllVariablesDefinedInAllBlocksOff()
        """
        pass

    def AllVariablesDefinedInAllBlocksOn(self): # real signature unknown; restored from __doc__
        """
        AllVariablesDefinedInAllBlocksOn(self) -> None
        C++: virtual void AllVariablesDefinedInAllBlocksOn()
        """
        pass

    def FreeAllGlobalData(self): # real signature unknown; restored from __doc__
        """
        FreeAllGlobalData(self) -> None
        C++: void FreeAllGlobalData()
        
        Free selected portions of the metadata when updating values in
        the vtkModelMetadata object.  Resetting a particular field, (i.e.
        SetNodeSetIds) frees the previous setting, but if you are not
        setting every field, you may want to do a wholesale "Free" first.
        
        * FreeAllGlobalData frees all the fields which don't depend on
        * which time step, which blocks, or which variables are in the
          input.
        * FreeAllLocalData frees all the fields which do depend on which
        * time step, blocks or variables are in the input.
        * FreeBlockDependentData frees all metadata fields which depend
          on
        * which blocks were read in.
        """
        pass

    def FreeAllLocalData(self): # real signature unknown; restored from __doc__
        """
        FreeAllLocalData(self) -> None
        C++: void FreeAllLocalData()
        """
        pass

    def FreeBlockDependentData(self): # real signature unknown; restored from __doc__
        """
        FreeBlockDependentData(self) -> None
        C++: void FreeBlockDependentData()
        """
        pass

    def FreeOriginalElementVariableNames(self): # real signature unknown; restored from __doc__
        """
        FreeOriginalElementVariableNames(self) -> None
        C++: void FreeOriginalElementVariableNames()
        """
        pass

    def FreeOriginalNodeVariableNames(self): # real signature unknown; restored from __doc__
        """
        FreeOriginalNodeVariableNames(self) -> None
        C++: void FreeOriginalNodeVariableNames()
        """
        pass

    def FreeUsedElementVariableNames(self): # real signature unknown; restored from __doc__
        """
        FreeUsedElementVariableNames(self) -> None
        C++: void FreeUsedElementVariableNames()
        """
        pass

    def FreeUsedElementVariables(self): # real signature unknown; restored from __doc__
        """
        FreeUsedElementVariables(self) -> None
        C++: void FreeUsedElementVariables()
        """
        pass

    def FreeUsedNodeVariableNames(self): # real signature unknown; restored from __doc__
        """
        FreeUsedNodeVariableNames(self) -> None
        C++: void FreeUsedNodeVariableNames()
        """
        pass

    def FreeUsedNodeVariables(self): # real signature unknown; restored from __doc__
        """
        FreeUsedNodeVariables(self) -> None
        C++: void FreeUsedNodeVariables()
        """
        pass

    def GetAllVariablesDefinedInAllBlocks(self): # real signature unknown; restored from __doc__
        """
        GetAllVariablesDefinedInAllBlocks(self) -> int
        C++: vtkTypeBool GetAllVariablesDefinedInAllBlocks()
        """
        return 0

    def GetBlockAttributes(self): # real signature unknown; restored from __doc__
        """
        GetBlockAttributes(self) -> Pointer
        C++: float *GetBlockAttributes()
        """
        pass

    def GetBlockAttributesIndex(self): # real signature unknown; restored from __doc__
        """
        GetBlockAttributesIndex(self) -> Pointer
        C++: int *GetBlockAttributesIndex()
        
        Get a list of the index into the BlockAttributes of the start of
        each block's element attribute list.
        """
        pass

    def GetBlockElementIdList(self): # real signature unknown; restored from __doc__
        """
        GetBlockElementIdList(self) -> Pointer
        C++: int *GetBlockElementIdList()
        """
        pass

    def GetBlockElementIdListIndex(self): # real signature unknown; restored from __doc__
        """
        GetBlockElementIdListIndex(self) -> Pointer
        C++: int *GetBlockElementIdListIndex()
        
        Get a list of the index into the BlockElementIdList of the start
        of each block's elements.
        """
        pass

    def GetBlockIds(self): # real signature unknown; restored from __doc__
        """
        GetBlockIds(self) -> Pointer
        C++: int *GetBlockIds()
        """
        pass

    def GetBlockNodesPerElement(self): # real signature unknown; restored from __doc__
        """
        GetBlockNodesPerElement(self) -> Pointer
        C++: int *GetBlockNodesPerElement()
        """
        pass

    def GetBlockNumberOfAttributesPerElement(self): # real signature unknown; restored from __doc__
        """
        GetBlockNumberOfAttributesPerElement(self) -> Pointer
        C++: int *GetBlockNumberOfAttributesPerElement()
        """
        pass

    def GetBlockNumberOfElements(self): # real signature unknown; restored from __doc__
        """
        GetBlockNumberOfElements(self) -> Pointer
        C++: int *GetBlockNumberOfElements()
        """
        pass

    def GetBlockPropertyValue(self): # real signature unknown; restored from __doc__
        """
        GetBlockPropertyValue(self) -> Pointer
        C++: int *GetBlockPropertyValue()
        """
        pass

    def GetDimension(self): # real signature unknown; restored from __doc__
        """
        GetDimension(self) -> int
        C++: int GetDimension()
        
        Get the dimension of the model.  This is also the number of
        coordinate names.
        """
        return 0

    def GetElementVariableNumberOfComponents(self): # real signature unknown; restored from __doc__
        """
        GetElementVariableNumberOfComponents(self) -> Pointer
        C++: int *GetElementVariableNumberOfComponents()
        """
        pass

    def GetElementVariableTruthTable(self): # real signature unknown; restored from __doc__
        """
        GetElementVariableTruthTable(self) -> Pointer
        C++: int *GetElementVariableTruthTable()
        """
        pass

    def GetGlobalVariableValue(self): # real signature unknown; restored from __doc__
        """
        GetGlobalVariableValue(self) -> Pointer
        C++: float *GetGlobalVariableValue()
        """
        pass

    def GetMapToOriginalElementVariableNames(self): # real signature unknown; restored from __doc__
        """
        GetMapToOriginalElementVariableNames(self) -> Pointer
        C++: int *GetMapToOriginalElementVariableNames()
        """
        pass

    def GetMapToOriginalNodeVariableNames(self): # real signature unknown; restored from __doc__
        """
        GetMapToOriginalNodeVariableNames(self) -> Pointer
        C++: int *GetMapToOriginalNodeVariableNames()
        """
        pass

    def GetNodeSetDistributionFactorIndex(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetDistributionFactorIndex(self) -> Pointer
        C++: int *GetNodeSetDistributionFactorIndex()
        
        Get a list of the index of the starting entry for each node set
        in the list of node set distribution factors.
        """
        pass

    def GetNodeSetDistributionFactors(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetDistributionFactors(self) -> Pointer
        C++: float *GetNodeSetDistributionFactors()
        """
        pass

    def GetNodeSetIds(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetIds(self) -> Pointer
        C++: int *GetNodeSetIds()
        """
        pass

    def GetNodeSetNames(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetNames(self) -> vtkStringArray
        C++: vtkStringArray *GetNodeSetNames()
        """
        pass

    def GetNodeSetNodeIdList(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetNodeIdList(self) -> Pointer
        C++: int *GetNodeSetNodeIdList()
        """
        pass

    def GetNodeSetNodeIdListIndex(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetNodeIdListIndex(self) -> Pointer
        C++: int *GetNodeSetNodeIdListIndex()
        
        Get a list of the index of the starting entry for each node set
        in the list of node set node IDs.
        """
        pass

    def GetNodeSetNumberOfDistributionFactors(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetNumberOfDistributionFactors(self) -> Pointer
        C++: int *GetNodeSetNumberOfDistributionFactors()
        """
        pass

    def GetNodeSetPropertyValue(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetPropertyValue(self) -> Pointer
        C++: int *GetNodeSetPropertyValue()
        """
        pass

    def GetNodeSetSize(self): # real signature unknown; restored from __doc__
        """
        GetNodeSetSize(self) -> Pointer
        C++: int *GetNodeSetSize()
        """
        pass

    def GetNodeVariableNumberOfComponents(self): # real signature unknown; restored from __doc__
        """
        GetNodeVariableNumberOfComponents(self) -> Pointer
        C++: int *GetNodeVariableNumberOfComponents()
        """
        pass

    def GetNumberOfBlockProperties(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfBlockProperties(self) -> int
        C++: int GetNumberOfBlockProperties()
        
        The number of block properties (global variables)
        """
        return 0

    def GetNumberOfBlocks(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfBlocks(self) -> int
        C++: int GetNumberOfBlocks()
        """
        return 0

    def GetNumberOfElementVariables(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfElementVariables(self) -> int
        C++: int GetNumberOfElementVariables()
        """
        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 GetNumberOfGlobalVariables(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfGlobalVariables(self) -> int
        C++: int GetNumberOfGlobalVariables()
        
        Get the number of global variables per time step
        """
        return 0

    def GetNumberOfInformationLines(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfInformationLines(self) -> int
        C++: int GetNumberOfInformationLines()
        
        Get the number of information lines.
        """
        return 0

    def GetNumberOfNodeSetProperties(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodeSetProperties(self) -> int
        C++: int GetNumberOfNodeSetProperties()
        
        The number of node set properties (global variables)
        """
        return 0

    def GetNumberOfNodeSets(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodeSets(self) -> int
        C++: int GetNumberOfNodeSets()
        """
        return 0

    def GetNumberOfNodeVariables(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfNodeVariables(self) -> int
        C++: int GetNumberOfNodeVariables()
        """
        return 0

    def GetNumberOfSideSetProperties(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfSideSetProperties(self) -> int
        C++: int GetNumberOfSideSetProperties()
        
        The number of side set properties (global variables)
        """
        return 0

    def GetNumberOfSideSets(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfSideSets(self) -> int
        C++: int GetNumberOfSideSets()
        """
        return 0

    def GetNumberOfTimeSteps(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfTimeSteps(self) -> int
        C++: int GetNumberOfTimeSteps()
        """
        return 0

    def GetOriginalNumberOfElementVariables(self): # real signature unknown; restored from __doc__
        """
        GetOriginalNumberOfElementVariables(self) -> int
        C++: int GetOriginalNumberOfElementVariables()
        
        The ModelMetadata object may contain these lists: o  the
        variables in the original data file o  the variables created in
        the u grid from those original variables o  a mapping from the
        grid variable names to the original names o  a list of the number
        of components each grid variable has
        
        * (Example: Variables in Exodus II files are all scalars.  Some
          are
        * combined by the ExodusReader into vector variables in the
          grid.)
        
        * These methods return names of the original variables, the names
        * of the grid variables, a list of the number of components in
        * each grid variable, and a list of the index into the list of
        * original variable names where the original name of the first
        * component of a grid variable may be found.  The names of
          subsequent
        * components would immediately follow the name of the first
        * component.
        """
        return 0

    def GetOriginalNumberOfNodeVariables(self): # real signature unknown; restored from __doc__
        """
        GetOriginalNumberOfNodeVariables(self) -> int
        C++: int GetOriginalNumberOfNodeVariables()
        """
        return 0

    def GetSideSetDistributionFactorIndex(self): # real signature unknown; restored from __doc__
        """
        GetSideSetDistributionFactorIndex(self) -> Pointer
        C++: int *GetSideSetDistributionFactorIndex()
        
        Get a list of the index of the starting entry for each side set
        in the list of side set distribution factors.
        """
        pass

    def GetSideSetDistributionFactors(self): # real signature unknown; restored from __doc__
        """
        GetSideSetDistributionFactors(self) -> Pointer
        C++: float *GetSideSetDistributionFactors()
        """
        pass

    def GetSideSetElementList(self): # real signature unknown; restored from __doc__
        """
        GetSideSetElementList(self) -> Pointer
        C++: int *GetSideSetElementList()
        """
        pass

    def GetSideSetIds(self): # real signature unknown; restored from __doc__
        """
        GetSideSetIds(self) -> Pointer
        C++: int *GetSideSetIds()
        """
        pass

    def GetSideSetListIndex(self): # real signature unknown; restored from __doc__
        """
        GetSideSetListIndex(self) -> Pointer
        C++: int *GetSideSetListIndex()
        
        Get a list of the index of the starting entry for each side set
        in the list of side set side IDs.
        """
        pass

    def GetSideSetNames(self): # real signature unknown; restored from __doc__
        """
        GetSideSetNames(self) -> vtkStringArray
        C++: vtkStringArray *GetSideSetNames()
        """
        pass

    def GetSideSetNumberOfDistributionFactors(self): # real signature unknown; restored from __doc__
        """
        GetSideSetNumberOfDistributionFactors(self) -> Pointer
        C++: int *GetSideSetNumberOfDistributionFactors()
        """
        pass

    def GetSideSetNumDFPerSide(self): # real signature unknown; restored from __doc__
        """
        GetSideSetNumDFPerSide(self) -> Pointer
        C++: int *GetSideSetNumDFPerSide()
        """
        pass

    def GetSideSetPropertyValue(self): # real signature unknown; restored from __doc__
        """
        GetSideSetPropertyValue(self) -> Pointer
        C++: int *GetSideSetPropertyValue()
        """
        pass

    def GetSideSetSideList(self): # real signature unknown; restored from __doc__
        """
        GetSideSetSideList(self) -> Pointer
        C++: int *GetSideSetSideList()
        """
        pass

    def GetSideSetSize(self): # real signature unknown; restored from __doc__
        """
        GetSideSetSize(self) -> Pointer
        C++: int *GetSideSetSize()
        """
        pass

    def GetSizeBlockAttributeArray(self): # real signature unknown; restored from __doc__
        """
        GetSizeBlockAttributeArray(self) -> int
        C++: int GetSizeBlockAttributeArray()
        
        Get the length of the list of floating point block attributes.
        """
        return 0

    def GetSumDistFactPerNodeSet(self): # real signature unknown; restored from __doc__
        """
        GetSumDistFactPerNodeSet(self) -> int
        C++: int GetSumDistFactPerNodeSet()
        
        Get the total number of distribution factors stored for all node
        sets
        """
        return 0

    def GetSumDistFactPerSideSet(self): # real signature unknown; restored from __doc__
        """
        GetSumDistFactPerSideSet(self) -> int
        C++: int GetSumDistFactPerSideSet()
        
        Get the total number of distribution factors stored for all side
        sets
        """
        return 0

    def GetSumElementsPerBlock(self): # real signature unknown; restored from __doc__
        """
        GetSumElementsPerBlock(self) -> int
        C++: int GetSumElementsPerBlock()
        
        Get the length of the list of elements in every block.
        """
        return 0

    def GetSumNodesPerNodeSet(self): # real signature unknown; restored from __doc__
        """
        GetSumNodesPerNodeSet(self) -> int
        C++: int GetSumNodesPerNodeSet()
        """
        return 0

    def GetSumSidesPerSideSet(self): # real signature unknown; restored from __doc__
        """
        GetSumSidesPerSideSet(self) -> int
        C++: int GetSumSidesPerSideSet()
        """
        return 0

    def GetTimeStepIndex(self): # real signature unknown; restored from __doc__
        """
        GetTimeStepIndex(self) -> int
        C++: int GetTimeStepIndex()
        """
        return 0

    def GetTimeStepValues(self): # real signature unknown; restored from __doc__
        """
        GetTimeStepValues(self) -> Pointer
        C++: float *GetTimeStepValues()
        
        Get the time step values
        """
        pass

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: const char *GetTitle()
        """
        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) -> vtkModelMetadata
        C++: vtkModelMetadata *NewInstance()
        """
        return vtkModelMetadata

    def PrintGlobalInformation(self): # real signature unknown; restored from __doc__
        """
        PrintGlobalInformation(self) -> None
        C++: virtual void PrintGlobalInformation()
        
        The global fields are those which pertain to the whole file. 
        Examples are the title, information lines, and list of block IDs.
         This method prints out all the global information.
        """
        pass

    def PrintLocalInformation(self): # real signature unknown; restored from __doc__
        """
        PrintLocalInformation(self) -> None
        C++: virtual void PrintLocalInformation()
        
        The local fields are those which depend on exactly which blocks,
        which time step, and which variables you read in from the file. 
        Examples are the number of cells in each block, and the list of
        nodes in a node set, or the value of the global variables at a
        time step.  If VERBOSE_TESTING is defined in your execution
        environment, this method will print more than mere counts, and
        actually print a few of the IDs, distribution factors and so on. 
        If VERY_VERBOSE_TESTING is defined, it will print out all ID
        lists, distribution factor lists, and so on.
        """
        pass

    def Reset(self): # real signature unknown; restored from __doc__
        """
        Reset(self) -> None
        C++: void Reset()
        
        Set the object back to it's initial state
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkModelMetadata
        C++: static vtkModelMetadata *SafeDownCast(vtkObjectBase *o)
        """
        return vtkModelMetadata

    def SetAllVariablesDefinedInAllBlocks(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAllVariablesDefinedInAllBlocks(self, _arg:int) -> None
        C++: virtual void SetAllVariablesDefinedInAllBlocks(
            vtkTypeBool _arg)
        
        Instead of a truth table of all "1"s, you can set this instance
        variable to indicate that all variables are defined in all
        blocks.
        """
        pass

    def SetBlockAttributes(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBlockAttributes(self, __a:[float, ...]) -> None
        C++: void SetBlockAttributes(float *)
        
        Set or get a pointer to a list of the attributes for all blocks. 
        The order of the list should be by block, by element within the
        block, by attribute.  Omit blocks that don't have element
        attributes.
        """
        pass

    def SetBlockElementIdList(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBlockElementIdList(self, __a:[int, ...]) -> None
        C++: void SetBlockElementIdList(int *)
        
        Set or get a pointer to a list global element IDs for the
        elements in each block. We use your pointers, and free the memory
        when the object is freed.
        """
        pass

    def SetBlockIds(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBlockIds(self, __a:[int, ...]) -> None
        C++: void SetBlockIds(int *)
        
        An arbitrary integer ID for each block. We use your pointer, and
        free the memory when the object is freed.
        """
        pass

    def SetBlockNodesPerElement(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBlockNodesPerElement(self, __a:[int, ...]) -> None
        C++: void SetBlockNodesPerElement(int *)
        
        Set or get a pointer to a list of the number of nodes in the
        elements of each block. We use your pointers, and free the memory
        when the object is freed.
        """
        pass

    def SetBlockNumberOfAttributesPerElement(self, natts, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBlockNumberOfAttributesPerElement(self, natts:[int, ...])
            -> int
        C++: int SetBlockNumberOfAttributesPerElement(int *natts)
        
        Set or get a pointer to a list of the number of attributes stored
        for the elements in each block. We use your pointers, and free
        the memory when the object is freed.
        """
        pass

    def SetBlockNumberOfElements(self, nelts, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBlockNumberOfElements(self, nelts:[int, ...]) -> int
        C++: int SetBlockNumberOfElements(int *nelts)
        
        Set or get a pointer to a list of the number of elements in each
        block. We use your pointers, and free the memory when the object
        is freed.
        """
        pass

    def SetBlockPropertyValue(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBlockPropertyValue(self, __a:[int, ...]) -> None
        C++: void SetBlockPropertyValue(int *)
        
        Set or get value for each variable for each block.  List the
        integer values in order by variable and within variable by block.
        """
        pass

    def SetElementVariableTruthTable(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetElementVariableTruthTable(self, __a:[int, ...]) -> None
        C++: void SetElementVariableTruthTable(int *)
        
        A truth table indicating which element variables are defined for
        which blocks. The variables are all the original element
        variables that were in the file. The table is by block ID and
        within block ID by variable.
        """
        pass

    def SetGlobalVariableValue(self, f, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetGlobalVariableValue(self, f:[float, ...]) -> None
        C++: void SetGlobalVariableValue(float *f)
        
        Set or get the values of the global variables at the current time
        step.
        """
        pass

    def SetNodeSetDistributionFactors(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNodeSetDistributionFactors(self, __a:[float, ...]) -> None
        C++: void SetNodeSetDistributionFactors(float *)
        
        Set or get a list of the distribution factors for the node sets.
        The list is organized by node set, and within node set by node.
        We use your pointer, and free the memory when the object is
        freed.
        """
        pass

    def SetNodeSetIds(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNodeSetIds(self, __a:[int, ...]) -> None
        C++: void SetNodeSetIds(int *)
        
        Set or get the list the IDs for each node set. Length of list is
        the number of node sets. We use your pointer, and free the memory
        when the object is freed.
        """
        pass

    def SetNodeSetNames(self, names): # real signature unknown; restored from __doc__
        """
        SetNodeSetNames(self, names:vtkStringArray) -> None
        C++: void SetNodeSetNames(vtkStringArray *names)
        """
        pass

    def SetNodeSetNodeIdList(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNodeSetNodeIdList(self, __a:[int, ...]) -> None
        C++: void SetNodeSetNodeIdList(int *)
        
        Set or get a pointer to a concatenated list of the IDs of all
        nodes in each node set.  First list all IDs in node set 0, then
        all IDs in node set 1, and so on. We use your pointer, and free
        the memory when the object is freed.
        """
        pass

    def SetNodeSetNumberOfDistributionFactors(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNodeSetNumberOfDistributionFactors(self, __a:[int, ...])
            -> None
        C++: void SetNodeSetNumberOfDistributionFactors(int *)
        
        Set or get a list of the number of distribution factors stored by
        each node set.  This is either 0 or equal to the number of nodes
        in the node set. Length of list is number of node sets. We use
        your pointer, and free the memory when the object is freed.
        """
        pass

    def SetNodeSetPropertyValue(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNodeSetPropertyValue(self, __a:[int, ...]) -> None
        C++: void SetNodeSetPropertyValue(int *)
        
        Set or get value for each variable for each node set.  List the
        integer values in order by variable and within variable by node
        set.
        """
        pass

    def SetNodeSetSize(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNodeSetSize(self, __a:[int, ...]) -> None
        C++: void SetNodeSetSize(int *)
        
        Set or get a pointer to a list of the number of nodes in each
        node set. We use your pointer, and free the memory when the
        object is freed.
        """
        pass

    def SetNumberOfBlocks(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfBlocks(self, _arg:int) -> None
        C++: virtual void SetNumberOfBlocks(int _arg)
        
        The number of blocks in the file.  Set this before setting any of
        the block arrays.
        """
        pass

    def SetNumberOfNodeSets(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfNodeSets(self, _arg:int) -> None
        C++: virtual void SetNumberOfNodeSets(int _arg)
        
        The number of node sets in the file.  Set this value before
        setting the various node set arrays.
        """
        pass

    def SetNumberOfSideSets(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfSideSets(self, _arg:int) -> None
        C++: virtual void SetNumberOfSideSets(int _arg)
        
        Set or get the number of side sets.  Set this value before
        setting any of the other side set arrays.
        """
        pass

    def SetSideSetDistributionFactors(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetDistributionFactors(self, __a:[float, ...]) -> None
        C++: void SetSideSetDistributionFactors(float *)
        
        Set or get a pointer to a list of all the distribution factors.
        For every side set that has distribution factors, the number of
        factors per node was given in the
        SideSetNumberOfDistributionFactors array.  If this number for a
        given side set is N, then for that side set we have N floating
        point values for each node for each side in the side set.  If
        nodes are repeated in more than one side, we repeat the
        distribution factors.  So this list is in order by side set, by
        node. We use your pointer, and free the memory when the object is
        freed.
        """
        pass

    def SetSideSetElementList(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetElementList(self, __a:[int, ...]) -> None
        C++: void SetSideSetElementList(int *)
        
        Set or get a pointer to a list of the elements containing each
        side in each side set.  The list is organized by side set, and
        within side set by element. We use your pointer, and free the
        memory when the object is freed.
        """
        pass

    def SetSideSetIds(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetIds(self, __a:[int, ...]) -> None
        C++: void SetSideSetIds(int *)
        
        Set or get a pointer to a list giving the ID of each side set. We
        use your pointer, and free the memory when the object is freed.
        """
        pass

    def SetSideSetNames(self, names): # real signature unknown; restored from __doc__
        """
        SetSideSetNames(self, names:vtkStringArray) -> None
        C++: void SetSideSetNames(vtkStringArray *names)
        """
        pass

    def SetSideSetNumberOfDistributionFactors(self, df, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetNumberOfDistributionFactors(self, df:[int, ...]) -> int
        C++: int SetSideSetNumberOfDistributionFactors(int *df)
        
        Set or get a pointer to a list of the number of distribution
        factors stored by each side set.   Each side set has either no
        distribution factors, or 1 per node in the side set. We use your
        pointer, and free the memory when the object is freed.
        """
        pass

    def SetSideSetNumDFPerSide(self, numNodes, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetNumDFPerSide(self, numNodes:[int, ...]) -> None
        C++: void SetSideSetNumDFPerSide(int *numNodes)
        
        Set or get a pointer to a list of the number of nodes in each
        side of each side set.  This list is organized by side set, and
        within side set by side. We use your pointer, and free the memory
        when the object is freed.
        """
        pass

    def SetSideSetPropertyValue(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetPropertyValue(self, __a:[int, ...]) -> None
        C++: void SetSideSetPropertyValue(int *)
        
        Set or get value for each variable for each side set.  List the
        integer values in order by variable and within variable by side
        set.
        """
        pass

    def SetSideSetSideList(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetSideList(self, __a:[int, ...]) -> None
        C++: void SetSideSetSideList(int *)
        
        Set or get a pointer to the element side for each side in the
        side set. (See the manual for the convention for numbering sides
        in different types of cells.)  Side Ids are arranged by side set
        and within side set by side, and correspond to the
        SideSetElementList. We use your pointer, and free the memory when
        the object is freed.
        """
        pass

    def SetSideSetSize(self, sizes, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetSideSetSize(self, sizes:[int, ...]) -> int
        C++: int SetSideSetSize(int *sizes)
        
        Set or get a pointer to a list of the number of sides in each
        side set. We use your pointer, and free the memory when the
        object is freed.
        """
        pass

    def SetSumNodesPerNodeSet(self, _arg): # real signature unknown; restored from __doc__
        """
        SetSumNodesPerNodeSet(self, _arg:int) -> None
        C++: virtual void SetSumNodesPerNodeSet(int _arg)
        
        Get the total number of nodes in all node sets
        """
        pass

    def SetSumSidesPerSideSet(self, _arg): # real signature unknown; restored from __doc__
        """
        SetSumSidesPerSideSet(self, _arg:int) -> None
        C++: virtual void SetSumSidesPerSideSet(int _arg)
        
        Get the total number of sides in all side sets
        """
        pass

    def SetTimeStepIndex(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTimeStepIndex(self, _arg:int) -> None
        C++: virtual void SetTimeStepIndex(int _arg)
        
        Set the index of the time step represented by the results data in
        the file attached to this ModelMetadata object.  Time step
        indices start at 0 in this file, they start at 1 in an Exodus
        file.
        """
        pass

    def SetTimeSteps(self, numberOfTimeSteps, timeStepValues, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetTimeSteps(self, numberOfTimeSteps:int, timeStepValues:[float,
            ...]) -> None
        C++: void SetTimeSteps(int numberOfTimeSteps,
            float *timeStepValues)
        
        Set the total number of time steps in the file, and the value at
        each time step.  We use your time step value array and delete it
        when we're done.
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        The title of the dataset.
        """
        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__\': \'vtkModelMetadata\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'PrintGlobalInformation\': <method \'PrintGlobalInformation\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'PrintLocalInformation\': <method \'PrintLocalInformation\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfInformationLines\': <method \'GetNumberOfInformationLines\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetTimeStepIndex\': <method \'SetTimeStepIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetTimeStepIndex\': <method \'GetTimeStepIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetTimeSteps\': <method \'SetTimeSteps\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfTimeSteps\': <method \'GetNumberOfTimeSteps\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetTimeStepValues\': <method \'GetTimeStepValues\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetDimension\': <method \'GetDimension\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNumberOfBlocks\': <method \'SetNumberOfBlocks\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfBlocks\': <method \'GetNumberOfBlocks\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetBlockIds\': <method \'SetBlockIds\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockIds\': <method \'GetBlockIds\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetBlockNumberOfElements\': <method \'SetBlockNumberOfElements\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockNumberOfElements\': <method \'GetBlockNumberOfElements\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetBlockNodesPerElement\': <method \'SetBlockNodesPerElement\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockNodesPerElement\': <method \'GetBlockNodesPerElement\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetBlockElementIdList\': <method \'SetBlockElementIdList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockElementIdList\': <method \'GetBlockElementIdList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSumElementsPerBlock\': <method \'GetSumElementsPerBlock\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockElementIdListIndex\': <method \'GetBlockElementIdListIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetBlockNumberOfAttributesPerElement\': <method \'SetBlockNumberOfAttributesPerElement\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockNumberOfAttributesPerElement\': <method \'GetBlockNumberOfAttributesPerElement\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetBlockAttributes\': <method \'SetBlockAttributes\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockAttributes\': <method \'GetBlockAttributes\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSizeBlockAttributeArray\': <method \'GetSizeBlockAttributeArray\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockAttributesIndex\': <method \'GetBlockAttributesIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNumberOfNodeSets\': <method \'SetNumberOfNodeSets\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfNodeSets\': <method \'GetNumberOfNodeSets\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNodeSetNames\': <method \'SetNodeSetNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetNames\': <method \'GetNodeSetNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNodeSetIds\': <method \'SetNodeSetIds\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetIds\': <method \'GetNodeSetIds\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNodeSetSize\': <method \'SetNodeSetSize\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetSize\': <method \'GetNodeSetSize\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNodeSetNodeIdList\': <method \'SetNodeSetNodeIdList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetNodeIdList\': <method \'GetNodeSetNodeIdList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNodeSetNumberOfDistributionFactors\': <method \'SetNodeSetNumberOfDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetNumberOfDistributionFactors\': <method \'GetNodeSetNumberOfDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNodeSetDistributionFactors\': <method \'SetNodeSetDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetDistributionFactors\': <method \'GetNodeSetDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSumNodesPerNodeSet\': <method \'SetSumNodesPerNodeSet\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSumNodesPerNodeSet\': <method \'GetSumNodesPerNodeSet\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSumDistFactPerNodeSet\': <method \'GetSumDistFactPerNodeSet\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetNodeIdListIndex\': <method \'GetNodeSetNodeIdListIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetDistributionFactorIndex\': <method \'GetNodeSetDistributionFactorIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNumberOfSideSets\': <method \'SetNumberOfSideSets\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfSideSets\': <method \'GetNumberOfSideSets\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetNames\': <method \'SetSideSetNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetNames\': <method \'GetSideSetNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetIds\': <method \'SetSideSetIds\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetIds\': <method \'GetSideSetIds\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetSize\': <method \'SetSideSetSize\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetSize\': <method \'GetSideSetSize\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetNumberOfDistributionFactors\': <method \'SetSideSetNumberOfDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetNumberOfDistributionFactors\': <method \'GetSideSetNumberOfDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetElementList\': <method \'SetSideSetElementList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetElementList\': <method \'GetSideSetElementList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetSideList\': <method \'SetSideSetSideList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetSideList\': <method \'GetSideSetSideList\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetNumDFPerSide\': <method \'SetSideSetNumDFPerSide\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetNumDFPerSide\': <method \'GetSideSetNumDFPerSide\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetDistributionFactors\': <method \'SetSideSetDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetDistributionFactors\': <method \'GetSideSetDistributionFactors\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSumSidesPerSideSet\': <method \'SetSumSidesPerSideSet\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSumSidesPerSideSet\': <method \'GetSumSidesPerSideSet\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSumDistFactPerSideSet\': <method \'GetSumDistFactPerSideSet\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetListIndex\': <method \'GetSideSetListIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetDistributionFactorIndex\': <method \'GetSideSetDistributionFactorIndex\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfBlockProperties\': <method \'GetNumberOfBlockProperties\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetBlockPropertyValue\': <method \'SetBlockPropertyValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetBlockPropertyValue\': <method \'GetBlockPropertyValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfNodeSetProperties\': <method \'GetNumberOfNodeSetProperties\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetNodeSetPropertyValue\': <method \'SetNodeSetPropertyValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeSetPropertyValue\': <method \'GetNodeSetPropertyValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfSideSetProperties\': <method \'GetNumberOfSideSetProperties\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetSideSetPropertyValue\': <method \'SetSideSetPropertyValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetSideSetPropertyValue\': <method \'GetSideSetPropertyValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfGlobalVariables\': <method \'GetNumberOfGlobalVariables\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetGlobalVariableValue\': <method \'SetGlobalVariableValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetGlobalVariableValue\': <method \'GetGlobalVariableValue\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetElementVariableTruthTable\': <method \'SetElementVariableTruthTable\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetElementVariableTruthTable\': <method \'GetElementVariableTruthTable\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'SetAllVariablesDefinedInAllBlocks\': <method \'SetAllVariablesDefinedInAllBlocks\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'AllVariablesDefinedInAllBlocksOn\': <method \'AllVariablesDefinedInAllBlocksOn\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'AllVariablesDefinedInAllBlocksOff\': <method \'AllVariablesDefinedInAllBlocksOff\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetAllVariablesDefinedInAllBlocks\': <method \'GetAllVariablesDefinedInAllBlocks\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetOriginalNumberOfElementVariables\': <method \'GetOriginalNumberOfElementVariables\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfElementVariables\': <method \'GetNumberOfElementVariables\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetElementVariableNumberOfComponents\': <method \'GetElementVariableNumberOfComponents\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetMapToOriginalElementVariableNames\': <method \'GetMapToOriginalElementVariableNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetOriginalNumberOfNodeVariables\': <method \'GetOriginalNumberOfNodeVariables\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNumberOfNodeVariables\': <method \'GetNumberOfNodeVariables\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetNodeVariableNumberOfComponents\': <method \'GetNodeVariableNumberOfComponents\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'GetMapToOriginalNodeVariableNames\': <method \'GetMapToOriginalNodeVariableNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeAllGlobalData\': <method \'FreeAllGlobalData\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeAllLocalData\': <method \'FreeAllLocalData\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeBlockDependentData\': <method \'FreeBlockDependentData\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeOriginalElementVariableNames\': <method \'FreeOriginalElementVariableNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeOriginalNodeVariableNames\': <method \'FreeOriginalNodeVariableNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeUsedElementVariableNames\': <method \'FreeUsedElementVariableNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeUsedNodeVariableNames\': <method \'FreeUsedNodeVariableNames\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeUsedElementVariables\': <method \'FreeUsedElementVariables\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'FreeUsedNodeVariables\': <method \'FreeUsedNodeVariables\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'Reset\': <method \'Reset\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF85F04F120>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkIOExodus.vtkModelMetadata\' objects>, \'__doc__\': \'vtkModelMetadata - This class encapsulates the metadata\\n  that appear in mesh-based file formats but do not appear in\\n  vtkUnstructuredGrid.\\n\\nSuperclass: vtkObject\\n\\nThis class is inspired by the Exodus II file format, but\\n  because this class does not depend on the Exodus library, it\\n  should be possible to use it to represent metadata for other\\n  dataset file formats.  Sandia Labs uses it in their Exodus II\\n  reader, their Exodus II writer and their EnSight writer.\\n  vtkDistributedDataFilter looks for metadata attached to\\n  it\\\'s input and redistributes the metadata with the grid.\\n\\n\\n  The fields in this class are those described in the document\\n  "EXODUS II: A Finite Element Data Model", SAND92-2137, November\\n1995.\\n\\n\\n  Element and node IDs stored in this object must be global IDs,\\n  in the event that the original dataset was partitioned across\\n  many files.\\n\\n\\n  One way to initialize this object is by using vtkExodusModel\\n  (a Sandia class used by the Sandia Exodus reader).\\n  That class will take an open Exodus II file and a\\n  vtkUnstructuredGrid drawn from it and will set the required fields.\\n\\n\\n  Alternatively, you can use all the Set*\\n  methods to set the individual fields. This class does not\\n  copy the data, it simply uses your pointer. This\\n  class will free the storage associated with your pointer\\n  when the class is deleted.  Most fields have sensible defaults.\\n  The only requirement is that if you are using this ModelMetadata\\n  to write out an Exodus or EnSight file in parallel, you must\\n  SetBlockIds and SetBlockIdArrayName.  Your vtkUnstructuredGrid must\\n  have a cell array giving the block ID for each cell.\\n\\n@warning\\n  The Exodus II library supports an optimized element order map\\n  (section 3.7 in the SAND document).  It contains all the element\\n  IDs, listed in the order in which a solver should process them.\\n  We don\\\'t include this, and won\\\'t unless there is a request.\\n\\n@warning\\n  There is an assumption in some classes that the name of the cell\\n  array containing global element ids is "GlobalElementId" and the\\n  name of the point array containing global node ids is\\n"GlobalNodeId".\\n  (element == cell) and (node == point).\\n\\n@sa\\n  vtkDistributedDataFilter vtkExtractCells\\n\\n\'})'
    __vtkname__ = 'vtkModelMetadata'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001F96863BC50>'

__spec__ = None # (!) real value is "ModuleSpec(name='vtkmodules.vtkIOExodus', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001F96863BC50>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\vtkmodules\\\\vtkIOExodus.cp311-win_amd64.pyd')"

