|
def | __init__ (self, name, filename, plugin, kwargs) |
|
def | getPropTuples (self) |
|
def | getWidget (self) |
|
def | get (self, name, default=None) |
|
def | set (self, name, value) |
|
def | enumContours (self) |
|
def | numContours (self) |
|
def | getContourNames (self) |
|
def | addContour (self, nodes, name=None, timestep=0) |
|
def | setContour (self, name, timestep, nodes) |
|
def | removeContour (self, name) |
|
def | clearContours (self) |
|
def | load (self) |
|
def | save (self) |
|
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) |
|
This represents a segmentation object containing the contours defining the segmentation's shapes. It loads and stores
data from a basic config file which can have any sort of key-value pairs, however each contour's name must start with
"contour_" and be unique.