OpenCMISS-Iron Python Bindings API Documentation
|
Public Member Functions | |
def | __init__ (self) |
def | CoordinateSystemGet (self, coordinateSystem) |
def | CoordinateSystemSet (self, coordinateSystem) |
def | CreateFinish (self) |
def | CreateStart (self, regionUserNumber, parentRegion) |
def | DataPointsGet (self, dataPoints) |
def | Destroy (self) |
def | Finalise (self) |
def | LabelGet (self) |
def | LabelSet (self, label) |
def | NodesGet (self, nodes) |
Public Attributes | |
cmiss_type | |
Properties | |
dataPoints = property(DataPointsGet, None, None, ) | |
nodes = property(NodesGet, None, None, ) | |
coordinateSystem = property(CoordinateSystemGet, CoordinateSystemSet, None, ) | |
label = property(LabelGet, LabelSet, None, ) | |
def iron.Region.__init__ | ( | self | ) |
def iron.Region.CoordinateSystemGet | ( | self, | |
coordinateSystem | |||
) |
def iron.Region.CoordinateSystemSet | ( | self, | |
coordinateSystem | |||
) |
def iron.Region.CreateFinish | ( | self | ) |
def iron.Region.CreateStart | ( | self, | |
regionUserNumber, | |||
parentRegion | |||
) |
Starts the creation of a region identified by an object. :param regionUserNumber: The user number of the region to start the creation of. :type regionUserNumber: int :param parentRegion: The parent region to to start the creation of the region in. :type parentRegion: Region :rtype: None
def iron.Region.DataPointsGet | ( | self, | |
dataPoints | |||
) |
def iron.Region.Destroy | ( | self | ) |
def iron.Region.Finalise | ( | self | ) |
def iron.Region.LabelGet | ( | self | ) |
def iron.Region.LabelSet | ( | self, | |
label | |||
) |
def iron.Region.NodesGet | ( | self, | |
nodes | |||
) |
|
static |
|
static |