Functions | |
| def | createParams |
| def | main |
| def | normv |
| def | pipeline |
| def | recvVolume |
Variables | |
| string | inputPar0 = "" |
| string | inputVol0 = "" |
| string | inputVol1 = "" |
| string | inputVol2 = "" |
| string | inputVol3 = "" |
| 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 } |
| def StochasticTractoGraphyClusterFiles::createParams | ( | data, | ||
| path, | ||||
isTensor = False | ||||
| ) |
| def StochasticTractoGraphyClusterFiles::main | ( | inputPar0 = "", |
||
inputVol0 = "", |
||||
inputVol1 = "", |
||||
inputVol2 = "", |
||||
inputVol3 = "" | ||||
| ) |
| def StochasticTractoGraphyClusterFiles::normv | ( | vec, | ||
| k | ||||
| ) |
| def StochasticTractoGraphyClusterFiles::pipeline | ( | params, | ||
| nimage, | ||||
| roiA, | ||||
| roiB, | ||||
| wm | ||||
| ) |
| def StochasticTractoGraphyClusterFiles::recvVolume | ( | volName, | ||
| type, | ||||
isDti = False | ||||
| ) |
| dictionary StochasticTractoGraphyClusterFiles::numpy_nrrd_names = { 'int8':'char', 'uint8':'unsigned char', 'int16':'short', 'uint16':'ushort', 'int32':'int', 'uint32':'uint', 'float32':'float', 'float64':'double' } |
| dictionary StochasticTractoGraphyClusterFiles::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 StochasticTractoGraphyClusterFiles::numpy_vtk_types = { 'int8':'2', 'uint8':'3', 'int16':'4', 'uint16':'5', 'int32':'6', 'uint32':'7', 'float32':'10', 'float64':'11' } |
| dictionary StochasticTractoGraphyClusterFiles::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 } |
1.6.1