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

Function PrintSelf

Modules/ImageStatistics/include/mitkitkMaskImageFilter.h:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 ~MaskImageFilter2() override {}
229
230 void PrintSelf(std::ostream & os, Indent indent) const override
231 {
232 Superclass::PrintSelf(os, indent);
233 os << indent << "OutsideValue: " << this->GetOutsideValue() << std::endl;
234 }
235
236private:
237 MaskImageFilter2(const Self &); //purposely not implemented

Callers 15

PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85
PrintSelfMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected