Package bar :: Package rec :: Module barreconstructor
[hide private]
[frames] | no frames]

Module barreconstructor

The module provides class necessary to create a reconstruction model from a volume.

Import Graph
Import Graph

Classes [hide private]
  barReconstructionModule
The class provides an interface to create reconstruction model from a volume.
Functions [hide private]
 
VTKtoNumpy(vol)
Implemented from: http://public.kitware.com/pipermail/vtkusers/2002-September/062934.html
 
HTMLColorToRGB(colorstring)
convert #RRGGBB to an (R, G, B) tuple
Variables [hide private]
  BAR_RECONSTRUCTOR_VERSION = 'ver. 0.2'
  BAR_DEFAULT_RECONSTRUCTION_DIR = '../reconstructions'
  BAR_ATLAS_INDEX_FILENAME = 'index.xml'
  BAR_BRAIN_OUTLINE_PROPS = {'SetColor': (0.8, 0.8, 0.8), 'SetOp...
  BAR_RENDERER_BACKGROUND = (1.0, 1.0, 1.0)
  dataImporterFromNumpy = <vtkclass bar.rec.barreconstructor.dat...
  __package__ = 'bar.rec'
Variables Details [hide private]

BAR_BRAIN_OUTLINE_PROPS

Value:
{'SetColor': (0.8, 0.8, 0.8), 'SetOpacity': 0.05}

dataImporterFromNumpy

Value:
<vtkclass bar.rec.barreconstructor.dataImporterFromNumpy at 0x3bbcdb0>