# encoding: utf-8
# module vtkmodules.vtkIOChemistry
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkIOChemistry.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonExecutionModel as __vtkmodules_vtkCommonExecutionModel


# no functions
# classes

class vtkCMLMoleculeReader(__vtkmodules_vtkCommonExecutionModel.vtkMoleculeAlgorithm):
    """
    vtkCMLMoleculeReader - Read a CML file and output a vtkMolecule
    object
    
    Superclass: vtkMoleculeAlgorithm
    """
    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 GetOutput(self): # real signature unknown; restored from __doc__
        """
        GetOutput(self) -> vtkMolecule
        C++: vtkMolecule *GetOutput()
        
        Get/Set the output (vtkMolecule) that the reader will fill
        """
        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) -> vtkCMLMoleculeReader
        C++: vtkCMLMoleculeReader *NewInstance()
        """
        return vtkCMLMoleculeReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCMLMoleculeReader
        C++: static vtkCMLMoleculeReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkCMLMoleculeReader

    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 CML file
        """
        pass

    def SetOutput(self, __a): # real signature unknown; restored from __doc__
        """
        SetOutput(self, __a:vtkMolecule) -> None
        C++: void SetOutput(vtkMolecule *) override;
        """
        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__': 'vtkCMLMoleculeReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'GetOutput': <method 'GetOutput' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'SetOutput': <method 'SetOutput' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7ED170>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkCMLMoleculeReader' objects>, '__doc__': 'vtkCMLMoleculeReader - Read a CML file and output a vtkMolecule\\nobject\\n\\nSuperclass: vtkMoleculeAlgorithm\\n\\n'})"
    __vtkname__ = 'vtkCMLMoleculeReader'


class vtkMoleculeReaderBase(__vtkmodules_vtkCommonExecutionModel.vtkPolyDataAlgorithm):
    """
    vtkMoleculeReaderBase - Read molecular data files
    
    Superclass: vtkPolyDataAlgorithm
    
    vtkMoleculeReaderBase is a source object that reads molecule files.
    The FileName must be specified
    
    @par Thanks: Dr. Jean M. Favre who originally developed and
    contributed this class Angelos Angelopoulos and Spiros Tsalikis for
    revisions
    """
    def GetBScale(self): # real signature unknown; restored from __doc__
        """
        GetBScale(self) -> float
        C++: virtual double GetBScale()
        """
        return 0.0

    def GetFileName(self): # real signature unknown; restored from __doc__
        """
        GetFileName(self) -> str
        C++: virtual char *GetFileName()
        """
        return ""

    def GetHBScale(self): # real signature unknown; restored from __doc__
        """
        GetHBScale(self) -> float
        C++: virtual double GetHBScale()
        """
        return 0.0

    def GetNumberOfAtoms(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfAtoms(self) -> int
        C++: virtual vtkIdType GetNumberOfAtoms()
        
        Number of atoms in the molecule.
        """
        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 GetNumberOfModels(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfModels(self) -> int
        C++: virtual unsigned int GetNumberOfModels()
        
        Number of models that make up the molecule.
        """
        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) -> vtkMoleculeReaderBase
        C++: vtkMoleculeReaderBase *NewInstance()
        """
        return vtkMoleculeReaderBase

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkMoleculeReaderBase
        C++: static vtkMoleculeReaderBase *SafeDownCast(vtkObjectBase *o)
        """
        return vtkMoleculeReaderBase

    def SetBScale(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBScale(self, _arg:float) -> None
        C++: virtual void SetBScale(double _arg)
        
        A scaling factor to compute bonds between non-hydrogen atoms
        """
        pass

    def SetFileName(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFileName(self, _arg:str) -> None
        C++: virtual void SetFileName(const char *_arg)
        """
        pass

    def SetHBScale(self, _arg): # real signature unknown; restored from __doc__
        """
        SetHBScale(self, _arg:float) -> None
        C++: virtual void SetHBScale(double _arg)
        
        A scaling factor to compute bonds with hydrogen atoms.
        """
        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__': 'vtkMoleculeReaderBase', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'SetBScale': <method 'SetBScale' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'GetBScale': <method 'GetBScale' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'SetHBScale': <method 'SetHBScale' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'GetHBScale': <method 'GetHBScale' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'GetNumberOfAtoms': <method 'GetNumberOfAtoms' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, 'GetNumberOfModels': <method 'GetNumberOfModels' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7EDB00>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkMoleculeReaderBase' objects>, '__doc__': 'vtkMoleculeReaderBase - Read molecular data files\\n\\nSuperclass: vtkPolyDataAlgorithm\\n\\nvtkMoleculeReaderBase is a source object that reads molecule files.\\nThe FileName must be specified\\n\\n@par Thanks: Dr. Jean M. Favre who originally developed and\\ncontributed this class Angelos Angelopoulos and Spiros Tsalikis for\\nrevisions\\n\\n'})"
    __vtkname__ = 'vtkMoleculeReaderBase'


