Package testMedAlliances1


Functions

def print_ord
def changeBlankToUnderScore
def getMedObjectFromStudy
def getMeshObjectFromStudy
def getSupportObjectFromStudy
def getFieldObjectFromStudy

Variables

list filePath = os.environ["MED_ROOT_DIR"]
string filePath = "/share/salome/resources/med/"
tuple sg = SALOMEGUI_Swig()
list medFiles = []
tuple nbOfFiles = len(medFiles)
tuple med = salome.lcc.FindOrLoadComponent("FactoryServer", "MED")
list medFile = medFiles[i]
 medFile = filePath+medFile


Function Documentation

def testMedAlliances1.print_ord   i  ) 
 

def testMedAlliances1.changeBlankToUnderScore   stringWithBlank  ) 
 

def testMedAlliances1.getMedObjectFromStudy   file  ) 
 

def testMedAlliances1.getMeshObjectFromStudy   meshName  ) 
 

def testMedAlliances1.getSupportObjectFromStudy   meshName,
  supportName
 

def testMedAlliances1.getFieldObjectFromStudy   dt,
  it,
  fieldName,
  supportName,
  meshName
 


Variable Documentation

list testMedAlliances1.filePath = os.environ["MED_ROOT_DIR"] [static]
 

string testMedAlliances1.filePath = "/share/salome/resources/med/" [static]
 

tuple testMedAlliances1.sg = SALOMEGUI_Swig() [static]
 

list testMedAlliances1.medFiles = [] [static]
 

tuple testMedAlliances1.nbOfFiles = len(medFiles) [static]
 

tuple testMedAlliances1.med = salome.lcc.FindOrLoadComponent("FactoryServer", "MED") [static]
 

list testMedAlliances1.medFile = medFiles[i] [static]
 

testMedAlliances1.medFile = filePath+medFile [static]