Method: getPointValue
get value of matrix at position 'point'. Point is converted as for self.pointToIndex.
|
guid:
|
www.ccpn.ac.uk_Fogh_2011-03-30-18:05:06_00013__www.ccpn.ac.uk_Fogh_2011-04-05-18:08:58_00001
|
|
OpType:
|
otherQuery
|
|
OpSubType:
|
None
|
|
isQuery:
|
True
|
|
isAbstract:
|
False
|
|
Scope:
|
instance_level
|
|
Code:
|
data = self.__dict__['data']
if data:
result = data[self.pointToIndex(point)]
else:
result = self.defaultValue
|
|