|
|
__init__(self,
mainGUIClass)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
| SetIsInteractiveMode(self,
onoff,
handlerClass) |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| HandleClickInSliceWindow(self,
which,
interactor) |
source code
|
|
|
|
| ConvertCoordinates2RAS(self,
which,
coordinates) |
source code
|
|
|
|
| ConvertCoordinates2IJK(self,
which,
coordinates) |
source code
|
|
|
|
|
|
|
| SetAndMergeInitVolume(self,
resultContainer) |
source code
|
|
|
|
|
|
|
| SetAndMergeEvolVolume(self,
resultContainer) |
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__
|