Python implementation of generic SALOMEDS::Driver.
More...
|
def | __init__ (self, componentDataType) |
|
def | IORToLocalPersistentID (self, theSObject, IORString, isMultiFile, isASCII) |
|
def | LocalPersistentIDToIOR (self, theSObject, PersistentID, isMultiFile, isASCII) |
|
def | ComponentDataType (self) |
|
def | Save (self, theComponent, theURL, isMultiFile) |
|
def | SaveASCII (self, theComponent, theURL, isMultiFile) |
|
def | Load (self, theComponent, theStream, theURL, isMultiFile) |
|
def | LoadASCII (self, theComponent, theStream, theURL, isMultiFile) |
|
def | Close (self, theComponent) |
|
def | CanPublishInStudy (self, theIOR) |
|
def | PublishInStudy (self, theStudy, theSObject, theObject, theName) |
|
def | CanCopy (self, theObject) |
|
Python implementation of generic SALOMEDS::Driver.
Should be inherited by any Python module's engine
to provide persistence mechanism.