def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartTransformParams.__init__(self) self.isVisible = True self.name = 'VectorField' PartVectorFieldVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): VisItemParams.__init__(self) PartTransformParams.__init__(self) self.name = 'SceneGraphItem' self.isVisible = True coSceneGraphItemParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartTransformParams.__init__(self) self.isVisible = True self.name = 'VectorField' PartVectorFieldVisParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): VisItemParams.__init__(self) PartTransformParams.__init__(self) self.name = 'DNAItem' self.isVisible = True self.connectionPoints = {} self.connectionPointsDisable = {} self.connectedUnit = {} self.matrix = [1,0,0,0 ,0,1,0,0 ,0,0,1,0 ,0,0,0,1] coDNAItemParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): VisItemParams.__init__(self) PartTransformParams.__init__(self) self.name = 'DNAItem' self.isVisible = True self.connectionPoints = {} self.connectionPointsDisable = {} self.connectedUnit = {} self.matrix = [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1] coDNAItemParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartTransformParams.__init__(self) #coloring and shader self.name = 'Appearance' self.r=200 self.g=200 self.b=200 self.transparency=1.0 self.transparencyOn=True self.color = 0 self.ambient = 180, 180, 180 self.specular = 255, 255, 130 self.shininess = 16.0 #visualization self.variable = 'Select a variable' self.allVariables = [] self.mergeDefaultParams()
def __init__(self): PartModuleVisParams.__init__(self) PartTransformParams.__init__(self) self.name = 'BoundingBox'
def __init__(self): PartTransformParams.__init__(self) self.name = 'testCase' self.filteredDsc = None self.origDsc = None coCaseMgrParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): VisItemParams.__init__(self) PartTransformParams.__init__(self) self.name = 'SceneGraphItem' self.isVisible = True coSceneGraphItemParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class