コード例 #1
0
ファイル: MolKitTypes.py プロジェクト: 8848/Pymol-script-repo
 def __init__(self, name='TreeNode', datashape=None, color='#c64e70',
              shape='oval', width=8, height=12, dataDescr='TreeNode Instance',
              klass=TreeNode):
     
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape, 
                           dataDescr=dataDescr)
コード例 #2
0
 def __init__(self, name='TreeNode', datashape=None, color='#c64e70',
              shape='oval', width=8, height=12, dataDescr='TreeNode Instance',
              klass=TreeNode):
     
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape, 
                           dataDescr=dataDescr)
コード例 #3
0
 def __init__(self, name='CrystToReal', datashape=None, color='#fe9200',
              shape='oval', width=None, height=None, 
              dataDescr='Crystal to Real conversion object',
              klass=Crystal):
     
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape, 
                           dataDescr=dataDescr)
コード例 #4
0
ファイル: MolKitTypes.py プロジェクト: 8848/Pymol-script-repo
 def __init__(self, name='CrystToReal', datashape=None, color='#fe9200',
              shape='oval', width=None, height=None, 
              dataDescr='Crystal to Real conversion object',
              klass=Crystal):
     
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape, 
                           dataDescr=dataDescr)
コード例 #5
0
        def __init__(self, name='MSMSobject', datashape=None, color='#6060c3',
                     shape='pentagon', width=None, height=None, 
                     dataDescr='MSMS Instance',
                     klass=MSMS):

            AnyArrayType.__init__(self, name=name, color=color, 
                                  shape=shape, width=width, height=height, 
                                  klass=klass, datashape=datashape, 
                                  dataDescr=dataDescr)
コード例 #6
0
ファイル: MolKitTypes.py プロジェクト: 8848/Pymol-script-repo
 def __init__(self, name='MSMSobject', datashape=None, color='#6060c3',
              shape='pentagon', width=None, height=None, 
              dataDescr='MSMS Instance',
              klass=MSMS):
     
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape, 
                           dataDescr=dataDescr)
コード例 #7
0
    def __init__(self,
                 name='autogrid_results',
                 color='#FF33CC',
                 shape='triangle',
                 klass=autogrid_results):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              klass=klass)
コード例 #8
0
    def __init__(self,
                 name='LigandDB',
                 color='#FFCCFF',
                 shape='rect',
                 klass=LigandDB):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              klass=klass)
コード例 #9
0
ファイル: PILTypes.py プロジェクト: lisarosalina/App
    def __init__(self,
                 name='image',
                 color='#995699',
                 shape='rect',
                 klass=Image):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              klass=klass)
コード例 #10
0
    def __init__(self,
                 name='receptor',
                 color='#99FF33',
                 shape='triangle',
                 klass=receptor):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              klass=klass)
コード例 #11
0
    def __init__(self,
                 name='receptor_prepared',
                 color='#009900',
                 shape='triangle',
                 klass=receptor_prepared):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              klass=klass)
コード例 #12
0
    def __init__(self,
                 name='dpf_template',
                 color='#9933FF',
                 shape='triangle',
                 klass=dpf_template):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              klass=klass)
コード例 #13
0
    def __init__(self,
                 name='gpf_template',
                 color='#FF3333',
                 shape='triangle',
                 klass=gpf_template):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              klass=klass)
コード例 #14
0
ファイル: DejaVuTypes.py プロジェクト: lisarosalina/App
    def __init__(self,
                 name='geom',
                 datashape=None,
                 color='red',
                 shape='rect',
                 width=None,
                 height=None,
                 klass=Geom):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              width=width,
                              height=height,
                              klass=klass,
                              datashape=datashape)
コード例 #15
0
ファイル: DejaVuTypes.py プロジェクト: lisarosalina/App
    def __init__(self,
                 name='viewer',
                 datashape=None,
                 color='yellow',
                 shape='rect',
                 width=None,
                 height=None,
                 klass=Viewer):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              width=width,
                              height=height,
                              klass=klass,
                              datashape=datashape)
コード例 #16
0
ファイル: DejaVuTypes.py プロジェクト: lisarosalina/App
    def __init__(self,
                 name='texture',
                 datashape=None,
                 color='#995699',
                 shape='rect',
                 width=None,
                 height=None,
                 klass=None):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              width=width,
                              height=height,
                              klass=klass,
                              datashape=datashape)
