Package testMedAlliances


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 testMedAlliances.print_ord   i  ) 
 

def testMedAlliances.changeBlankToUnderScore   stringWithBlank  ) 
 

def testMedAlliances.getMedObjectFromStudy   file  ) 
 

def testMedAlliances.getMeshObjectFromStudy   meshName  ) 
 

def testMedAlliances.getSupportObjectFromStudy   meshName,
  supportName
 

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


Variable Documentation

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

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

tuple testMedAlliances.sg = SALOMEGUI_Swig() [static]
 

list testMedAlliances.medFiles = [] [static]
 

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

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

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

testMedAlliances.medFile = filePath+medFile [static]