Exemple #1
0
	def __init__( self, name, layout, facility = "Mesh" ):
		Component.__init__( self, name, facility )
		self.inventory.MeshLayout = layout

		self._dictionary = Dictionary( StGermain.Base.IO.Dictionary.new() )
		self.inventory.MeshLayout._dictionarySource = self # meshlayout writes to the same dictionary, not its own
		return
Exemple #2
0
    def __init__(self, name, layout, facility="Mesh"):
        Component.__init__(self, name, facility)
        self.inventory.MeshLayout = layout

        self._dictionary = Dictionary(StGermain.Base.IO.Dictionary.new())
        self.inventory.MeshLayout._dictionarySource = self  # meshlayout writes to the same dictionary, not its own
        return
 def __init__(self, name="regularMeshLayout", facility="MeshLayout"):
     Component.__init__(self, name, facility)
     return
Exemple #4
0
	def __init__( self, name = "dummy", facility = "Meshayout" ):
		Component.__init__( self, name, facility )
		return
Exemple #5
0
 def __init__(self, name="dummy", facility="Meshayout"):
     Component.__init__(self, name, facility)
     return