#include <Step6.h>
◆ Step6()
Step6::Step6 |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
◆ ~Step6()
◆ GetThresholdMax()
int Step6::GetThresholdMax |
( |
| ) |
|
|
virtual |
◆ GetThresholdMin()
int Step6::GetThresholdMin |
( |
| ) |
|
|
virtual |
◆ Initialize()
void Step6::Initialize |
( |
| ) |
|
|
virtual |
- Examples:
- Step6.cpp, Step6.h, Step6main.cpp, Step7main.cpp, and Step8main.cpp.
Definition at line 46 of file Step6.cpp.
References m_DataStorage, m_FirstImage, m_LineEditThresholdMax, m_LineEditThresholdMin, m_Seeds, mitk::IntProperty::New(), mitk::PointSetDataInteractor::New(), mitk::DataNode::New(), mitk::PointSet::New(), SetupWidgets(), and StartRegionGrowing().
Referenced by main(), and ~Step6().
◆ Load()
void Step6::Load |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
protected |
◆ SetupWidgets()
void Step6::SetupWidgets |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in Step8.
- Examples:
- Step6.cpp, and Step6.h.
Definition at line 146 of file Step6.cpp.
References mitk::SliceNavigationController::Axial, mitk::BaseRenderer::GetCurrentWorldPlaneGeometryNode(), QmitkSliceWidget::GetRenderer(), mitk::RenderWindowBase::GetRenderer(), mitk::BaseRenderer::GetVtkRenderer(), m_DataStorage, mitk::SliceNavigationController::Sagittal, QmitkSliceWidget::SetData(), QmitkSliceWidget::SetDataStorage(), mitk::VtkPropRenderer::SetDataStorage(), mitk::VtkPropRenderer::SetMapperID(), and mitk::BaseRenderer::Standard3D.
Referenced by Initialize(), and ~Step6().
◆ StartRegionGrowing
void Step6::StartRegionGrowing |
( |
| ) |
|
|
protectedvirtualslot |
◆ RegionGrowing
template<typename TPixel , unsigned int VImageDimension>
void RegionGrowing |
( |
itk::Image< TPixel, VImageDimension > * |
itkImage, |
|
|
Step6 * |
step6 |
|
) |
| |
|
friend |
◆ m_DataStorage
◆ m_FirstImage
◆ m_LineEditThresholdMax
QLineEdit* Step6::m_LineEditThresholdMax |
|
protected |
◆ m_LineEditThresholdMin
QLineEdit* Step6::m_LineEditThresholdMin |
|
protected |
◆ m_ResultImage
◆ m_ResultNode
◆ m_Seeds
The documentation for this class was generated from the following files: