Package SlicerVMTKLevelSet :: Module SlicerVMTKLevelSetGUIHelper :: Class SlicerVMTKLevelSetGUIHelper
[hide private]
[frames] | no frames]

Class SlicerVMTKLevelSetGUIHelper

source code


Instance Methods [hide private]
 
__init__(self, mainGUIClass)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
SetIsInteractiveMode(self, onoff, handlerClass) source code
 
GetIsInteractiveMode(self) source code
 
debug(self, msg)
debug prints to stdout (better than print because of flush)
source code
 
RegisterInteractors(self, renderWindowInteractor, redSliceInteractor, yellowSliceInteractor, greenSliceInteractor) source code
 
HandleClickInRenderWindow(self) source code
 
HandleClickInRedSliceWindow(self) source code
 
HandleClickInYellowSliceWindow(self) source code
 
HandleClickInGreenSliceWindow(self) source code
 
HandleClickInSliceWindow(self, which, interactor) source code
 
ConvertCoordinates2RAS(self, which, coordinates) source code
 
ConvertCoordinates2IJK(self, which, coordinates) source code
 
ConvertRAS2IJK(self, coordinates) source code
 
SetAndMergeInitVolume(self, resultContainer) source code
 
UndoInit(self) source code
 
SetAndMergeEvolVolume(self, resultContainer) source code
 
UndoEvol(self) source code
 
GenerateInitializationModel(self, resultContainer) source code
 
GenerateEvolutionModel(self, resultContainer) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, mainGUIClass)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)