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

Method Reset

Modules/SurfaceInterpolation/src/mitkReduceContourSetFilter.cpp:495–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void mitk::ReduceContourSetFilter::Reset()
496{
497 for (unsigned int i = 0; i < this->GetNumberOfIndexedInputs(); i++)
498 {
499 this->PopBackInput();
500 }
501 this->SetNumberOfIndexedInputs(0);
502 this->SetNumberOfIndexedOutputs(0);
503
504 // BUG XXXXX Fix
505 mitk::Surface::Pointer output = mitk::Surface::New();
506 this->SetNthOutput(0, output.GetPointer());
507
508 m_NumberOfPointsAfterReduction = 0;
509}
510
511void mitk::ReduceContourSetFilter::SetUseProgressBar(bool status)
512{

Callers 15

AddObserverMethod · 0.45
SetMultiLabelNodeMethod · 0.45
SetLabelSetImageMethod · 0.45
SetMultiLabelNodeMethod · 0.45
SetMultiLabelNodeMethod · 0.45
OnConvertPressedMethod · 0.45
ConvertNodesMethod · 0.45
OnExtractPressedMethod · 0.45

Calls 2

GetPointerMethod · 0.80
NewFunction · 0.50

Tested by 1

SetMultiLabelNodeMethod · 0.36