MCPcopy Create free account
hub / github.com/MITK/MITK / Step6

Method Step6

Examples/Tutorial/Step6/Step6.cpp:38–44  ·  view source on GitHub ↗

#Documentation # @brief Start region-grower at interactively added points

Source from the content-addressed store, hash-verified

36//##Documentation
37//## @brief Start region-grower at interactively added points
38Step6::Step6(int argc, char *argv[], QWidget *parent) : QWidget(parent)
39{
40 // load data as in the previous steps; a reference to the first loaded
41 // image is kept in the member m_FirstImage and used as input for the
42 // region growing
43 Load(argc, argv);
44}
45
46void Step6::Initialize()
47{

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected