Functions | |
| def | createI2Vol |
| def | createV2Vol |
| def | Execute |
| def | findIndX |
| def | intersectIndX |
| def | setOne |
| def | setValue |
| def | test2InVolume |
Variables | |
| dictionary | numpy_nrrd_names = { 'int8':'char', 'uint8':'unsigned char', 'int16':'short', 'uint16':'ushort', 'int32':'int', 'uint32':'uint', 'float32':'float', 'float64':'double' } |
| dictionary | numpy_sizes = { numpy.int8:1, numpy.uint8:1, numpy.int16:2, numpy.uint16:2, numpy.int32:4, numpy.uint32:4, numpy.float32:4, numpy.float64:8 } |
| dictionary | numpy_vtk_types = { 'int8':'2', 'uint8':'3', 'int16':'4', 'uint16':'5', 'int32':'6', 'uint32':'7', 'float32':'10', 'float64':'11' } |
| dictionary | vtk_types = { 2:numpy.int8, 3:numpy.uint8, 4:numpy.int16, 5:numpy.uint16, 6:numpy.int32, 7:numpy.uint32, 10:numpy.float32, 11:numpy.float64 } |
| string | XML |
| def CreateROIPerLabel::createI2Vol | ( | indX, | ||
| shp | ||||
| ) |
| def CreateROIPerLabel::createV2Vol | ( | indX, | ||
| aval, | ||||
| shp | ||||
| ) |
| def CreateROIPerLabel::Execute | ( | label, | ||
inputVolume = "" | ||||
| ) |
| def CreateROIPerLabel::findIndX | ( | arrayD, | ||
| minVal, | ||||
| maxVal, | ||||
flag = False | ||||
| ) |
| def CreateROIPerLabel::intersectIndX | ( | ar1, | ||
| ar2 | ||||
| ) |
| def CreateROIPerLabel::setOne | ( | ard, | ||
| item | ||||
| ) |
| def CreateROIPerLabel::setValue | ( | ard, | ||
| aval, | ||||
| item | ||||
| ) |
Referenced by qCTKRangeWidget::qCTKRangeWidget(), and qCTKSettings::saveState().
| def CreateROIPerLabel::test2InVolume | ( | arrayD, | ||
| minVal, | ||||
| maxVal, | ||||
flag = False | ||||
| ) |
| dictionary CreateROIPerLabel::numpy_nrrd_names = { 'int8':'char', 'uint8':'unsigned char', 'int16':'short', 'uint16':'ushort', 'int32':'int', 'uint32':'uint', 'float32':'float', 'float64':'double' } |
| dictionary CreateROIPerLabel::numpy_sizes = { numpy.int8:1, numpy.uint8:1, numpy.int16:2, numpy.uint16:2, numpy.int32:4, numpy.uint32:4, numpy.float32:4, numpy.float64:8 } |
| dictionary CreateROIPerLabel::numpy_vtk_types = { 'int8':'2', 'uint8':'3', 'int16':'4', 'uint16':'5', 'int32':'6', 'uint32':'7', 'float32':'10', 'float64':'11' } |
| dictionary CreateROIPerLabel::vtk_types = { 2:numpy.int8, 3:numpy.uint8, 4:numpy.int16, 5:numpy.uint16, 6:numpy.int32, 7:numpy.uint32, 10:numpy.float32, 11:numpy.float64 } |
| string CreateROIPerLabel::XML |
1.6.1