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

List of all members.

Public Member Functions

def __init__
def growCut

Detailed Description

This class contains helper methods for a given effect
type.  It can be instanced as needed by an GrowCutEffectTool
or GrowCutEffectOptions instance in order to compute intermediate
results (say, for user feedback) or to implement the final 
segmentation editing operation.  This class is split
from the GrowCutEffectTool so that the operations can be used
by other code without the need for a view context.

Definition at line 112 of file GrowCutEffect.py.


Constructor & Destructor Documentation

def EditorLib::GrowCutEffect::GrowCutEffectLogic::__init__ (   self,
  sliceLogic 
)

Reimplemented from EditorLib::Effect::EffectLogic.

Definition at line 123 of file GrowCutEffect.py.


Member Function Documentation

def EditorLib::GrowCutEffect::GrowCutEffectLogic::growCut (   self)

Definition at line 126 of file GrowCutEffect.py.


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