3
d                 @   sp   d Z ddlmZmZmZmZmZmZmZm	Z	m
Z
mZ ddlZG dd deZG dd deZG dd	 d	eZdS )
zuAutogenerated file - DO NOT EDIT
If you spot a bug, please report it on the mailing list and/or change the generator.    )
CommandLineCommandLineInputSpecSEMLikeCommandLineTraitedSpecFile	Directorytraits	isdefinedInputMultiPathOutputMultiPathNc               @   s@   e Zd ZeddddZejeje ddddZejd	d
dZ	dS )&EMSegmentTransformToNewFormatInputSpeczActive MRML scene that contains EMSegment algorithm parameters in the format before 3.6.3 - please include absolute  file name in path.Tz--inputMRMLFileName %s)descexistsargstrFzWrite out the MRML scene after transformation to format 3.6.3 has been made. - has to be in the same directory as the input MRML file due to Slicer Core bug  - please include absolute  file name in path z--outputMRMLFileName %s)Z
hash_filesr   r   zISet to true if the transformed mrml file should be used as template file z--templateFlag )r   r   N)
__name__
__module____qualname__r   ZinputMRMLFileNamer   ZEitherZBooloutputMRMLFileNameZtemplateFlag r   r   D/tmp/pip-build-7vycvbft/nipype/nipype/interfaces/slicer/utilities.pyr      s   r   c               @   s   e Zd ZedddZdS )'EMSegmentTransformToNewFormatOutputSpeczWrite out the MRML scene after transformation to format 3.6.3 has been made. - has to be in the same directory as the input MRML file due to Slicer Core bug  - please include absolute  file name in path T)r   r   N)r   r   r   r   r   r   r   r   r   r   (   s   r   c               @   s$   e Zd ZdZeZeZdZddiZ	dS )EMSegmentTransformToNewFormatztitle:
      Transform MRML Files to New EMSegmenter Standard


    category:
      Utilities


    description:
      Transform MRML Files to New EMSegmenter Standard

    zEMSegmentTransformToNewFormat r   zoutputMRMLFileName.mrmlN)
r   r   r   __doc__r   Z
input_specr   Zoutput_specZ_cmdZ_outputs_filenamesr   r   r   r   r   /   s
   r   )r   Znipype.interfaces.baser   r   r   r   r   r   r   r	   r
   r   osr   r   r   r   r   r   r   <module>   s
   0