Classes | |
| class | slicerd |
Functions | |
| def | main |
Variables | |
| string | LABEL = '===== Slicerd Module =====' |
| tuple | logger = logging.getLogger(__name__) |
| 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 slicerd::main | ( | void | ) |
A test harness for this module.
| string slicerd::LABEL = '===== Slicerd Module =====' |
| tuple slicerd::logger = logging.getLogger(__name__) |
| dictionary slicerd::numpy_nrrd_names = { 'int8':'char', 'uint8':'unsigned char', 'int16':'short', 'uint16':'ushort', 'int32':'int', 'uint32':'uint', 'float32':'float', 'float64':'double' } |
| dictionary slicerd::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 slicerd::numpy_vtk_types = { 'int8':'2', 'uint8':'3', 'int16':'4', 'uint16':'5', 'int32':'6', 'uint32':'7', 'float32':'10', 'float64':'11' } |
| dictionary slicerd::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