Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Public Member Functions | Public Attributes
EditorLib::ThresholdEffect::ThresholdEffectOptions Class Reference
Inheritance diagram for EditorLib::ThresholdEffect::ThresholdEffectOptions:
Inheritance graph
[legend]
Collaboration diagram for EditorLib::ThresholdEffect::ThresholdEffectOptions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __del__
def __init__
def create
def destroy
def onApply
def onThresholdValuesChanged
def onUseForPainting
def preview
def setMRMLDefaults
def updateGUIFromMRML
def updateMRMLFromGUI
def updateParameterNode

Public Attributes

 apply
 parameterNode
 parameterNodeTag
 previewState
 previewStep
 previewSteps
 threshold
 thresholdLabel
 timer
 useForPainting

Detailed Description

ThresholdEffect-specfic gui

Definition at line 29 of file ThresholdEffect.py.


Constructor & Destructor Documentation

def EditorLib::ThresholdEffect::ThresholdEffectOptions::__init__ (   self,
  parent = 0 
)

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 33 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::__del__ (   self)

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 36 of file ThresholdEffect.py.


Member Function Documentation

def EditorLib::ThresholdEffect::ThresholdEffectOptions::create (   self)

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 39 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::destroy (   self)

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 98 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::onApply (   self)

Definition at line 83 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::onThresholdValuesChanged (   self,
  min,
  max 
)

Definition at line 133 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::onUseForPainting (   self)

Definition at line 136 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::preview (   self)

Definition at line 173 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::setMRMLDefaults (   self)

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 113 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::updateGUIFromMRML (   self,
  caller,
  event 
)

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 146 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::updateMRMLFromGUI (   self)

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 163 of file ThresholdEffect.py.

def EditorLib::ThresholdEffect::ThresholdEffectOptions::updateParameterNode (   self,
  caller,
  event 
)
note: this method needs to be implemented exactly as
defined in the leaf classes in EditOptions.py
in each leaf subclass so that "self" in the observer
is of the correct type 

Reimplemented from EditorLib::Effect::EffectOptions.

Definition at line 105 of file ThresholdEffect.py.


Member Data Documentation

Definition at line 39 of file ThresholdEffect.py.

Definition at line 105 of file ThresholdEffect.py.

Definition at line 105 of file ThresholdEffect.py.

Definition at line 39 of file ThresholdEffect.py.

Definition at line 39 of file ThresholdEffect.py.

Definition at line 39 of file ThresholdEffect.py.

Definition at line 39 of file ThresholdEffect.py.

Definition at line 39 of file ThresholdEffect.py.

Definition at line 39 of file ThresholdEffect.py.

Definition at line 39 of file ThresholdEffect.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines