|
Eidolon
|
Classes | |
| class | BaseLoadDialog |
| class | CheartPlugin |
| class | LoadDataDialog |
| class | LoadDialog |
| class | LoadTDDialog |
Functions | |
| def | readDataSet (xfile, tfile, typename, isBinary=False) |
| def | readXFile (data, buffname, isBinary=False, buff=None, task=None) |
| def | readTFile (data, typename, buffname, isBinary=False, buff=None, task=None) |
| def | readDFile (data, dim, buffname, isBinary=False, buff=None, task=None) |
| def | readCheartBuffer (data, pydatatype, dim, numHeaders, isBinary=False, buff=None, buffname=None, task=None, isIndex=False) |
| def | writeCheartBuffer (outfile, header, data, addVal=None) |
| def | guessTopologyType (tfile) |
| def | loadFileSequenceRange (process, files, typename, dim) |
| def | loadFileSequence (files, typename=None, dim=None, task=None) |
Variables | |
| CheartKeywords | |
| def eidolon.plugins.CheartPlugin.guessTopologyType | ( | tfile | ) |
Returns a guess of the (geom,order,basis) values for a given text topology file.


| def eidolon.plugins.CheartPlugin.loadFileSequence | ( | files, | |
typename = None, |
|||
dim = None, |
|||
task = None |
|||
| ) |


| def eidolon.plugins.CheartPlugin.loadFileSequenceRange | ( | process, | |
| files, | |||
| typename, | |||
| dim | |||
| ) |


| def eidolon.plugins.CheartPlugin.readCheartBuffer | ( | data, | |
| pydatatype, | |||
| dim, | |||
| numHeaders, | |||
isBinary = False, |
|||
buff = None, |
|||
buffname = None, |
|||
task = None, |
|||
isIndex = False |
|||
| ) |

| def eidolon.plugins.CheartPlugin.readDataSet | ( | xfile, | |
| tfile, | |||
| typename, | |||
isBinary = False |
|||
| ) |

| def eidolon.plugins.CheartPlugin.readDFile | ( | data, | |
| dim, | |||
| buffname, | |||
isBinary = False, |
|||
buff = None, |
|||
task = None |
|||
| ) |


| def eidolon.plugins.CheartPlugin.readTFile | ( | data, | |
| typename, | |||
| buffname, | |||
isBinary = False, |
|||
buff = None, |
|||
task = None |
|||
| ) |


| def eidolon.plugins.CheartPlugin.readXFile | ( | data, | |
| buffname, | |||
isBinary = False, |
|||
buff = None, |
|||
task = None |
|||
| ) |


| def eidolon.plugins.CheartPlugin.writeCheartBuffer | ( | outfile, | |
| header, | |||
| data, | |||
addVal = None |
|||
| ) |

| CheartKeywords |
1.8.13