Eidolon
Public Member Functions | Private Member Functions | List of all members
CheartPlugin Class Reference
Inheritance diagram for CheartPlugin:
Inheritance graph
Collaboration diagram for CheartPlugin:
Collaboration graph

Public Member Functions

def __init__ (self)
 
def init (self, plugid, win, mgr)
 
def getHelp (self)
 
def getObjFiles (self, obj)
 
def checkFileOverwrite (self, obj, dirpath, name=None)
 
def renameObjFiles (self, obj, oldname, overwrite=False)
 
def copyObjFiles (self, obj, sdir, overwrite=False)
 
def getScriptCode (self, obj, kwargs)
 
def loadObject (self, filename, name=None, kwargs)
 
def saveObject (self, obj, path, overwrite=False, setFilenames=False, kwargs)
 
def loadSceneObject (self, xfiles, tfile, typename, loadSequential=False, loadTimesteps=0, initialXFile=None, objname=None)
 
def saveSceneObject (self, prefixpath, obj, indsname=None, setObjArgs=False, overwrite=False)
 
def loadDataField (self, obj, dfiles, dim, tfile=None, typename=None, spatialName=None, loadSequential=False, args, kwargs)
 
- Public Member Functions inherited from MeshScenePlugin
def __init__ (self, name)
 
def getScriptCode (self, obj, kwargs)
 
def getIcon (self, obj)
 
def getObjFiles (self, obj)
 
def updateObjPropBox (self, obj, prop)
 
def updateReprPropBox (self, rep, prop)
 
def createObjPropBox (self, obj)
 
def updateReprParamPanel (self, obj, panel, name, val)
 
def createReprPropBox (self, rep)
 
def calculateExtAdj (self, obj, task)
 
def createReprDataset (self, dataset, reprtype, name, refine, externalOnly, task, kwargs)
 
def createRepr (self, obj, reprtype, refine=0, drawInternal=False, externalOnly=True, matname='Default', kwargs)
 
def loadDataField (self, obj, args, kwargs)
 
def getReprParams (self, obj, reprtype)
 
def getReprTypes (self, obj)
 
def getMenu (self, obj)
 
def objectMenuItem (self, obj, item)
 
def applyMaterial (self, rep, mat, kwargs)
 
- Public Member Functions inherited from ScenePlugin
def __init__ (self, name)
 
def init (self, plugid, win, mgr)
 
def cleanup (self)
 
def findObject (self, name, assertFound=True)
 
def removeFilesTask (self, fileglob)
 
def getScriptCode (self, obj, kwargs)
 
def getIcon (self, obj)
 
def getMenu (self, obj)
 
def getHelp (self)
 
def acceptFile (self, filename)
 
def loadObject (self, filename, name=None, kwargs)
 
def saveObject (self, obj, path, overwrite=False, setFilenames=False, kwargs)
 
def checkFileOverwrite (self, obj, dirpath, name=None)
 
def getObjFiles (self, obj)
 
def renameObjFiles (self, obj, oldname, overwrite=False)
 
def copyObjFiles (self, obj, sdir, overwrite=False)
 
def removeObject (self, obj)
 
def createRepr (self, obj, reprtype, kwargs)
 
def getReprParams (self, obj, reprtype)
 
def getReprParamHelp (self, obj, reprtype)
 
def getReprTypes (self, obj)
 
def createHandles (self, rep, kwargs)
 
def updateObjPropBox (self, obj, prop)
 
def updateReprPropBox (self, rep, prop)
 
def createObjPropBox (self, obj)
 
def createReprPropBox (self, rep)
 
def addSceneObject (self, obj)
 
def addSceneObjectRepr (self, rep)
 
def applyMaterial (self, rep, mat, kwargs)
 
def objectMenuItem (self, obj, item)
 

Private Member Functions

def _openLoadDialog (self)
 
def _openLoadDataDialog (self)
 
def _openLoadTDDialog (self)
 
def _openSaveDialog (self)
 

Additional Inherited Members

- Public Attributes inherited from ScenePlugin
 plugid
 
 win
 
 mgr
 
 name
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Member Function Documentation

◆ _openLoadDataDialog()

def _openLoadDataDialog (   self)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _openLoadDialog()

def _openLoadDialog (   self)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _openLoadTDDialog()

def _openLoadTDDialog (   self)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _openSaveDialog()

def _openSaveDialog (   self)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ checkFileOverwrite()

def checkFileOverwrite (   self,
  obj,
  dirpath,
  name = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ copyObjFiles()

def copyObjFiles (   self,
  obj,
  sdir,
  overwrite = False 
)
Here is the call graph for this function:

◆ getHelp()

def getHelp (   self)

◆ getObjFiles()

def getObjFiles (   self,
  obj 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getScriptCode()

def getScriptCode (   self,
  obj,
  kwargs 
)

◆ init()

def init (   self,
  plugid,
  win,
  mgr 
)
Here is the call graph for this function:

◆ loadDataField()

def loadDataField (   self,
  obj,
  dfiles,
  dim,
  tfile = None,
  typename = None,
  spatialName = None,
  loadSequential = False,
  args,
  kwargs 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadObject()

def loadObject (   self,
  filename,
  name = None,
  kwargs 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadSceneObject()

def loadSceneObject (   self,
  xfiles,
  tfile,
  typename,
  loadSequential = False,
  loadTimesteps = 0,
  initialXFile = None,
  objname = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ renameObjFiles()

def renameObjFiles (   self,
  obj,
  oldname,
  overwrite = False 
)
Here is the call graph for this function:

◆ saveObject()

def saveObject (   self,
  obj,
  path,
  overwrite = False,
  setFilenames = False,
  kwargs 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveSceneObject()

def saveSceneObject (   self,
  prefixpath,
  obj,
  indsname = None,
  setObjArgs = False,
  overwrite = False 
)
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: