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
DICOM2FullBrainTractographyLib::workflow_support::GeneralizedStep Class Reference

List of all members.

Public Member Functions

def __init__
def createUserInterface
def onEntry
def onExit
def validate

Public Attributes

 qt_widget
 weak_onEntryCallback
 weak_onExitCallback
 weak_validateCallback

Detailed Description

Step implemented using the derivation approach

Definition at line 123 of file workflow_support.py.


Constructor & Destructor Documentation

def DICOM2FullBrainTractographyLib::workflow_support::GeneralizedStep::__init__ (   self,
  stepid,
  qt_widget,
  onEntryCallback = None,
  validateCallback = None,
  onExitCallback = None 
)

Definition at line 126 of file workflow_support.py.


Member Function Documentation

def DICOM2FullBrainTractographyLib::workflow_support::GeneralizedStep::createUserInterface (   self)

Definition at line 139 of file workflow_support.py.

def DICOM2FullBrainTractographyLib::workflow_support::GeneralizedStep::onEntry (   self,
  comingFrom,
  transitionType 
)

Definition at line 145 of file workflow_support.py.

def DICOM2FullBrainTractographyLib::workflow_support::GeneralizedStep::onExit (   self,
  goingTo,
  transitionType 
)

Definition at line 154 of file workflow_support.py.

def DICOM2FullBrainTractographyLib::workflow_support::GeneralizedStep::validate (   self,
  desiredBranchId 
)

Definition at line 163 of file workflow_support.py.


Member Data Documentation

Definition at line 126 of file workflow_support.py.

Definition at line 126 of file workflow_support.py.

Definition at line 126 of file workflow_support.py.

Definition at line 126 of file workflow_support.py.


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