Пример #1
0
def register_MMP_RecordParser_for_DnaMarkers(): #bruce 080227
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser( DnaSegmentMarker.mmp_record_name,
                               _MMP_RecordParser_for_DnaSegmentMarker )
    register_MMP_RecordParser( DnaStrandMarker.mmp_record_name,
                               _MMP_RecordParser_for_DnaStrandMarker )
    return
Пример #2
0
def register_MMP_RecordParser_for_DnaMarkers(): #bruce 080227
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser( DnaSegmentMarker.mmp_record_name,
                               _MMP_RecordParser_for_DnaSegmentMarker )
    register_MMP_RecordParser( DnaStrandMarker.mmp_record_name,
                               _MMP_RecordParser_for_DnaStrandMarker )
    return
Пример #3
0
def register_MMP_RecordParser_for_PovrayScene():
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser('povrayscene', _MMP_RecordParser_for_PovrayScene)
    return
Пример #4
0
def register_MMP_RecordParser_for_Comment():
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser( 'comment', _MMP_RecordParser_for_Comment )
    return
Пример #5
0
def register_MMP_RecordParser_for_Gamess():
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser('gamess', _MMP_RecordParser_for_Gamess)
    return
Пример #6
0
def register_MMP_RecordParser_for_Comment():
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser('comment', _MMP_RecordParser_for_Comment)
    return
Пример #7
0
def register_MMP_RecordParser_for_PovrayScene():
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser( 'povrayscene', _MMP_RecordParser_for_PovrayScene )
    return
Пример #8
0
def register_MMP_RecordParser_for_Gamess():
    """
    [call this during init, before reading any mmp files]
    """
    register_MMP_RecordParser( 'gamess', _MMP_RecordParser_for_Gamess )
    return