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

Public Member Functions

def __init__ (self, name, datasets, plugin=None, kwargs)
 
def getPropTuples (self)
 
def elemTypes (self)
 
def getDataset (self)
 
def getFieldNames (self)
 
def getDataField (self, name)
 
def getFieldObject (self, name)
 
def loadDataField (self, args, kwargs)
 
def setTimestepList (self, tslist)
 
def getTimestepList (self)
 
def transformNodes (self, trans)
 
- Public Member Functions inherited from SceneObject
def __init__ (self, name, plugin=None, kwargs)
 
def __getattr__ (self, name)
 
def getLabel (self)
 
def getPropTuples (self)
 
def getName (self)
 
def setName (self, name)
 
def getReprTypes (self)
 
def removeRepr (self, rep)
 
def getDataset (self)
 
def setTimestepList (self, tslist)
 
def setTimestepScheme (self, starttime, interval)
 
def getTimestepList (self)
 
def getTimestepScheme (self)
 
def __repr__ (self)
 

Public Attributes

 datasets
 
 timestepList
 
 proptuples
 
- Public Attributes inherited from SceneObject
 name
 
 reprs
 
 reprcount
 
 plugin
 
 kwargs
 
 reprtypes
 
 proptuples
 

Detailed Description

Represents a data set which stores 3D model information, or anything else which is represented as a mesh.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name,
  datasets,
  plugin = None,
  kwargs 
)

Member Function Documentation

◆ elemTypes()

def elemTypes (   self)

◆ getDataField()

def getDataField (   self,
  name 
)
Returns the RealMatrix object for the field of the given name, a list of such if the object is time-
dependent, or None if no field with this name is present.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDataset()

def getDataset (   self)

◆ getFieldNames()

def getFieldNames (   self)
Returns the names of data fields in the dataset.
Here is the caller graph for this function:

◆ getFieldObject()

def getFieldObject (   self,
  name 
)
Here is the call graph for this function:

◆ getPropTuples()

def getPropTuples (   self)
Here is the call graph for this function:

◆ getTimestepList()

def getTimestepList (   self)

◆ loadDataField()

def loadDataField (   self,
  args,
  kwargs 
)

◆ setTimestepList()

def setTimestepList (   self,
  tslist 
)

◆ transformNodes()

def transformNodes (   self,
  trans 
)
Transform the nodes for each dataset by the transform object `trans'.

Member Data Documentation

◆ datasets

datasets

◆ proptuples

proptuples

◆ timestepList

timestepList

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