| Home | Trees | Indices | Help |
|
|---|
|
|
GraphTable class; opens the specified graph table and populates 1-d arrays of keyword names, innodes, outnodes and component names in the members keywords, innodes, outnodes and compnames
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__init__ instantiates the GraphTable object, given the graph
table name as an input string.
Input: string GFile containing graph table name
Effect: populates four data members:
keywords: CharArray of keyword names
innodes: Int32 array of innodes
outnodes: Int32 array of outnodes
compnames:CharArray of components names
|
GetNextNode returns the outnode that matches an element from the modes list, starting at the given innode. This method isnt actually used, its just a helper method for debugging purposes |
GetComponentsFromGT returns two lists of component names corresponding to those obtained by waling down the graph table starting at innode. The first list contains the optical components, the second list, the thermal components. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Aug 5 18:29:07 2008 | http://epydoc.sourceforge.net |