# encoding: utf-8
# module vtkmodules.vtkIOMotionFX
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkIOMotionFX.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonExecutionModel as __vtkmodules_vtkCommonExecutionModel


# no functions
# classes

class vtkMotionFXCFGReader(__vtkmodules_vtkCommonExecutionModel.vtkMultiBlockDataSetAlgorithm):
    """
    vtkMotionFXCFGReader - reader for MotionFX motion definitions cfg
    files.
    
    Superclass: vtkMultiBlockDataSetAlgorithm
    
    MotionFX files comprise of `motion`s for a collection of STL files.
    The motions define the transformations to apply to STL geometry to
    emulate motion like translation, rotation, planetary motion, etc.
    
    This reader reads such a CFG file and produces a temporal output for
    the time range defined in the file. The resolution of time can be
    controlled using the `SetTimeResolution` method. The output is a
    multiblock dataset with blocks for each of bodies, identified by an
    STL file, in the cfg file.
    
    The reader uses PEGTL (https://github.com/taocpp/PEGTL) to define and
    parse the grammar for the CFG file.
    """
    def GetFileName(self): # real signature unknown; restored from __doc__
        """
        GetFileName(self) -> str
        C++: 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 GetTimeResolution(self): # real signature unknown; restored from __doc__
        """
        GetTimeResolution(self) -> int
        C++: virtual int GetTimeResolution()
        """
        return 0

    def GetTimeResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTimeResolutionMaxValue(self) -> int
        C++: virtual int GetTimeResolutionMaxValue()
        """
        return 0

    def GetTimeResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTimeResolutionMinValue(self) -> int
        C++: virtual int GetTimeResolutionMinValue()
        """
        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) -> vtkMotionFXCFGReader
        C++: vtkMotionFXCFGReader *NewInstance()
        """
        return vtkMotionFXCFGReader

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkMotionFXCFGReader
        C++: static vtkMotionFXCFGReader *SafeDownCast(vtkObjectBase *o)
        """
        return vtkMotionFXCFGReader

    def SetFileName(self, fname): # real signature unknown; restored from __doc__
        """
        SetFileName(self, fname:str) -> None
        C++: void SetFileName(const char *fname)
        
        Get/Set the filename.
        """
        pass

    def SetTimeResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTimeResolution(self, _arg:int) -> None
        C++: virtual void SetTimeResolution(int _arg)
        
        Get/Set the time resolution for timesteps produced by the reader.
        """
        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__': 'vtkMotionFXCFGReader', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'SetFileName': <method 'SetFileName' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'GetFileName': <method 'GetFileName' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'SetTimeResolution': <method 'SetTimeResolution' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'GetTimeResolutionMinValue': <method 'GetTimeResolutionMinValue' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'GetTimeResolutionMaxValue': <method 'GetTimeResolutionMaxValue' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, 'GetTimeResolution': <method 'GetTimeResolution' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF86EFC61B0>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkIOMotionFX.vtkMotionFXCFGReader' objects>, '__doc__': 'vtkMotionFXCFGReader - reader for MotionFX motion definitions cfg\\nfiles.\\n\\nSuperclass: vtkMultiBlockDataSetAlgorithm\\n\\nMotionFX files comprise of `motion`s for a collection of STL files.\\nThe motions define the transformations to apply to STL geometry to\\nemulate motion like translation, rotation, planetary motion, etc.\\n\\nThis reader reads such a CFG file and produces a temporal output for\\nthe time range defined in the file. The resolution of time can be\\ncontrolled using the `SetTimeResolution` method. The output is a\\nmultiblock dataset with blocks for each of bodies, identified by an\\nSTL file, in the cfg file.\\n\\nThe reader uses PEGTL (https://github.com/taocpp/PEGTL) to define and\\nparse the grammar for the CFG file.\\n\\n'})"
    __vtkname__ = 'vtkMotionFXCFGReader'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001B4F696BC50>'

__spec__ = None # (!) real value is "ModuleSpec(name='vtkmodules.vtkIOMotionFX', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001B4F696BC50>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\vtkmodules\\\\vtkIOMotionFX.cp311-win_amd64.pyd')"

