|
pyCAPS
pyCAPS: A Python Extension Module for CAPS
|
Defines a CAPS VertexSet Object. More...
Inherits object.
Public Member Functions | |
| def | name (self) |
| Property returns the name of the CAPS VertexSet Object. | |
| def | history (self) |
| Returns the history list of the CAPS VertexSet Object. | |
| def | getDataConnect (self) |
| Executes caps_getTriangles on data set's vertex set to retrieve the connectivity (triangles only) information for the data set. More... | |
Defines a CAPS VertexSet Object.
Created via Bound.vertexSet.create().
| VertexSet.dataSet | DataSetSequence of DataSet instances |
| VertexSet.attr | AttrSequence of ValueIn attributes |
| def getDataConnect | ( | self | ) |
Executes caps_getTriangles on data set's vertex set to retrieve the connectivity (triangles only) information for the data set.