class vtkGaussianCubeReader(vtkMoleculeReaderBase):
    """
    vtkGaussianCubeReader - read ASCII Gaussian Cube Data files
    
    Superclass: vtkMoleculeReaderBase
    
    vtkGaussianCubeReader is a source object that reads ASCII files
    following the description in http://www.gaussian.com/00000430.htm The
    FileName must be specified.
    
    @par Thanks: Dr. Jean M. Favre who developed and contributed this
    class.
    """
    def GetGridOutput(self): # real signature unknown; restored from __doc__
        """
        GetGridOutput(self) -> vtkImageData
        C++: vtkImageData *GetGridOutput()
        """
        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 GetTransform(self): # real signature unknown; restored from __doc__
        """
        GetTransform(self) -> vtkTransform
        C++: virtual vtkTransform *GetTransform()
        """
        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) -> vtkGaussianCubeReader
        C++: vtkGaussianCubeReader *NewInstance()
        """
        return vtkGaussianCubeReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkGaussianCubeReader
        C++: static vtkGaussianCubeReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkGaussianCubeReader

    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__': 'vtkGaussianCubeReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, 'GetTransform': <method 'GetTransform' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, 'GetGridOutput': <method 'GetGridOutput' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7ED440>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader' objects>, '__doc__': 'vtkGaussianCubeReader - read ASCII Gaussian Cube Data files\\n\\nSuperclass: vtkMoleculeReaderBase\\n\\nvtkGaussianCubeReader is a source object that reads ASCII files\\nfollowing the description in http://www.gaussian.com/00000430.htm The\\nFileName must be specified.\\n\\n@par Thanks: Dr. Jean M. Favre who developed and contributed this\\nclass.\\n\\n'})"
    __vtkname__ = 'vtkGaussianCubeReader'


class vtkGaussianCubeReader2(__vtkmodules_vtkCommonExecutionModel.vtkMoleculeAlgorithm):
    """
    vtkGaussianCubeReader2 - Read a Gaussian Cube file and output a
    vtkMolecule object and a vtkImageData
    
    Superclass: vtkMoleculeAlgorithm
    
    @par Thanks: Dr. Jean M. Favre who developed and contributed this
    class.
    """
    def GetFileName(self): # real signature unknown; restored from __doc__
        """
        GetFileName(self) -> str
        C++: virtual char *GetFileName()
        """
        return ""

    def GetGridOutput(self): # real signature unknown; restored from __doc__
        """
        GetGridOutput(self) -> vtkImageData
        C++: vtkImageData *GetGridOutput()
        
        Get/Set the output (vtkImageData) that the reader will fill
        """
        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 GetOutput(self): # real signature unknown; restored from __doc__
        """
        GetOutput(self) -> vtkMolecule
        C++: vtkMolecule *GetOutput()
        
        Get/Set the output (vtkMolecule) that the reader will fill
        """
        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) -> vtkGaussianCubeReader2
        C++: vtkGaussianCubeReader2 *NewInstance()
        """
        return vtkGaussianCubeReader2

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkGaussianCubeReader2
        C++: static vtkGaussianCubeReader2 *SafeDownCast(vtkObjectBase *o)
        """
        return vtkGaussianCubeReader2

    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 CML file
        """
        pass

    def SetOutput(self, __a): # real signature unknown; restored from __doc__
        """
        SetOutput(self, __a:vtkMolecule) -> None
        C++: void SetOutput(vtkMolecule *) override;
        """
        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__': 'vtkGaussianCubeReader2', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'GetOutput': <method 'GetOutput' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'SetOutput': <method 'SetOutput' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'GetGridOutput': <method 'GetGridOutput' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7ED770>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkGaussianCubeReader2' objects>, '__doc__': 'vtkGaussianCubeReader2 - Read a Gaussian Cube file and output a\\nvtkMolecule object and a vtkImageData\\n\\nSuperclass: vtkMoleculeAlgorithm\\n\\n@par Thanks: Dr. Jean M. Favre who developed and contributed this\\nclass.\\n\\n'})"
    __vtkname__ = 'vtkGaussianCubeReader2'


