Python implementation of generic SALOMEDS::Driver.
More...
Public Member Functions |
def | __init__ |
def | IORToLocalPersistentID |
def | LocalPersistentIDToIOR |
def | ComponentDataType |
def | Save |
def | SaveASCII |
def | Load |
def | LoadASCII |
def | Close |
def | CanPublishInStudy |
def | PublishInStudy |
def | CanCopy |
Detailed Description
Python implementation of generic SALOMEDS::Driver.
Should be inherited by any Python module's engine
to provide persistence mechanism.