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

Method PrintSelf

Modules/Core/src/DataManagement/mitkLookupTable.cpp:454–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void mitk::LookupTable::PrintSelf(std::ostream &os, itk::Indent indent) const
455{
456 os << indent;
457 m_LookupTable->PrintHeader(os, vtkIndent());
458}
459
460void mitk::LookupTable::BuildGrayScaleLookupTable()
461{

Callers

nothing calls this directly

Calls 1

PrintHeaderMethod · 0.80

Tested by

no test coverage detected