class vtkPDBReader(vtkMoleculeReaderBase):
    """
    vtkPDBReader - read Molecular Data files
    
    Superclass: vtkMoleculeReaderBase
    
    vtkPDBReader is a source object that reads Molecule files The
    FileName must be specified
    
    @par Thanks: Dr. Jean M. Favre who developed and contributed this
    class
    """
    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) -> vtkPDBReader
        C++: vtkPDBReader *NewInstance()
        """
        return vtkPDBReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkPDBReader
        C++: static vtkPDBReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkPDBReader

    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__': 'vtkPDBReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7EDD90>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkPDBReader' objects>, '__doc__': 'vtkPDBReader - read Molecular Data files\\n\\nSuperclass: vtkMoleculeReaderBase\\n\\nvtkPDBReader is a source object that reads Molecule files The\\nFileName must be specified\\n\\n@par Thanks: Dr. Jean M. Favre who developed and contributed this\\nclass\\n\\n'})"
    __vtkname__ = 'vtkPDBReader'


class vtkVASPAnimationReader(__vtkmodules_vtkCommonExecutionModel.vtkMoleculeAlgorithm):
    """
    vtkVASPAnimationReader - Reader for VASP animation files.
    
    Superclass: vtkMoleculeAlgorithm
    
    Reads VASP animation files (e.g. NPT_Z_ANIMATE.out).
    """
    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 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) -> vtkVASPAnimationReader
        C++: vtkVASPAnimationReader *NewInstance()
        """
        return vtkVASPAnimationReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkVASPAnimationReader
        C++: static vtkVASPAnimationReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkVASPAnimationReader

    def SetFileName(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFileName(self, _arg:str) -> None
        C++: virtual void SetFileName(const char *_arg)
        
        The name of the 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__': 'vtkVASPAnimationReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7EE060>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkVASPAnimationReader' objects>, '__doc__': 'vtkVASPAnimationReader - Reader for VASP animation files.\\n\\nSuperclass: vtkMoleculeAlgorithm\\n\\nReads VASP animation files (e.g. NPT_Z_ANIMATE.out).\\n\\n'})"
    __vtkname__ = 'vtkVASPAnimationReader'


class vtkVASPTessellationReader(__vtkmodules_vtkCommonExecutionModel.vtkMoleculeAlgorithm):
    """
    vtkVASPTessellationReader - Read NPT_Z_TESSELLATE.out files.
    
    Superclass: vtkMoleculeAlgorithm
    
    Read NPT_Z_TESSELLATE.out files from VASP.
    """
    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 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) -> vtkVASPTessellationReader
        C++: vtkVASPTessellationReader *NewInstance()
        """
        return vtkVASPTessellationReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkVASPTessellationReader
        C++: static vtkVASPTessellationReader *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkVASPTessellationReader

    def SetFileName(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFileName(self, _arg:str) -> None
        C++: virtual void SetFileName(const char *_arg)
        
        The name of the 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__': 'vtkVASPTessellationReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7EE330>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkVASPTessellationReader' objects>, '__doc__': 'vtkVASPTessellationReader - Read NPT_Z_TESSELLATE.out files.\\n\\nSuperclass: vtkMoleculeAlgorithm\\n\\nRead NPT_Z_TESSELLATE.out files from VASP.\\n\\n'})"
    __vtkname__ = 'vtkVASPTessellationReader'


class vtkXYZMolReader(vtkMoleculeReaderBase):
    """
    vtkXYZMolReader - read Molecular Data files
    
    Superclass: vtkMoleculeReaderBase
    
    vtkXYZMolReader is a source object that reads Molecule files The
    FileName must be specified
    
    @par Thanks: Dr. Jean M. Favre who developed and contributed this
    class
    """
    def CanReadFile(self, name): # real signature unknown; restored from __doc__
        """
        CanReadFile(self, name:str) -> int
        C++: virtual int CanReadFile(const char *name)
        
        Test whether the file with the given name can be read by this
        reader.
        """
        return 0

    def GetMaxTimeStep(self): # real signature unknown; restored from __doc__
        """
        GetMaxTimeStep(self) -> int
        C++: virtual int GetMaxTimeStep()
        
        Get the maximum time step.
        """
        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 GetTimeStep(self): # real signature unknown; restored from __doc__
        """
        GetTimeStep(self) -> int
        C++: virtual int GetTimeStep()
        """
        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) -> vtkXYZMolReader
        C++: vtkXYZMolReader *NewInstance()
        """
        return vtkXYZMolReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkXYZMolReader
        C++: static vtkXYZMolReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkXYZMolReader

    def SetTimeStep(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTimeStep(self, _arg:int) -> None
        C++: virtual void SetTimeStep(int _arg)
        
        Set the current time step. It should be greater than 0 and
        smaller than MaxTimeStep.
        """
        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__': 'vtkXYZMolReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'CanReadFile': <method 'CanReadFile' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'SetTimeStep': <method 'SetTimeStep' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'GetTimeStep': <method 'GetTimeStep' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, 'GetMaxTimeStep': <method 'GetMaxTimeStep' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7EE640>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader' objects>, '__doc__': 'vtkXYZMolReader - read Molecular Data files\\n\\nSuperclass: vtkMoleculeReaderBase\\n\\nvtkXYZMolReader is a source object that reads Molecule files The\\nFileName must be specified\\n\\n@par Thanks: Dr. Jean M. Favre who developed and contributed this\\nclass\\n\\n'})"
    __vtkname__ = 'vtkXYZMolReader'


class vtkXYZMolReader2(__vtkmodules_vtkCommonExecutionModel.vtkMoleculeAlgorithm):
    """
    vtkXYZMolReader2 - read Molecular Data files
    
    Superclass: vtkMoleculeAlgorithm
    
    vtkXYZMolReader2 is a source object that reads Molecule files The
    reader will detect multiple timesteps in an XYZ molecule file.
    
    @par Thanks: Dr. Jean M. Favre who developed and contributed this
    class
    """
    def GetFileName(self): # real signature unknown; restored from __doc__
        """
        GetFileName(self) -> str
        C++: virtual const 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 GetOutput(self): # real signature unknown; restored from __doc__
        """
        GetOutput(self) -> vtkMolecule
        C++: vtkMolecule *GetOutput()
        
        Get/Set the output (vtkMolecule) that the reader will fill
        """
        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) -> vtkXYZMolReader2
        C++: vtkXYZMolReader2 *NewInstance()
        """
        return vtkXYZMolReader2

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkXYZMolReader2
        C++: static vtkXYZMolReader2 *SafeDownCast(vtkObjectBase *o)
        """
        return vtkXYZMolReader2

    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 XYZ Molecule file
        """
        pass

    def SetOutput(self, __a): # real signature unknown; restored from __doc__
        """
        SetOutput(self, __a:vtkMolecule) -> None
        C++: void SetOutput(vtkMolecule *) override;
        """
        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__': 'vtkXYZMolReader2', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'GetOutput': <method 'GetOutput' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'SetOutput': <method 'SetOutput' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86D7EE950>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOChemistry.vtkXYZMolReader2' objects>, '__doc__': 'vtkXYZMolReader2 - read Molecular Data files\\n\\nSuperclass: vtkMoleculeAlgorithm\\n\\nvtkXYZMolReader2 is a source object that reads Molecule files The\\nreader will detect multiple timesteps in an XYZ molecule file.\\n\\n@par Thanks: Dr. Jean M. Favre who developed and contributed this\\nclass\\n\\n'})"
    __vtkname__ = 'vtkXYZMolReader2'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001F4E272BC50>'

__spec__ = None # (!) real value is "ModuleSpec(name='vtkmodules.vtkIOChemistry', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001F4E272BC50>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\vtkmodules\\\\vtkIOChemistry.cp311-win_amd64.pyd')"