コード例 #17
0
ファイル: DejaVuTypes.py プロジェクト: lisarosalina/App
    def __init__(self,
                 name='ColorMapType',
                 datashape=None,
                 color='magenta',
                 shape='rect',
                 width=None,
                 height=None,
                 klass=ColorMap):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              width=width,
                              height=height,
                              klass=klass,
                              datashape=datashape)
コード例 #18
0
ファイル: DejaVuTypes.py プロジェクト: lisarosalina/App
    def __init__(self,
                 name='geomOrInsert2d',
                 datashape=None,
                 color='red',
                 shape='rect',
                 width=None,
                 height=None,
                 klass=Common2d3dObject):

        AnyArrayType.__init__(self,
                              name=name,
                              color=color,
                              shape=shape,
                              width=width,
                              height=height,
                              klass=klass,
                              datashape=datashape)
コード例 #19
0
 def __init__(self, name='viewer', datashape=None, color='yellow',
              shape='rect', width=None, height=None, klass=Viewer):
     
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape)
コード例 #20
0
ファイル: libTypes.py プロジェクト: 8848/Pymol-script-repo
    def __init__(self, name='receptor_prepared', color='#009900', shape='triangle',
                 klass=receptor_prepared):

        AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                              klass=klass)
コード例 #21
0
    def __init__(self, name='texture', datashape=None, color='#995699',
                 shape='rect', width=None, height=None, klass=None):

        AnyArrayType.__init__(self, name=name, color=color, 
                              shape=shape, width=width, height=height, 
                              klass=klass, datashape=datashape)
コード例 #22
0
 def __init__(self, name='ColorMapType', datashape=None, color='magenta',
              shape='rect', width=None, height=None, klass=ColorMap):
     
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape)
コード例 #23
0
 def __init__(self, name='geom', datashape=None, color='red',
              shape='rect', width=None, height=None, klass=Geom):
   
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape)
コード例 #24
0
 def __init__(self, name='geomOrInsert2d', datashape=None, color='red',
              shape='rect', width=None, height=None, klass=Common2d3dObject):
   
     AnyArrayType.__init__(self, name=name, color=color, 
                           shape=shape, width=width, height=height, 
                           klass=klass, datashape=datashape)
コード例 #25
0
ファイル: libTypes.py プロジェクト: 8848/Pymol-script-repo
    def __init__(self, name='receptor', color='#99FF33', shape='triangle',
                 klass=receptor):

        AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                              klass=klass)
コード例 #26
0
ファイル: libTypes.py プロジェクト: 8848/Pymol-script-repo
    def __init__(self, name='LigandDB', color='#FFCCFF', shape='rect',
                 klass=LigandDB):

        AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                              klass=klass)
コード例 #27
0
ファイル: PmvTypes.py プロジェクト: lisarosalina/App
 def __init__(self, name='PmvCmd', color='#7A7AFF', shape='rect',
              klass=Command):
   
     AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                           klass=klass)
コード例 #28
0
ファイル: libTypes.py プロジェクト: 8848/Pymol-script-repo
    def __init__(self, name='dpf_template', color='#9933FF', shape='triangle',
                 klass=dpf_template):

        AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                              klass=klass)
コード例 #29
0
ファイル: PmvTypes.py プロジェクト: lisarosalina/App
 def __init__(self, name='PmvInstance', color='#7A7AFF', shape='circle',
              klass=MoleculeViewer):
   
     AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                           klass=klass)
コード例 #30
0
 def __init__(self, name='MPLDrawArea', color='#99AFD8', shape='diamond',
              klass=dict):
   
     AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                           klass=klass)
コード例 #31
0
 def __init__(self, name='MPLAxes', color='#99AFD8', shape='oval',
              klass=Axes):
   
     AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                           klass=klass)
コード例 #32
0
ファイル: libTypes.py プロジェクト: 8848/Pymol-script-repo
    def __init__(self, name='autogrid_results', color='#FF33CC', shape='triangle',
                 klass=autogrid_results):

        AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                              klass=klass)
コード例 #33
0
ファイル: libTypes.py プロジェクト: 8848/Pymol-script-repo
    def __init__(self, name='gpf_template', color='#FF3333', shape='triangle',
                 klass=gpf_template):

        AnyArrayType.__init__(self, name=name, color=color, shape=shape, 
                              klass=klass)